Shades of Hemlock #727441
Tints of Hemlock #727441
RGB
CMYK
RGB Variations
Color information
#727441 (or 0x727441) is known color: Hemlock. HEX triplet: 72, 74 and 41. RGB value is (114,116,65). Sum of RGB (Red+Green+Blue) = 114+116+65=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #727441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727441 is #8D8BBE. Grayscale: #6D6D6D. Windows color (decimal): -9276351 or 4289650. OLE color: 4289650.
HSL color Cylindrical-coordinate representation of color #727441: hue angle of 62.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727441 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 65 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.55 |
| HSL | 62.35º | 0.28% | 0.35% | - |
| HSV(B) | 62.35º | 0.44% | 0.45% | - |
| XYZ | 14.14 | 16.45 | 7.43 | - |
| YUV | 109.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 65 | 0.02 | 0 | 0.44 | 0.55 | 62.35 | 0.28 | 0.35 |
| Hex | 72 | 74 | 41 | 2 | 0 | 2C | 37 | 3E | 1C | 23 |
| Octal | 162 | 164 | 101 | 2 | 0 | 54 | 67 | 76 | 34 | 43 |
| Binary | 1110010 | 1110100 | 1000001 | 10 | 0 | 101100 | 110111 | 111110 | 11100 | 100011 |
Color Harmonies of #727441
Complementary color
Monochromatic Colors of #727441
Black with #727441
Text Example
Text Example
White with #727441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727441; }
p { color: rgb(114,116,65); }
H1.HeaderClassName
{
color: #727441;
}
.AnyTagClassName
{
color: #727441;
}
</style>
background-color css
<style>
a { background-color: #727441; }
a { background-color: rgb(114,116,65); }
div.DivClassName
{
background-color: #727441;
}
.BgClassName
{
background-color: #727441;
}
</style>
border-color css
<style>
span { border-color: #727441; }
span { border-color: rgb(114,116,65); }
td.TdClassName
{
border-color: #727441;
}
.TagClassName
{
border-color: #727441;
}
</style>