Shades of Hemlock #74773F
Tints of Hemlock #74773F
RGB
CMYK
RGB Variations
Color information
#74773F (or 0x74773F) is known color: Hemlock. HEX triplet: 74, 77 and 3F. RGB value is (116,119,63). Sum of RGB (Red+Green+Blue) = 116+119+63=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #74773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773F is #8B88C0. Grayscale: #6F6F6F. Windows color (decimal): -9144513 or 4159348. OLE color: 4159348.
HSL color Cylindrical-coordinate representation of color #74773F: hue angle of 63.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74773F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 63 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.53 |
| HSL | 63.21º | 0.31% | 0.36% | - |
| HSV(B) | 63.21º | 0.47% | 0.47% | - |
| XYZ | 14.7 | 17.27 | 7.26 | - |
| YUV | 111.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 63 | 0.03 | 0 | 0.47 | 0.53 | 63.21 | 0.31 | 0.36 |
| Hex | 74 | 77 | 3F | 3 | 0 | 2F | 35 | 3F | 1F | 24 |
| Octal | 164 | 167 | 77 | 3 | 0 | 57 | 65 | 77 | 37 | 44 |
| Binary | 1110100 | 1110111 | 111111 | 11 | 0 | 101111 | 110101 | 111111 | 11111 | 100100 |
Color Harmonies of #74773F
Complementary color
Monochromatic Colors of #74773F
Black with #74773F
Text Example
Text Example
White with #74773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74773F; }
p { color: rgb(116,119,63); }
H1.HeaderClassName
{
color: #74773F;
}
.AnyTagClassName
{
color: #74773F;
}
</style>
background-color css
<style>
a { background-color: #74773F; }
a { background-color: rgb(116,119,63); }
div.DivClassName
{
background-color: #74773F;
}
.BgClassName
{
background-color: #74773F;
}
</style>
border-color css
<style>
span { border-color: #74773F; }
span { border-color: rgb(116,119,63); }
td.TdClassName
{
border-color: #74773F;
}
.TagClassName
{
border-color: #74773F;
}
</style>