Shades of Hemlock #72743F
Tints of Hemlock #72743F
RGB
CMYK
RGB Variations
Color information
#72743F (or 0x72743F) is known color: Hemlock. HEX triplet: 72, 74 and 3F. RGB value is (114,116,63). Sum of RGB (Red+Green+Blue) = 114+116+63=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #72743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72743F is #8D8BC0. Grayscale: #6D6D6D. Windows color (decimal): -9276353 or 4158578. OLE color: 4158578.
HSL color Cylindrical-coordinate representation of color #72743F: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72743F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 63 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.55 |
| HSL | 62.26º | 0.3% | 0.35% | - |
| HSV(B) | 62.26º | 0.46% | 0.45% | - |
| XYZ | 14.08 | 16.43 | 7.13 | - |
| YUV | 109.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 63 | 0.02 | 0 | 0.46 | 0.55 | 62.26 | 0.3 | 0.35 |
| Hex | 72 | 74 | 3F | 2 | 0 | 2E | 37 | 3E | 1E | 23 |
| Octal | 162 | 164 | 77 | 2 | 0 | 56 | 67 | 76 | 36 | 43 |
| Binary | 1110010 | 1110100 | 111111 | 10 | 0 | 101110 | 110111 | 111110 | 11110 | 100011 |
Color Harmonies of #72743F
Complementary color
Monochromatic Colors of #72743F
Black with #72743F
Text Example
Text Example
White with #72743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72743F; }
p { color: rgb(114,116,63); }
H1.HeaderClassName
{
color: #72743F;
}
.AnyTagClassName
{
color: #72743F;
}
</style>
background-color css
<style>
a { background-color: #72743F; }
a { background-color: rgb(114,116,63); }
div.DivClassName
{
background-color: #72743F;
}
.BgClassName
{
background-color: #72743F;
}
</style>
border-color css
<style>
span { border-color: #72743F; }
span { border-color: rgb(114,116,63); }
td.TdClassName
{
border-color: #72743F;
}
.TagClassName
{
border-color: #72743F;
}
</style>