color details

Color Details
#75615a Color Hex

#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
Color spaces of #75615aValue
RGB117, 97, 90
HSL0.04, 0.13, 0.41
HSV16°, 23°, 46°
XYZ13.46, 13.07, 11.48
Base Numbers
Base Red Green Blue
Binary 1110101 1100001 1011010
Octal 165 141 132
Decimal 117 97 90
Hex 75 61 5A

RGB Percentages for Color #75615a

38.49%
31.91%
29.61%

CMYK Percentages of the Color #75615a

17.09%
23.08%
54.12%
CSS Codes for Color #75615a
.mybgColor {background-color: #75615a;}
.myforeColor {color: #75615a;}
.myborderColor {border:3px solid #75615a;}
Text Font Color #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,

Background Color #75615a

<div style="background-color:#75615a">Div content here</div>

The background color of this div is #75615a
Border Color #75615a

<div style="border:3px solid #75615a">Div here</div>

The border color of this div is #75615a
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117, 97, 90, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #75615a;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #75615a
Scroll to Top