Shades of Hemlock #726F3E
Tints of Hemlock #726F3E
RGB
CMYK
RGB Variations
Color information
#726F3E (or 0x726F3E) is known color: Hemlock. HEX triplet: 72, 6F and 3E. RGB value is (114,111,62). Sum of RGB (Red+Green+Blue) = 114+111+62=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F3E is #8D90C1. Grayscale: #6A6A6A. Windows color (decimal): -9277634 or 4091762. OLE color: 4091762.
HSL color Cylindrical-coordinate representation of color #726F3E: hue angle of 56.54º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726F3E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 62 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.55 |
| HSL | 56.54º | 0.3% | 0.35% | - |
| HSV(B) | 56.54º | 0.46% | 0.45% | - |
| XYZ | 13.49 | 15.29 | 6.8 | - |
| YUV | 106.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 62 | 0 | 0.03 | 0.46 | 0.55 | 56.54 | 0.3 | 0.35 |
| Hex | 72 | 6F | 3E | 0 | 3 | 2E | 37 | 39 | 1E | 23 |
| Octal | 162 | 157 | 76 | 0 | 3 | 56 | 67 | 71 | 36 | 43 |
| Binary | 1110010 | 1101111 | 111110 | 0 | 11 | 101110 | 110111 | 111001 | 11110 | 100011 |
Color Harmonies of #726F3E
Complementary color
Monochromatic Colors of #726F3E
Black with #726F3E
Text Example
Text Example
White with #726F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F3E; }
p { color: rgb(114,111,62); }
H1.HeaderClassName
{
color: #726F3E;
}
.AnyTagClassName
{
color: #726F3E;
}
</style>
background-color css
<style>
a { background-color: #726F3E; }
a { background-color: rgb(114,111,62); }
div.DivClassName
{
background-color: #726F3E;
}
.BgClassName
{
background-color: #726F3E;
}
</style>
border-color css
<style>
span { border-color: #726F3E; }
span { border-color: rgb(114,111,62); }
td.TdClassName
{
border-color: #726F3E;
}
.TagClassName
{
border-color: #726F3E;
}
</style>