Shades of Hemlock #717151
Tints of Hemlock #717151
RGB
CMYK
RGB Variations
Color information
#717151 (or 0x717151) is known color: Hemlock. HEX triplet: 71, 71 and 51. RGB value is (113,113,81). Sum of RGB (Red+Green+Blue) = 113+113+81=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717151 is #8E8EAE. Grayscale: #6D6D6D. Windows color (decimal): -9342639 or 5337457. OLE color: 5337457.
HSL color Cylindrical-coordinate representation of color #717151: hue angle of 60º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717151 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 81 | - |
| CMYK | 0 | 0 | 0.28 | 0.56 |
| HSL | 60º | 0.16% | 0.38% | - |
| HSV(B) | 60º | 0.28% | 0.44% | - |
| XYZ | 14.2 | 15.92 | 10.11 | - |
| YUV | 109.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 81 | 0 | 0 | 0.28 | 0.56 | 60 | 0.16 | 0.38 |
| Hex | 71 | 71 | 51 | 0 | 0 | 1C | 38 | 3C | 10 | 26 |
| Octal | 161 | 161 | 121 | 0 | 0 | 34 | 70 | 74 | 20 | 46 |
| Binary | 1110001 | 1110001 | 1010001 | 0 | 0 | 11100 | 111000 | 111100 | 10000 | 100110 |
Color Harmonies of #717151
Complementary color
Monochromatic Colors of #717151
Black with #717151
Text Example
Text Example
White with #717151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717151; }
p { color: rgb(113,113,81); }
H1.HeaderClassName
{
color: #717151;
}
.AnyTagClassName
{
color: #717151;
}
</style>
background-color css
<style>
a { background-color: #717151; }
a { background-color: rgb(113,113,81); }
div.DivClassName
{
background-color: #717151;
}
.BgClassName
{
background-color: #717151;
}
</style>
border-color css
<style>
span { border-color: #717151; }
span { border-color: rgb(113,113,81); }
td.TdClassName
{
border-color: #717151;
}
.TagClassName
{
border-color: #717151;
}
</style>