Shades of Hemlock #716F4F
Tints of Hemlock #716F4F
RGB
CMYK
RGB Variations
Color information
#716F4F (or 0x716F4F) is known color: Hemlock. HEX triplet: 71, 6F and 4F. RGB value is (113,111,79). Sum of RGB (Red+Green+Blue) = 113+111+79=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F4F is #8E90B0. Grayscale: #6C6C6C. Windows color (decimal): -9343153 or 5205873. OLE color: 5205873.
HSL color Cylindrical-coordinate representation of color #716F4F: hue angle of 56.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716F4F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 79 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.56 |
| HSL | 56.47º | 0.18% | 0.38% | - |
| HSV(B) | 56.47º | 0.3% | 0.44% | - |
| XYZ | 13.91 | 15.44 | 9.65 | - |
| YUV | 107.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 79 | 0 | 0.02 | 0.30 | 0.56 | 56.47 | 0.18 | 0.38 |
| Hex | 71 | 6F | 4F | 0 | 2 | 1E | 38 | 38 | 12 | 26 |
| Octal | 161 | 157 | 117 | 0 | 2 | 36 | 70 | 70 | 22 | 46 |
| Binary | 1110001 | 1101111 | 1001111 | 0 | 10 | 11110 | 111000 | 111000 | 10010 | 100110 |
Color Harmonies of #716F4F
Complementary color
Monochromatic Colors of #716F4F
Black with #716F4F
Text Example
Text Example
White with #716F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F4F; }
p { color: rgb(113,111,79); }
H1.HeaderClassName
{
color: #716F4F;
}
.AnyTagClassName
{
color: #716F4F;
}
</style>
background-color css
<style>
a { background-color: #716F4F; }
a { background-color: rgb(113,111,79); }
div.DivClassName
{
background-color: #716F4F;
}
.BgClassName
{
background-color: #716F4F;
}
</style>
border-color css
<style>
span { border-color: #716F4F; }
span { border-color: rgb(113,111,79); }
td.TdClassName
{
border-color: #716F4F;
}
.TagClassName
{
border-color: #716F4F;
}
</style>