Color spaces of #75604f
RGB | 117 | 96 | 79 |
---|---|---|---|
HSL | 0.07 | 0.19 | 0.38 |
HSV | 27° | 32° | 46° |
CMYK | 0.00 | 0.18 | 0.32 0.54 |
XYZ | 12.9303 | 12.7122 | 9.1693 |
Yxy | 12.7122 | 0.3714 | 0.3652 |
Hunter Lab | 35.6542 | 2.3398 | 9.7101 |
CIE-Lab | 42.3264 | 5.7473 | 12.8985 |
#75604f color RGB value is (117,96,79).
#75604f hex color red value is 117, green value is 96 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75604f hue: 0.07 , saturation: 0.19 and the lightness value of 75604f is 0.38.
The process color (four color CMYK) of #75604f color hex is 0.00, 0.18, 0.32, 0.54. Web safe color of #75604f is #666666. Color #75604f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01100000 | 01001111 |
Octal | 165 | 140 | 117 |
Decimal | 117 | 96 | 79 |
Hex | 75 | 60 | 4F |
Shades of #75604f
Tints of #75604f
RGB Percentages of Color #75604f
CMYK Percentages of Color #75604f
Complementary Color
#75604f | #4f6475 |
#75604f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75604f Color Preview on White Background
Lorem ipsum dolor sit amet.
#75604f Color CSS Codes
.mybgcolor {background-color:#75604f; } .myforecolor {color:#75604f; } .mybordercolor {border:3px solid #75604f; }
#75604f Text Font Color
<p style="color:#75604f">Text here</p>
This sample text font color is #75604f
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.
#75604f Background Color
<div style="background-color:#75604f">
Div content here</div>
This div background color is #75604f
#75604f Border Color
<div style="border:3px solid #75604f">
Div here</div>
This div border color is #75604f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,96,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75604f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75604f; -webkit-box-shadow: 1px 1px 3px 2px #75604f; box-shadow: 1px 1px 3px 2px #75604f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,96,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75604f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75604f; -webkit-box-shadow: 1px 1px 3px 2px #75604f; box-shadow: 1px 1px 3px 2px #75604f;">
Div content here</div>
This div box has shadow with color #75604f
Comments
No comments written yet.
Please login to write comment.