Shades of Hemlock #777741
Tints of Hemlock #777741
RGB
CMYK
RGB Variations
Color information
#777741 (or 0x777741) is known color: Hemlock. HEX triplet: 77, 77 and 41. RGB value is (119,119,65). Sum of RGB (Red+Green+Blue) = 119+119+65=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777741 is #8888BE. Grayscale: #717171. Windows color (decimal): -8947903 or 4290423. OLE color: 4290423.
HSL color Cylindrical-coordinate representation of color #777741: hue angle of 60º 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 #777741 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 65 | - |
| CMYK | 0 | 0 | 0.45 | 0.53 |
| HSL | 60º | 0.29% | 0.36% | - |
| HSV(B) | 60º | 0.45% | 0.47% | - |
| XYZ | 15.16 | 17.5 | 7.58 | - |
| YUV | 112.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 65 | 0 | 0 | 0.45 | 0.53 | 60 | 0.29 | 0.36 |
| Hex | 77 | 77 | 41 | 0 | 0 | 2D | 35 | 3C | 1D | 24 |
| Octal | 167 | 167 | 101 | 0 | 0 | 55 | 65 | 74 | 35 | 44 |
| Binary | 1110111 | 1110111 | 1000001 | 0 | 0 | 101101 | 110101 | 111100 | 11101 | 100100 |
Color Harmonies of #777741
Complementary color
Monochromatic Colors of #777741
Black with #777741
Text Example
Text Example
White with #777741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777741; }
p { color: rgb(119,119,65); }
H1.HeaderClassName
{
color: #777741;
}
.AnyTagClassName
{
color: #777741;
}
</style>
background-color css
<style>
a { background-color: #777741; }
a { background-color: rgb(119,119,65); }
div.DivClassName
{
background-color: #777741;
}
.BgClassName
{
background-color: #777741;
}
</style>
border-color css
<style>
span { border-color: #777741; }
span { border-color: rgb(119,119,65); }
td.TdClassName
{
border-color: #777741;
}
.TagClassName
{
border-color: #777741;
}
</style>