Shades of Hemlock #72714E
Tints of Hemlock #72714E
RGB
CMYK
RGB Variations
Color information
#72714E (or 0x72714E) is known color: Hemlock. HEX triplet: 72, 71 and 4E. RGB value is (114,113,78). Sum of RGB (Red+Green+Blue) = 114+113+78=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72714E is #8D8EB1. Grayscale: #6D6D6D. Windows color (decimal): -9277106 or 5140850. OLE color: 5140850.
HSL color Cylindrical-coordinate representation of color #72714E: hue angle of 58.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72714E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 78 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.55 |
| HSL | 58.33º | 0.19% | 0.38% | - |
| HSV(B) | 58.33º | 0.32% | 0.45% | - |
| XYZ | 14.22 | 15.94 | 9.53 | - |
| YUV | 109.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 78 | 0 | 0.01 | 0.32 | 0.55 | 58.33 | 0.19 | 0.38 |
| Hex | 72 | 71 | 4E | 0 | 1 | 20 | 37 | 3A | 13 | 26 |
| Octal | 162 | 161 | 116 | 0 | 1 | 40 | 67 | 72 | 23 | 46 |
| Binary | 1110010 | 1110001 | 1001110 | 0 | 1 | 100000 | 110111 | 111010 | 10011 | 100110 |
Color Harmonies of #72714E
Complementary color
Monochromatic Colors of #72714E
Black with #72714E
Text Example
Text Example
White with #72714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72714E; }
p { color: rgb(114,113,78); }
H1.HeaderClassName
{
color: #72714E;
}
.AnyTagClassName
{
color: #72714E;
}
</style>
background-color css
<style>
a { background-color: #72714E; }
a { background-color: rgb(114,113,78); }
div.DivClassName
{
background-color: #72714E;
}
.BgClassName
{
background-color: #72714E;
}
</style>
border-color css
<style>
span { border-color: #72714E; }
span { border-color: rgb(114,113,78); }
td.TdClassName
{
border-color: #72714E;
}
.TagClassName
{
border-color: #72714E;
}
</style>