Shades of Hemlock #726D3F
Tints of Hemlock #726D3F
RGB
CMYK
RGB Variations
Color information
#726D3F (or 0x726D3F) is known color: Hemlock. HEX triplet: 72, 6D and 3F. RGB value is (114,109,63). Sum of RGB (Red+Green+Blue) = 114+109+63=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3F is #8D92C0. Grayscale: #696969. Windows color (decimal): -9278145 or 4156786. OLE color: 4156786.
HSL color Cylindrical-coordinate representation of color #726D3F: hue angle of 54.12º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #726D3F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 63 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.55 |
| HSL | 54.12º | 0.29% | 0.35% | - |
| HSV(B) | 54.12º | 0.45% | 0.45% | - |
| XYZ | 13.31 | 14.87 | 6.87 | - |
| YUV | 105.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 63 | 0 | 0.04 | 0.45 | 0.55 | 54.12 | 0.29 | 0.35 |
| Hex | 72 | 6D | 3F | 0 | 4 | 2D | 37 | 36 | 1D | 23 |
| Octal | 162 | 155 | 77 | 0 | 4 | 55 | 67 | 66 | 35 | 43 |
| Binary | 1110010 | 1101101 | 111111 | 0 | 100 | 101101 | 110111 | 110110 | 11101 | 100011 |
Color Harmonies of #726D3F
Complementary color
Monochromatic Colors of #726D3F
Black with #726D3F
Text Example
Text Example
White with #726D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D3F; }
p { color: rgb(114,109,63); }
H1.HeaderClassName
{
color: #726D3F;
}
.AnyTagClassName
{
color: #726D3F;
}
</style>
background-color css
<style>
a { background-color: #726D3F; }
a { background-color: rgb(114,109,63); }
div.DivClassName
{
background-color: #726D3F;
}
.BgClassName
{
background-color: #726D3F;
}
</style>
border-color css
<style>
span { border-color: #726D3F; }
span { border-color: rgb(114,109,63); }
td.TdClassName
{
border-color: #726D3F;
}
.TagClassName
{
border-color: #726D3F;
}
</style>