Shades of Hemlock #73714E
Tints of Hemlock #73714E
RGB
CMYK
RGB Variations
Color information
#73714E (or 0x73714E) is known color: Hemlock. HEX triplet: 73, 71 and 4E. RGB value is (115,113,78). Sum of RGB (Red+Green+Blue) = 115+113+78=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #73714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73714E is #8C8EB1. Grayscale: #6D6D6D. Windows color (decimal): -9211570 or 5140851. OLE color: 5140851.
HSL color Cylindrical-coordinate representation of color #73714E: hue angle of 56.76º 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 #73714E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 78 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.55 |
| HSL | 56.76º | 0.19% | 0.38% | - |
| HSV(B) | 56.76º | 0.32% | 0.45% | - |
| XYZ | 14.35 | 16.01 | 9.54 | - |
| YUV | 109.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 78 | 0 | 0.02 | 0.32 | 0.55 | 56.76 | 0.19 | 0.38 |
| Hex | 73 | 71 | 4E | 0 | 2 | 20 | 37 | 39 | 13 | 26 |
| Octal | 163 | 161 | 116 | 0 | 2 | 40 | 67 | 71 | 23 | 46 |
| Binary | 1110011 | 1110001 | 1001110 | 0 | 10 | 100000 | 110111 | 111001 | 10011 | 100110 |
Color Harmonies of #73714E
Complementary color
Monochromatic Colors of #73714E
Black with #73714E
Text Example
Text Example
White with #73714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73714E; }
p { color: rgb(115,113,78); }
H1.HeaderClassName
{
color: #73714E;
}
.AnyTagClassName
{
color: #73714E;
}
</style>
background-color css
<style>
a { background-color: #73714E; }
a { background-color: rgb(115,113,78); }
div.DivClassName
{
background-color: #73714E;
}
.BgClassName
{
background-color: #73714E;
}
</style>
border-color css
<style>
span { border-color: #73714E; }
span { border-color: rgb(115,113,78); }
td.TdClassName
{
border-color: #73714E;
}
.TagClassName
{
border-color: #73714E;
}
</style>