Shades of Hemlock #72753F
Tints of Hemlock #72753F
RGB
CMYK
RGB Variations
Color information
#72753F (or 0x72753F) is known color: Hemlock. HEX triplet: 72, 75 and 3F. RGB value is (114,117,63). Sum of RGB (Red+Green+Blue) = 114+117+63=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #72753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72753F is #8D8AC0. Grayscale: #6E6E6E. Windows color (decimal): -9276097 or 4158834. OLE color: 4158834.
HSL color Cylindrical-coordinate representation of color #72753F: hue angle of 63.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72753F is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 63 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.54 |
| HSL | 63.33º | 0.3% | 0.35% | - |
| HSV(B) | 63.33º | 0.46% | 0.46% | - |
| XYZ | 14.2 | 16.66 | 7.17 | - |
| YUV | 109.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 63 | 0.03 | 0 | 0.46 | 0.54 | 63.33 | 0.3 | 0.35 |
| Hex | 72 | 75 | 3F | 3 | 0 | 2E | 36 | 3F | 1E | 23 |
| Octal | 162 | 165 | 77 | 3 | 0 | 56 | 66 | 77 | 36 | 43 |
| Binary | 1110010 | 1110101 | 111111 | 11 | 0 | 101110 | 110110 | 111111 | 11110 | 100011 |
Color Harmonies of #72753F
Complementary color
Monochromatic Colors of #72753F
Black with #72753F
Text Example
Text Example
White with #72753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72753F; }
p { color: rgb(114,117,63); }
H1.HeaderClassName
{
color: #72753F;
}
.AnyTagClassName
{
color: #72753F;
}
</style>
background-color css
<style>
a { background-color: #72753F; }
a { background-color: rgb(114,117,63); }
div.DivClassName
{
background-color: #72753F;
}
.BgClassName
{
background-color: #72753F;
}
</style>
border-color css
<style>
span { border-color: #72753F; }
span { border-color: rgb(114,117,63); }
td.TdClassName
{
border-color: #72753F;
}
.TagClassName
{
border-color: #72753F;
}
</style>