Shades of Hemlock #727444
Tints of Hemlock #727444
RGB
CMYK
RGB Variations
Color information
#727444 (or 0x727444) is known color: Hemlock. HEX triplet: 72, 74 and 44. RGB value is (114,116,68). Sum of RGB (Red+Green+Blue) = 114+116+68=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #727444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727444 is #8D8BBB. Grayscale: #6E6E6E. Windows color (decimal): -9276348 or 4486258. OLE color: 4486258.
HSL color Cylindrical-coordinate representation of color #727444: hue angle of 62.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727444 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 68 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.55 |
| HSL | 62.5º | 0.26% | 0.36% | - |
| HSV(B) | 62.5º | 0.41% | 0.45% | - |
| XYZ | 14.23 | 16.49 | 7.9 | - |
| YUV | 109.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 68 | 0.02 | 0 | 0.41 | 0.55 | 62.5 | 0.26 | 0.36 |
| Hex | 72 | 74 | 44 | 2 | 0 | 29 | 37 | 3F | 1A | 24 |
| Octal | 162 | 164 | 104 | 2 | 0 | 51 | 67 | 77 | 32 | 44 |
| Binary | 1110010 | 1110100 | 1000100 | 10 | 0 | 101001 | 110111 | 111111 | 11010 | 100100 |
Color Harmonies of #727444
Complementary color
Monochromatic Colors of #727444
Black with #727444
Text Example
Text Example
White with #727444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727444; }
p { color: rgb(114,116,68); }
H1.HeaderClassName
{
color: #727444;
}
.AnyTagClassName
{
color: #727444;
}
</style>
background-color css
<style>
a { background-color: #727444; }
a { background-color: rgb(114,116,68); }
div.DivClassName
{
background-color: #727444;
}
.BgClassName
{
background-color: #727444;
}
</style>
border-color css
<style>
span { border-color: #727444; }
span { border-color: rgb(114,116,68); }
td.TdClassName
{
border-color: #727444;
}
.TagClassName
{
border-color: #727444;
}
</style>