Shades of Hemlock #767841
Tints of Hemlock #767841
RGB
CMYK
RGB Variations
Color information
#767841 (or 0x767841) is known color: Hemlock. HEX triplet: 76, 78 and 41. RGB value is (118,120,65). Sum of RGB (Red+Green+Blue) = 118+120+65=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #767841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767841 is #8987BE. Grayscale: #717171. Windows color (decimal): -9013183 or 4290678. OLE color: 4290678.
HSL color Cylindrical-coordinate representation of color #767841: hue angle of 62.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767841 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 65 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.53 |
| HSL | 62.18º | 0.3% | 0.36% | - |
| HSV(B) | 62.18º | 0.46% | 0.47% | - |
| XYZ | 15.14 | 17.67 | 7.61 | - |
| YUV | 113.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 65 | 0.02 | 0 | 0.46 | 0.53 | 62.18 | 0.3 | 0.36 |
| Hex | 76 | 78 | 41 | 2 | 0 | 2E | 35 | 3E | 1E | 24 |
| Octal | 166 | 170 | 101 | 2 | 0 | 56 | 65 | 76 | 36 | 44 |
| Binary | 1110110 | 1111000 | 1000001 | 10 | 0 | 101110 | 110101 | 111110 | 11110 | 100100 |
Color Harmonies of #767841
Complementary color
Monochromatic Colors of #767841
Black with #767841
Text Example
Text Example
White with #767841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767841; }
p { color: rgb(118,120,65); }
H1.HeaderClassName
{
color: #767841;
}
.AnyTagClassName
{
color: #767841;
}
</style>
background-color css
<style>
a { background-color: #767841; }
a { background-color: rgb(118,120,65); }
div.DivClassName
{
background-color: #767841;
}
.BgClassName
{
background-color: #767841;
}
</style>
border-color css
<style>
span { border-color: #767841; }
span { border-color: rgb(118,120,65); }
td.TdClassName
{
border-color: #767841;
}
.TagClassName
{
border-color: #767841;
}
</style>