Color spaces of #75574d
RGB | 117 | 87 | 77 |
---|---|---|---|
HSL | 0.04 | 0.21 | 0.38 |
HSV | 15° | 34° | 46° |
CMYK | 0.00 | 0.26 | 0.34 0.54 |
XYZ | 12.0839 | 11.1341 | 8.5334 |
Yxy | 11.1341 | 0.3806 | 0.3507 |
Hunter Lab | 33.3678 | 6.2488 | 8.1948 |
CIE-Lab | 39.8054 | 10.8754 | 10.6274 |
#75574d color RGB value is (117,87,77).
#75574d hex color red value is 117, green value is 87 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #75574d hue: 0.04 , saturation: 0.21 and the lightness value of 75574d is 0.38.
The process color (four color CMYK) of #75574d color hex is 0.00, 0.26, 0.34, 0.54. Web safe color of #75574d is #666666. Color #75574d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01010111 | 01001101 |
Octal | 165 | 127 | 115 |
Decimal | 117 | 87 | 77 |
Hex | 75 | 57 | 4D |
Shades of #75574d
Tints of #75574d
RGB Percentages of Color #75574d
CMYK Percentages of Color #75574d
Complementary Color
#75574d | #4d6b75 |
#75574d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75574d Color Preview on White Background
Lorem ipsum dolor sit amet.
#75574d Color CSS Codes
.mybgcolor {background-color:#75574d; } .myforecolor {color:#75574d; } .mybordercolor {border:3px solid #75574d; }
#75574d Text Font Color
<p style="color:#75574d">Text here</p>
This sample text font color is #75574d
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.
#75574d Background Color
<div style="background-color:#75574d">
Div content here</div>
This div background color is #75574d
#75574d Border Color
<div style="border:3px solid #75574d">
Div here</div>
This div border color is #75574d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,87,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75574d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75574d; -webkit-box-shadow: 1px 1px 3px 2px #75574d; box-shadow: 1px 1px 3px 2px #75574d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,87,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75574d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75574d; -webkit-box-shadow: 1px 1px 3px 2px #75574d; box-shadow: 1px 1px 3px 2px #75574d;">
Div content here</div>
This div box has shadow with color #75574d
Comments
No comments written yet.
Please login to write comment.