Shades of Hemlock #767441
Tints of Hemlock #767441
RGB
CMYK
RGB Variations
Color information
#767441 (or 0x767441) is known color: Hemlock. HEX triplet: 76, 74 and 41. RGB value is (118,116,65). Sum of RGB (Red+Green+Blue) = 118+116+65=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #767441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767441 is #898BBE. Grayscale: #6E6E6E. Windows color (decimal): -9014207 or 4289654. OLE color: 4289654.
HSL color Cylindrical-coordinate representation of color #767441: hue angle of 57.74º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767441 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 65 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.54 |
| HSL | 57.74º | 0.29% | 0.36% | - |
| HSV(B) | 57.74º | 0.45% | 0.46% | - |
| XYZ | 14.67 | 16.72 | 7.46 | - |
| YUV | 110.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 65 | 0 | 0.02 | 0.45 | 0.54 | 57.74 | 0.29 | 0.36 |
| Hex | 76 | 74 | 41 | 0 | 2 | 2D | 36 | 3A | 1D | 24 |
| Octal | 166 | 164 | 101 | 0 | 2 | 55 | 66 | 72 | 35 | 44 |
| Binary | 1110110 | 1110100 | 1000001 | 0 | 10 | 101101 | 110110 | 111010 | 11101 | 100100 |
Color Harmonies of #767441
Complementary color
Monochromatic Colors of #767441
Black with #767441
Text Example
Text Example
White with #767441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767441; }
p { color: rgb(118,116,65); }
H1.HeaderClassName
{
color: #767441;
}
.AnyTagClassName
{
color: #767441;
}
</style>
background-color css
<style>
a { background-color: #767441; }
a { background-color: rgb(118,116,65); }
div.DivClassName
{
background-color: #767441;
}
.BgClassName
{
background-color: #767441;
}
</style>
border-color css
<style>
span { border-color: #767441; }
span { border-color: rgb(118,116,65); }
td.TdClassName
{
border-color: #767441;
}
.TagClassName
{
border-color: #767441;
}
</style>