Shades of Hemlock #72703F
Tints of Hemlock #72703F
RGB
CMYK
RGB Variations
Color information
#72703F (or 0x72703F) is known color: Hemlock. HEX triplet: 72, 70 and 3F. RGB value is (114,112,63). Sum of RGB (Red+Green+Blue) = 114+112+63=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72703F is #8D8FC0. Grayscale: #6B6B6B. Windows color (decimal): -9277377 or 4157554. OLE color: 4157554.
HSL color Cylindrical-coordinate representation of color #72703F: hue angle of 57.65º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72703F is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 63 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.55 |
| HSL | 57.65º | 0.29% | 0.35% | - |
| HSV(B) | 57.65º | 0.45% | 0.45% | - |
| XYZ | 13.63 | 15.52 | 6.98 | - |
| YUV | 107.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 63 | 0 | 0.02 | 0.45 | 0.55 | 57.65 | 0.29 | 0.35 |
| Hex | 72 | 70 | 3F | 0 | 2 | 2D | 37 | 3A | 1D | 23 |
| Octal | 162 | 160 | 77 | 0 | 2 | 55 | 67 | 72 | 35 | 43 |
| Binary | 1110010 | 1110000 | 111111 | 0 | 10 | 101101 | 110111 | 111010 | 11101 | 100011 |
Color Harmonies of #72703F
Complementary color
Monochromatic Colors of #72703F
Black with #72703F
Text Example
Text Example
White with #72703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72703F; }
p { color: rgb(114,112,63); }
H1.HeaderClassName
{
color: #72703F;
}
.AnyTagClassName
{
color: #72703F;
}
</style>
background-color css
<style>
a { background-color: #72703F; }
a { background-color: rgb(114,112,63); }
div.DivClassName
{
background-color: #72703F;
}
.BgClassName
{
background-color: #72703F;
}
</style>
border-color css
<style>
span { border-color: #72703F; }
span { border-color: rgb(114,112,63); }
td.TdClassName
{
border-color: #72703F;
}
.TagClassName
{
border-color: #72703F;
}
</style>