Shades of Olivetone #777221
Tints of Olivetone #777221
RGB
CMYK
RGB Variations
Color information
#777221 (or 0x777221) is known color: Olivetone. HEX triplet: 77, 72 and 21. RGB value is (119,114,33). Sum of RGB (Red+Green+Blue) = 119+114+33=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #777221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777221 is #888DDE. Grayscale: #6A6A6A. Windows color (decimal): -8949215 or 2191991. OLE color: 2191991.
HSL color Cylindrical-coordinate representation of color #777221: hue angle of 56.51º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #777221 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 33 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.53 |
| HSL | 56.51º | 0.57% | 0.3% | - |
| HSV(B) | 56.51º | 0.72% | 0.47% | - |
| XYZ | 13.9 | 16.07 | 3.81 | - |
| YUV | 106.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 33 | 0 | 0.04 | 0.72 | 0.53 | 56.51 | 0.57 | 0.3 |
| Hex | 77 | 72 | 21 | 0 | 4 | 48 | 35 | 39 | 39 | 1E |
| Octal | 167 | 162 | 41 | 0 | 4 | 110 | 65 | 71 | 71 | 36 |
| Binary | 1110111 | 1110010 | 100001 | 0 | 100 | 1001000 | 110101 | 111001 | 111001 | 11110 |
Color Harmonies of #777221
Complementary color
Monochromatic Colors of #777221
Black with #777221
Text Example
Text Example
White with #777221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777221; }
p { color: rgb(119,114,33); }
H1.HeaderClassName
{
color: #777221;
}
.AnyTagClassName
{
color: #777221;
}
</style>
background-color css
<style>
a { background-color: #777221; }
a { background-color: rgb(119,114,33); }
div.DivClassName
{
background-color: #777221;
}
.BgClassName
{
background-color: #777221;
}
</style>
border-color css
<style>
span { border-color: #777221; }
span { border-color: rgb(119,114,33); }
td.TdClassName
{
border-color: #777221;
}
.TagClassName
{
border-color: #777221;
}
</style>