Shades of Olivetone #777220
Tints of Olivetone #777220
RGB
CMYK
RGB Variations
Color information
#777220 (or 0x777220) is known color: Olivetone. HEX triplet: 77, 72 and 20. RGB value is (119,114,32). Sum of RGB (Red+Green+Blue) = 119+114+32=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #777220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777220 is #888DDF. Grayscale: #6A6A6A. Windows color (decimal): -8949216 or 2126455. OLE color: 2126455.
HSL color Cylindrical-coordinate representation of color #777220: hue angle of 56.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #777220 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 32 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.53 |
| HSL | 56.55º | 0.58% | 0.3% | - |
| HSV(B) | 56.55º | 0.73% | 0.47% | - |
| XYZ | 13.89 | 16.06 | 3.73 | - |
| YUV | 106.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 32 | 0 | 0.04 | 0.73 | 0.53 | 56.55 | 0.58 | 0.3 |
| Hex | 77 | 72 | 20 | 0 | 4 | 49 | 35 | 39 | 3A | 1E |
| Octal | 167 | 162 | 40 | 0 | 4 | 111 | 65 | 71 | 72 | 36 |
| Binary | 1110111 | 1110010 | 100000 | 0 | 100 | 1001001 | 110101 | 111001 | 111010 | 11110 |
Color Harmonies of #777220
Complementary color
Monochromatic Colors of #777220
Black with #777220
Text Example
Text Example
White with #777220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777220; }
p { color: rgb(119,114,32); }
H1.HeaderClassName
{
color: #777220;
}
.AnyTagClassName
{
color: #777220;
}
</style>
background-color css
<style>
a { background-color: #777220; }
a { background-color: rgb(119,114,32); }
div.DivClassName
{
background-color: #777220;
}
.BgClassName
{
background-color: #777220;
}
</style>
border-color css
<style>
span { border-color: #777220; }
span { border-color: rgb(119,114,32); }
td.TdClassName
{
border-color: #777220;
}
.TagClassName
{
border-color: #777220;
}
</style>