Shades of Hemlock #71704D
Tints of Hemlock #71704D
RGB
CMYK
RGB Variations
Color information
#71704D (or 0x71704D) is known color: Hemlock. HEX triplet: 71, 70 and 4D. RGB value is (113,112,77). Sum of RGB (Red+Green+Blue) = 113+112+77=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71704D is #8E8FB2. Grayscale: #6C6C6C. Windows color (decimal): -9342899 or 5075057. OLE color: 5075057.
HSL color Cylindrical-coordinate representation of color #71704D: hue angle of 58.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71704D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 77 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.56 |
| HSL | 58.33º | 0.19% | 0.37% | - |
| HSV(B) | 58.33º | 0.32% | 0.44% | - |
| XYZ | 13.94 | 15.63 | 9.3 | - |
| YUV | 108.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 77 | 0 | 0.01 | 0.32 | 0.56 | 58.33 | 0.19 | 0.37 |
| Hex | 71 | 70 | 4D | 0 | 1 | 20 | 38 | 3A | 13 | 25 |
| Octal | 161 | 160 | 115 | 0 | 1 | 40 | 70 | 72 | 23 | 45 |
| Binary | 1110001 | 1110000 | 1001101 | 0 | 1 | 100000 | 111000 | 111010 | 10011 | 100101 |
Color Harmonies of #71704D
Complementary color
Monochromatic Colors of #71704D
Black with #71704D
Text Example
Text Example
White with #71704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71704D; }
p { color: rgb(113,112,77); }
H1.HeaderClassName
{
color: #71704D;
}
.AnyTagClassName
{
color: #71704D;
}
</style>
background-color css
<style>
a { background-color: #71704D; }
a { background-color: rgb(113,112,77); }
div.DivClassName
{
background-color: #71704D;
}
.BgClassName
{
background-color: #71704D;
}
</style>
border-color css
<style>
span { border-color: #71704D; }
span { border-color: rgb(113,112,77); }
td.TdClassName
{
border-color: #71704D;
}
.TagClassName
{
border-color: #71704D;
}
</style>