Shades of Hemlock #72763F
Tints of Hemlock #72763F
RGB
CMYK
RGB Variations
Color information
#72763F (or 0x72763F) is known color: Hemlock. HEX triplet: 72, 76 and 3F. RGB value is (114,118,63). Sum of RGB (Red+Green+Blue) = 114+118+63=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #72763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72763F is #8D89C0. Grayscale: #6E6E6E. Windows color (decimal): -9275841 or 4159090. OLE color: 4159090.
HSL color Cylindrical-coordinate representation of color #72763F: hue angle of 64.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72763F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 63 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.54 |
| HSL | 64.36º | 0.3% | 0.35% | - |
| HSV(B) | 64.36º | 0.47% | 0.46% | - |
| XYZ | 14.32 | 16.89 | 7.21 | - |
| YUV | 110.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 63 | 0.03 | 0 | 0.47 | 0.54 | 64.36 | 0.3 | 0.35 |
| Hex | 72 | 76 | 3F | 3 | 0 | 2F | 36 | 40 | 1E | 23 |
| Octal | 162 | 166 | 77 | 3 | 0 | 57 | 66 | 100 | 36 | 43 |
| Binary | 1110010 | 1110110 | 111111 | 11 | 0 | 101111 | 110110 | 1000000 | 11110 | 100011 |
Color Harmonies of #72763F
Complementary color
Monochromatic Colors of #72763F
Black with #72763F
Text Example
Text Example
White with #72763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72763F; }
p { color: rgb(114,118,63); }
H1.HeaderClassName
{
color: #72763F;
}
.AnyTagClassName
{
color: #72763F;
}
</style>
background-color css
<style>
a { background-color: #72763F; }
a { background-color: rgb(114,118,63); }
div.DivClassName
{
background-color: #72763F;
}
.BgClassName
{
background-color: #72763F;
}
</style>
border-color css
<style>
span { border-color: #72763F; }
span { border-color: rgb(114,118,63); }
td.TdClassName
{
border-color: #72763F;
}
.TagClassName
{
border-color: #72763F;
}
</style>