Color spaces of #76724a
RGB | 118 | 114 | 74 |
---|---|---|---|
HSL | 0.15 | 0.23 | 0.38 |
HSV | 55° | 37° | 46° |
CMYK | 0.00 | 0.03 | 0.37 0.54 |
XYZ | 14.7246 | 16.3806 | 8.8643 |
Yxy | 16.3806 | 0.3684 | 0.4098 |
Hunter Lab | 40.4730 | -5.8870 | 15.3455 |
CIE-Lab | 47.4699 | -5.0397 | 22.7497 |
#76724a color RGB value is (118,114,74).
#76724a hex color red value is 118, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76724a hue: 0.15 , saturation: 0.23 and the lightness value of 76724a is 0.38.
The process color (four color CMYK) of #76724a color hex is 0.00, 0.03, 0.37, 0.54. Web safe color of #76724a is #666633. Color #76724a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01110010 | 01001010 |
Octal | 166 | 162 | 112 |
Decimal | 118 | 114 | 74 |
Hex | 76 | 72 | 4A |
Shades of #76724a
Tints of #76724a
RGB Percentages of Color #76724a
CMYK Percentages of Color #76724a
Complementary Color
#76724a | #4a4e76 |
#76724a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76724a Color Preview on White Background
Lorem ipsum dolor sit amet.
#76724a Color CSS Codes
.mybgcolor {background-color:#76724a; } .myforecolor {color:#76724a; } .mybordercolor {border:3px solid #76724a; }
#76724a Text Font Color
<p style="color:#76724a">Text here</p>
This sample text font color is #76724a
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.
#76724a Background Color
<div style="background-color:#76724a">
Div content here</div>
This div background color is #76724a
#76724a Border Color
<div style="border:3px solid #76724a">
Div here</div>
This div border color is #76724a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,114,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76724a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76724a; -webkit-box-shadow: 1px 1px 3px 2px #76724a; box-shadow: 1px 1px 3px 2px #76724a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,114,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76724a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76724a; -webkit-box-shadow: 1px 1px 3px 2px #76724a; box-shadow: 1px 1px 3px 2px #76724a;">
Div content here</div>
This div box has shadow with color #76724a
#76724a Color Palettes
Comments
No comments written yet.
Please login to write comment.