#75615a color RGB value is (7, 86, 21).
#75615a hex color red value is 7, green value is 86, and blue value is 21.
Cylindrical-coordinate representations (HSL) of color #75615a
hue: 130.63,
saturation: 0.85 and lightness: 0.18.
The process color (four-color CMYK) of #75615a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #75615a is #ff9999. Color #75615a contains mainly RED.
Color spaces of #75615a | Value |
---|---|
RGB | 117, 97, 90 |
HSL | 0.04, 0.13, 0.41 |
HSV | 16°, 23°, 46° |
XYZ | 13.46, 13.07, 11.48 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1110101 | 1100001 | 1011010 |
Octal | 165 | 141 | 132 |
Decimal | 117 | 97 | 90 |
Hex | 75 | 61 | 5A |
Shades of #75615a
Tints of #75615a
.mybgColor {background-color: #75615a;} .myforeColor {color: #75615a;} .myborderColor {border:3px solid #75615a;}
<p style="color:#75615a">Text here</p>
This sample text is styled with the font color #75615a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#75615a">Div content here</div>
<div style="border:3px solid #75615a">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117, 97, 90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75615a; } .divShadow { -moz-box-shadow: 1px 1px 3px #75615a; -webkit-box-shadow: 1px 1px 3px #75615a; box-shadow: 1px 1px 3px #75615a; }
<p style="text-shadow: 4px 4px 2px rgba(117, 97, 90, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #75615a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #75615a;
-webkit-box-shadow: 1px 1px 3px #75615a;
box-shadow: 1px 1px 3px #75615a;">Div content here</div>