Shades of Olivetone #777718
Tints of Olivetone #777718
RGB
CMYK
RGB Variations
Color information
#777718 (or 0x777718) is known color: Olivetone. HEX triplet: 77, 77 and 18. RGB value is (119,119,24). Sum of RGB (Red+Green+Blue) = 119+119+24=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777718 is #8888E7. Grayscale: #6C6C6C. Windows color (decimal): -8947944 or 1603447. OLE color: 1603447.
HSL color Cylindrical-coordinate representation of color #777718: hue angle of 60º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #777718 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 24 | - |
| CMYK | 0 | 0 | 0.80 | 0.53 |
| HSL | 60º | 0.66% | 0.28% | - |
| HSV(B) | 60º | 0.8% | 0.47% | - |
| XYZ | 14.37 | 17.18 | 3.42 | - |
| YUV | 108.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 24 | 0 | 0 | 0.80 | 0.53 | 60 | 0.66 | 0.28 |
| Hex | 77 | 77 | 18 | 0 | 0 | 50 | 35 | 3C | 42 | 1C |
| Octal | 167 | 167 | 30 | 0 | 0 | 120 | 65 | 74 | 102 | 34 |
| Binary | 1110111 | 1110111 | 11000 | 0 | 0 | 1010000 | 110101 | 111100 | 1000010 | 11100 |
Color Harmonies of #777718
Complementary color
Monochromatic Colors of #777718
Black with #777718
Text Example
Text Example
White with #777718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777718; }
p { color: rgb(119,119,24); }
H1.HeaderClassName
{
color: #777718;
}
.AnyTagClassName
{
color: #777718;
}
</style>
background-color css
<style>
a { background-color: #777718; }
a { background-color: rgb(119,119,24); }
div.DivClassName
{
background-color: #777718;
}
.BgClassName
{
background-color: #777718;
}
</style>
border-color css
<style>
span { border-color: #777718; }
span { border-color: rgb(119,119,24); }
td.TdClassName
{
border-color: #777718;
}
.TagClassName
{
border-color: #777718;
}
</style>