Shades of Hemlock #716F4E
Tints of Hemlock #716F4E
RGB
CMYK
RGB Variations
Color information
#716F4E (or 0x716F4E) is known color: Hemlock. HEX triplet: 71, 6F and 4E. RGB value is (113,111,78). Sum of RGB (Red+Green+Blue) = 113+111+78=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F4E is #8E90B1. Grayscale: #6B6B6B. Windows color (decimal): -9343154 or 5140337. OLE color: 5140337.
HSL color Cylindrical-coordinate representation of color #716F4E: hue angle of 56.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716F4E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 78 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.56 |
| HSL | 56.57º | 0.18% | 0.37% | - |
| HSV(B) | 56.57º | 0.31% | 0.44% | - |
| XYZ | 13.87 | 15.43 | 9.45 | - |
| YUV | 107.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 78 | 0 | 0.02 | 0.31 | 0.56 | 56.57 | 0.18 | 0.37 |
| Hex | 71 | 6F | 4E | 0 | 2 | 1F | 38 | 39 | 12 | 25 |
| Octal | 161 | 157 | 116 | 0 | 2 | 37 | 70 | 71 | 22 | 45 |
| Binary | 1110001 | 1101111 | 1001110 | 0 | 10 | 11111 | 111000 | 111001 | 10010 | 100101 |
Color Harmonies of #716F4E
Complementary color
Monochromatic Colors of #716F4E
Black with #716F4E
Text Example
Text Example
White with #716F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F4E; }
p { color: rgb(113,111,78); }
H1.HeaderClassName
{
color: #716F4E;
}
.AnyTagClassName
{
color: #716F4E;
}
</style>
background-color css
<style>
a { background-color: #716F4E; }
a { background-color: rgb(113,111,78); }
div.DivClassName
{
background-color: #716F4E;
}
.BgClassName
{
background-color: #716F4E;
}
</style>
border-color css
<style>
span { border-color: #716F4E; }
span { border-color: rgb(113,111,78); }
td.TdClassName
{
border-color: #716F4E;
}
.TagClassName
{
border-color: #716F4E;
}
</style>