Shades of Hemlock #777842
Tints of Hemlock #777842
RGB
CMYK
RGB Variations
Color information
#777842 (or 0x777842) is known color: Hemlock. HEX triplet: 77, 78 and 42. RGB value is (119,120,66). Sum of RGB (Red+Green+Blue) = 119+120+66=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #777842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777842 is #8887BD. Grayscale: #717171. Windows color (decimal): -8947646 or 4356215. OLE color: 4356215.
HSL color Cylindrical-coordinate representation of color #777842: hue angle of 61.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777842 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 66 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.53 |
| HSL | 61.11º | 0.29% | 0.36% | - |
| HSV(B) | 61.11º | 0.45% | 0.47% | - |
| XYZ | 15.31 | 17.75 | 7.77 | - |
| YUV | 113.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 66 | 0.01 | 0 | 0.45 | 0.53 | 61.11 | 0.29 | 0.36 |
| Hex | 77 | 78 | 42 | 1 | 0 | 2D | 35 | 3D | 1D | 24 |
| Octal | 167 | 170 | 102 | 1 | 0 | 55 | 65 | 75 | 35 | 44 |
| Binary | 1110111 | 1111000 | 1000010 | 1 | 0 | 101101 | 110101 | 111101 | 11101 | 100100 |
Color Harmonies of #777842
Complementary color
Monochromatic Colors of #777842
Black with #777842
Text Example
Text Example
White with #777842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777842; }
p { color: rgb(119,120,66); }
H1.HeaderClassName
{
color: #777842;
}
.AnyTagClassName
{
color: #777842;
}
</style>
background-color css
<style>
a { background-color: #777842; }
a { background-color: rgb(119,120,66); }
div.DivClassName
{
background-color: #777842;
}
.BgClassName
{
background-color: #777842;
}
</style>
border-color css
<style>
span { border-color: #777842; }
span { border-color: rgb(119,120,66); }
td.TdClassName
{
border-color: #777842;
}
.TagClassName
{
border-color: #777842;
}
</style>