Shades of Hemlock #726E41
Tints of Hemlock #726E41
RGB
CMYK
RGB Variations
Color information
#726E41 (or 0x726E41) is known color: Hemlock. HEX triplet: 72, 6E and 41. RGB value is (114,110,65). Sum of RGB (Red+Green+Blue) = 114+110+65=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #726E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E41 is #8D91BE. Grayscale: #6A6A6A. Windows color (decimal): -9277887 or 4288114. OLE color: 4288114.
HSL color Cylindrical-coordinate representation of color #726E41: hue angle of 55.1º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726E41 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 65 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.55 |
| HSL | 55.1º | 0.27% | 0.35% | - |
| HSV(B) | 55.1º | 0.43% | 0.45% | - |
| XYZ | 13.47 | 15.11 | 7.21 | - |
| YUV | 106.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 65 | 0 | 0.04 | 0.43 | 0.55 | 55.1 | 0.27 | 0.35 |
| Hex | 72 | 6E | 41 | 0 | 4 | 2B | 37 | 37 | 1B | 23 |
| Octal | 162 | 156 | 101 | 0 | 4 | 53 | 67 | 67 | 33 | 43 |
| Binary | 1110010 | 1101110 | 1000001 | 0 | 100 | 101011 | 110111 | 110111 | 11011 | 100011 |
Color Harmonies of #726E41
Complementary color
Monochromatic Colors of #726E41
Black with #726E41
Text Example
Text Example
White with #726E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E41; }
p { color: rgb(114,110,65); }
H1.HeaderClassName
{
color: #726E41;
}
.AnyTagClassName
{
color: #726E41;
}
</style>
background-color css
<style>
a { background-color: #726E41; }
a { background-color: rgb(114,110,65); }
div.DivClassName
{
background-color: #726E41;
}
.BgClassName
{
background-color: #726E41;
}
</style>
border-color css
<style>
span { border-color: #726E41; }
span { border-color: rgb(114,110,65); }
td.TdClassName
{
border-color: #726E41;
}
.TagClassName
{
border-color: #726E41;
}
</style>