Hex #74664e Color
equivalent to
RGB
(116, 102, 78)Details of #74664e
|
|
|
|
Color HEX #74664e matches (116, 102, 78) in RGB.
#74664e hex color red value is 116, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74664e hue: 0.11, saturation: 0.20 and the lightness value of 74664e is 0.38.
The process color (four color CMYK) of #74664e color hex is 0.00, 0.12, 0.33, 0.55. Web safe color of #74664e is #666666. Color #74664e contains mainly RED color.
Base Numbers
|
|
|
|
#74664e tints
#74664e shades
RGB in % of #74664e
CMYK in % of #74664e
Preview Color #74664e on black ground
Very nice color.
Preview Color #74664e on white ground
Very nice color.
CSS Codes #74664e color
.mybgcolor {background-color:#74664e; } .myforecolor {color:#74664e; } .mybordercolor {border:3px solid #74664e; }
Text Font Color #74664e
<p style="color:#74664e">Text here</p>
This sample text font color is #74664e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #74664e
<div style="background-color:#74664e">
Div content here</div>
This div background color is #74664e
Border Color #74664e
<div style="border:3px solid #74664e">
Div here</div>
The color of this border is #74664e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74664e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74664e; -webkit-box-shadow: 1px 1px 3px 2px #74664e; box-shadow: 1px 1px 3px 2px #74664e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #74664e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74664e; -webkit-box-shadow: 1px 1px 3px 2px #74664e; box-shadow: 1px 1px 3px 2px #74664e;">
Div content here</div>
The shadow of div box using color #74664e