Shades of Hemlock #726D40
Tints of Hemlock #726D40
RGB
CMYK
RGB Variations
Color information
#726D40 (or 0x726D40) is known color: Hemlock. HEX triplet: 72, 6D and 40. RGB value is (114,109,64). Sum of RGB (Red+Green+Blue) = 114+109+64=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D40 is #8D92BF. Grayscale: #696969. Windows color (decimal): -9278144 or 4222322. OLE color: 4222322.
HSL color Cylindrical-coordinate representation of color #726D40: hue angle of 54º 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 #726D40 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 64 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.55 |
| HSL | 54º | 0.28% | 0.35% | - |
| HSV(B) | 54º | 0.44% | 0.45% | - |
| XYZ | 13.33 | 14.88 | 7.02 | - |
| YUV | 105.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 64 | 0 | 0.04 | 0.44 | 0.55 | 54 | 0.28 | 0.35 |
| Hex | 72 | 6D | 40 | 0 | 4 | 2C | 37 | 36 | 1C | 23 |
| Octal | 162 | 155 | 100 | 0 | 4 | 54 | 67 | 66 | 34 | 43 |
| Binary | 1110010 | 1101101 | 1000000 | 0 | 100 | 101100 | 110111 | 110110 | 11100 | 100011 |
Color Harmonies of #726D40
Complementary color
Monochromatic Colors of #726D40
Black with #726D40
Text Example
Text Example
White with #726D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D40; }
p { color: rgb(114,109,64); }
H1.HeaderClassName
{
color: #726D40;
}
.AnyTagClassName
{
color: #726D40;
}
</style>
background-color css
<style>
a { background-color: #726D40; }
a { background-color: rgb(114,109,64); }
div.DivClassName
{
background-color: #726D40;
}
.BgClassName
{
background-color: #726D40;
}
</style>
border-color css
<style>
span { border-color: #726D40; }
span { border-color: rgb(114,109,64); }
td.TdClassName
{
border-color: #726D40;
}
.TagClassName
{
border-color: #726D40;
}
</style>