Color spaces of #75594a
RGB | 117 | 89 | 74 |
---|---|---|---|
HSL | 0.06 | 0.23 | 0.37 |
HSV | 21° | 37° | 46° |
CMYK | 0.00 | 0.24 | 0.37 0.54 |
XYZ | 12.1445 | 11.4211 | 8.0430 |
Yxy | 11.4211 | 0.3842 | 0.3613 |
Hunter Lab | 33.7951 | 5.0037 | 9.5460 |
CIE-Lab | 40.2808 | 9.2457 | 13.1191 |
#75594a color RGB value is (117,89,74).
#75594a hex color red value is 117, green value is 89 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #75594a hue: 0.06 , saturation: 0.23 and the lightness value of 75594a is 0.37.
The process color (four color CMYK) of #75594a color hex is 0.00, 0.24, 0.37, 0.54. Web safe color of #75594a is #666633. Color #75594a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01011001 | 01001010 |
Octal | 165 | 131 | 112 |
Decimal | 117 | 89 | 74 |
Hex | 75 | 59 | 4A |
Shades of #75594a
Tints of #75594a
RGB Percentages of Color #75594a
CMYK Percentages of Color #75594a
Complementary Color
#75594a | #4a6675 |
#75594a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75594a Color Preview on White Background
Lorem ipsum dolor sit amet.
#75594a Color CSS Codes
.mybgcolor {background-color:#75594a; } .myforecolor {color:#75594a; } .mybordercolor {border:3px solid #75594a; }
#75594a Text Font Color
<p style="color:#75594a">Text here</p>
This sample text font color is #75594a
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.
#75594a Background Color
<div style="background-color:#75594a">
Div content here</div>
This div background color is #75594a
#75594a Border Color
<div style="border:3px solid #75594a">
Div here</div>
This div border color is #75594a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,89,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75594a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75594a; -webkit-box-shadow: 1px 1px 3px 2px #75594a; box-shadow: 1px 1px 3px 2px #75594a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,89,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 #75594a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75594a; -webkit-box-shadow: 1px 1px 3px 2px #75594a; box-shadow: 1px 1px 3px 2px #75594a;">
Div content here</div>
This div box has shadow with color #75594a
Comments
No comments written yet.
Please login to write comment.