Shades of Hemlock #717240
Tints of Hemlock #717240
RGB
CMYK
RGB Variations
Color information
#717240 (or 0x717240) is known color: Hemlock. HEX triplet: 71, 72 and 40. RGB value is (113,114,64). Sum of RGB (Red+Green+Blue) = 113+114+64=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #717240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717240 is #8E8DBF. Grayscale: #6C6C6C. Windows color (decimal): -9342400 or 4223601. OLE color: 4223601.
HSL color Cylindrical-coordinate representation of color #717240: hue angle of 61.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717240 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 64 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.55 |
| HSL | 61.2º | 0.28% | 0.35% | - |
| HSV(B) | 61.2º | 0.44% | 0.45% | - |
| XYZ | 13.75 | 15.92 | 7.2 | - |
| YUV | 108 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 64 | 0.01 | 0 | 0.44 | 0.55 | 61.2 | 0.28 | 0.35 |
| Hex | 71 | 72 | 40 | 1 | 0 | 2C | 37 | 3D | 1C | 23 |
| Octal | 161 | 162 | 100 | 1 | 0 | 54 | 67 | 75 | 34 | 43 |
| Binary | 1110001 | 1110010 | 1000000 | 1 | 0 | 101100 | 110111 | 111101 | 11100 | 100011 |
Color Harmonies of #717240
Complementary color
Monochromatic Colors of #717240
Black with #717240
Text Example
Text Example
White with #717240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717240; }
p { color: rgb(113,114,64); }
H1.HeaderClassName
{
color: #717240;
}
.AnyTagClassName
{
color: #717240;
}
</style>
background-color css
<style>
a { background-color: #717240; }
a { background-color: rgb(113,114,64); }
div.DivClassName
{
background-color: #717240;
}
.BgClassName
{
background-color: #717240;
}
</style>
border-color css
<style>
span { border-color: #717240; }
span { border-color: rgb(113,114,64); }
td.TdClassName
{
border-color: #717240;
}
.TagClassName
{
border-color: #717240;
}
</style>