Shades of Hemlock #727149
Tints of Hemlock #727149
RGB
CMYK
RGB Variations
Color information
#727149 (or 0x727149) is known color: Hemlock. HEX triplet: 72, 71 and 49. RGB value is (114,113,73). Sum of RGB (Red+Green+Blue) = 114+113+73=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #727149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727149 is #8D8EB6. Grayscale: #6C6C6C. Windows color (decimal): -9277111 or 4813170. OLE color: 4813170.
HSL color Cylindrical-coordinate representation of color #727149: hue angle of 58.54º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727149 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 73 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.55 |
| HSL | 58.54º | 0.22% | 0.37% | - |
| HSV(B) | 58.54º | 0.36% | 0.45% | - |
| XYZ | 14.05 | 15.87 | 8.63 | - |
| YUV | 108.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 73 | 0 | 0.01 | 0.36 | 0.55 | 58.54 | 0.22 | 0.37 |
| Hex | 72 | 71 | 49 | 0 | 1 | 24 | 37 | 3B | 16 | 25 |
| Octal | 162 | 161 | 111 | 0 | 1 | 44 | 67 | 73 | 26 | 45 |
| Binary | 1110010 | 1110001 | 1001001 | 0 | 1 | 100100 | 110111 | 111011 | 10110 | 100101 |
Color Harmonies of #727149
Complementary color
Monochromatic Colors of #727149
Black with #727149
Text Example
Text Example
White with #727149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727149; }
p { color: rgb(114,113,73); }
H1.HeaderClassName
{
color: #727149;
}
.AnyTagClassName
{
color: #727149;
}
</style>
background-color css
<style>
a { background-color: #727149; }
a { background-color: rgb(114,113,73); }
div.DivClassName
{
background-color: #727149;
}
.BgClassName
{
background-color: #727149;
}
</style>
border-color css
<style>
span { border-color: #727149; }
span { border-color: rgb(114,113,73); }
td.TdClassName
{
border-color: #727149;
}
.TagClassName
{
border-color: #727149;
}
</style>