Color spaces of #74725a
RGB | 116 | 114 | 90 |
---|---|---|---|
HSL | 0.15 | 0.13 | 0.40 |
HSV | 55° | 22° | 45° |
CMYK | 0.00 | 0.02 | 0.22 0.55 |
XYZ | 15.0652 | 16.4858 | 12.0609 |
Yxy | 16.4858 | 0.3454 | 0.3780 |
Hunter Lab | 40.6027 | -4.8242 | 10.8100 |
CIE-Lab | 47.6055 | -3.5693 | 13.6134 |
#74725a color RGB value is (116,114,90).
#74725a hex color red value is 116, green value is 114 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #74725a hue: 0.15 , saturation: 0.13 and the lightness value of 74725a is 0.40.
The process color (four color CMYK) of #74725a color hex is 0.00, 0.02, 0.22, 0.55. Web safe color of #74725a is #666666. Color #74725a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01110010 | 01011010 |
Octal | 164 | 162 | 132 |
Decimal | 116 | 114 | 90 |
Hex | 74 | 72 | 5A |
Shades of #74725a
Tints of #74725a
RGB Percentages of Color #74725a
CMYK Percentages of Color #74725a
Complementary Color
#74725a | #5a5c74 |
#74725a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74725a Color Preview on White Background
Lorem ipsum dolor sit amet.
#74725a Color CSS Codes
.mybgcolor {background-color:#74725a; } .myforecolor {color:#74725a; } .mybordercolor {border:3px solid #74725a; }
#74725a Text Font Color
<p style="color:#74725a">Text here</p>
This sample text font color is #74725a
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.
#74725a Background Color
<div style="background-color:#74725a">
Div content here</div>
This div background color is #74725a
#74725a Border Color
<div style="border:3px solid #74725a">
Div here</div>
This div border color is #74725a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,114,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74725a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74725a; -webkit-box-shadow: 1px 1px 3px 2px #74725a; box-shadow: 1px 1px 3px 2px #74725a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,114,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74725a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74725a; -webkit-box-shadow: 1px 1px 3px 2px #74725a; box-shadow: 1px 1px 3px 2px #74725a;">
Div content here</div>
This div box has shadow with color #74725a
Comments
No comments written yet.
Please login to write comment.