Shades of Olivetone #776E1E
Tints of Olivetone #776E1E
RGB
CMYK
RGB Variations
Color information
#776E1E (or 0x776E1E) is known color: Olivetone. HEX triplet: 77, 6E and 1E. RGB value is (119,110,30). Sum of RGB (Red+Green+Blue) = 119+110+30=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1E is #8891E1. Grayscale: #676767. Windows color (decimal): -8950242 or 1994359. OLE color: 1994359.
HSL color Cylindrical-coordinate representation of color #776E1E: hue angle of 53.93º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #776E1E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 30 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.53 |
| HSL | 53.93º | 0.6% | 0.29% | - |
| HSV(B) | 53.93º | 0.75% | 0.47% | - |
| XYZ | 13.42 | 15.17 | 3.45 | - |
| YUV | 103.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 30 | 0 | 0.08 | 0.75 | 0.53 | 53.93 | 0.6 | 0.29 |
| Hex | 77 | 6E | 1E | 0 | 8 | 4B | 35 | 36 | 3C | 1D |
| Octal | 167 | 156 | 36 | 0 | 10 | 113 | 65 | 66 | 74 | 35 |
| Binary | 1110111 | 1101110 | 11110 | 0 | 1000 | 1001011 | 110101 | 110110 | 111100 | 11101 |
Color Harmonies of #776E1E
Complementary color
Monochromatic Colors of #776E1E
Black with #776E1E
Text Example
Text Example
White with #776E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E1E; }
p { color: rgb(119,110,30); }
H1.HeaderClassName
{
color: #776E1E;
}
.AnyTagClassName
{
color: #776E1E;
}
</style>
background-color css
<style>
a { background-color: #776E1E; }
a { background-color: rgb(119,110,30); }
div.DivClassName
{
background-color: #776E1E;
}
.BgClassName
{
background-color: #776E1E;
}
</style>
border-color css
<style>
span { border-color: #776E1E; }
span { border-color: rgb(119,110,30); }
td.TdClassName
{
border-color: #776E1E;
}
.TagClassName
{
border-color: #776E1E;
}
</style>