Shades of Hemlock #717050
Tints of Hemlock #717050
RGB
CMYK
RGB Variations
Color information
#717050 (or 0x717050) is known color: Hemlock. HEX triplet: 71, 70 and 50. RGB value is (113,112,80). Sum of RGB (Red+Green+Blue) = 113+112+80=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #717050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717050 is #8E8FAF. Grayscale: #6C6C6C. Windows color (decimal): -9342896 or 5271665. OLE color: 5271665.
HSL color Cylindrical-coordinate representation of color #717050: hue angle of 58.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717050 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 80 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.56 |
| HSL | 58.18º | 0.17% | 0.38% | - |
| HSV(B) | 58.18º | 0.29% | 0.44% | - |
| XYZ | 14.05 | 15.68 | 9.87 | - |
| YUV | 108.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 80 | 0 | 0.01 | 0.29 | 0.56 | 58.18 | 0.17 | 0.38 |
| Hex | 71 | 70 | 50 | 0 | 1 | 1D | 38 | 3A | 11 | 26 |
| Octal | 161 | 160 | 120 | 0 | 1 | 35 | 70 | 72 | 21 | 46 |
| Binary | 1110001 | 1110000 | 1010000 | 0 | 1 | 11101 | 111000 | 111010 | 10001 | 100110 |
Color Harmonies of #717050
Complementary color
Monochromatic Colors of #717050
Black with #717050
Text Example
Text Example
White with #717050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717050; }
p { color: rgb(113,112,80); }
H1.HeaderClassName
{
color: #717050;
}
.AnyTagClassName
{
color: #717050;
}
</style>
background-color css
<style>
a { background-color: #717050; }
a { background-color: rgb(113,112,80); }
div.DivClassName
{
background-color: #717050;
}
.BgClassName
{
background-color: #717050;
}
</style>
border-color css
<style>
span { border-color: #717050; }
span { border-color: rgb(113,112,80); }
td.TdClassName
{
border-color: #717050;
}
.TagClassName
{
border-color: #717050;
}
</style>