Shades of Hemlock #727150
Tints of Hemlock #727150
RGB
CMYK
RGB Variations
Color information
#727150 (or 0x727150) is known color: Hemlock. HEX triplet: 72, 71 and 50. RGB value is (114,113,80). Sum of RGB (Red+Green+Blue) = 114+113+80=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #727150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727150 is #8D8EAF. Grayscale: #6D6D6D. Windows color (decimal): -9277104 or 5271922. OLE color: 5271922.
HSL color Cylindrical-coordinate representation of color #727150: hue angle of 58.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727150 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 80 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.55 |
| HSL | 58.24º | 0.18% | 0.38% | - |
| HSV(B) | 58.24º | 0.3% | 0.45% | - |
| XYZ | 14.29 | 15.97 | 9.92 | - |
| YUV | 109.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 80 | 0 | 0.01 | 0.30 | 0.55 | 58.24 | 0.18 | 0.38 |
| Hex | 72 | 71 | 50 | 0 | 1 | 1E | 37 | 3A | 12 | 26 |
| Octal | 162 | 161 | 120 | 0 | 1 | 36 | 67 | 72 | 22 | 46 |
| Binary | 1110010 | 1110001 | 1010000 | 0 | 1 | 11110 | 110111 | 111010 | 10010 | 100110 |
Color Harmonies of #727150
Complementary color
Monochromatic Colors of #727150
Black with #727150
Text Example
Text Example
White with #727150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727150; }
p { color: rgb(114,113,80); }
H1.HeaderClassName
{
color: #727150;
}
.AnyTagClassName
{
color: #727150;
}
</style>
background-color css
<style>
a { background-color: #727150; }
a { background-color: rgb(114,113,80); }
div.DivClassName
{
background-color: #727150;
}
.BgClassName
{
background-color: #727150;
}
</style>
border-color css
<style>
span { border-color: #727150; }
span { border-color: rgb(114,113,80); }
td.TdClassName
{
border-color: #727150;
}
.TagClassName
{
border-color: #727150;
}
</style>