Shades of Hemlock #726E3F
Tints of Hemlock #726E3F
RGB
CMYK
RGB Variations
Color information
#726E3F (or 0x726E3F) is known color: Hemlock. HEX triplet: 72, 6E and 3F. RGB value is (114,110,63). Sum of RGB (Red+Green+Blue) = 114+110+63=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3F is #8D91C0. Grayscale: #6A6A6A. Windows color (decimal): -9277889 or 4157042. OLE color: 4157042.
HSL color Cylindrical-coordinate representation of color #726E3F: hue angle of 55.29º 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 #726E3F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 63 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.55 |
| HSL | 55.29º | 0.29% | 0.35% | - |
| HSV(B) | 55.29º | 0.45% | 0.45% | - |
| XYZ | 13.41 | 15.09 | 6.91 | - |
| YUV | 105.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 63 | 0 | 0.04 | 0.45 | 0.55 | 55.29 | 0.29 | 0.35 |
| Hex | 72 | 6E | 3F | 0 | 4 | 2D | 37 | 37 | 1D | 23 |
| Octal | 162 | 156 | 77 | 0 | 4 | 55 | 67 | 67 | 35 | 43 |
| Binary | 1110010 | 1101110 | 111111 | 0 | 100 | 101101 | 110111 | 110111 | 11101 | 100011 |
Color Harmonies of #726E3F
Complementary color
Monochromatic Colors of #726E3F
Black with #726E3F
Text Example
Text Example
White with #726E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E3F; }
p { color: rgb(114,110,63); }
H1.HeaderClassName
{
color: #726E3F;
}
.AnyTagClassName
{
color: #726E3F;
}
</style>
background-color css
<style>
a { background-color: #726E3F; }
a { background-color: rgb(114,110,63); }
div.DivClassName
{
background-color: #726E3F;
}
.BgClassName
{
background-color: #726E3F;
}
</style>
border-color css
<style>
span { border-color: #726E3F; }
span { border-color: rgb(114,110,63); }
td.TdClassName
{
border-color: #726E3F;
}
.TagClassName
{
border-color: #726E3F;
}
</style>