Shades of Olivetone #777421
Tints of Olivetone #777421
RGB
CMYK
RGB Variations
Color information
#777421 (or 0x777421) is known color: Olivetone. HEX triplet: 77, 74 and 21. RGB value is (119,116,33). Sum of RGB (Red+Green+Blue) = 119+116+33=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #777421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777421 is #888BDE. Grayscale: #6B6B6B. Windows color (decimal): -8948703 or 2192503. OLE color: 2192503.
HSL color Cylindrical-coordinate representation of color #777421: hue angle of 57.91º 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 #777421 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 33 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.53 |
| HSL | 57.91º | 0.57% | 0.3% | - |
| HSV(B) | 57.91º | 0.72% | 0.47% | - |
| XYZ | 14.13 | 16.52 | 3.88 | - |
| YUV | 107.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 33 | 0 | 0.03 | 0.72 | 0.53 | 57.91 | 0.57 | 0.3 |
| Hex | 77 | 74 | 21 | 0 | 3 | 48 | 35 | 3A | 39 | 1E |
| Octal | 167 | 164 | 41 | 0 | 3 | 110 | 65 | 72 | 71 | 36 |
| Binary | 1110111 | 1110100 | 100001 | 0 | 11 | 1001000 | 110101 | 111010 | 111001 | 11110 |
Color Harmonies of #777421
Complementary color
Monochromatic Colors of #777421
Black with #777421
Text Example
Text Example
White with #777421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777421; }
p { color: rgb(119,116,33); }
H1.HeaderClassName
{
color: #777421;
}
.AnyTagClassName
{
color: #777421;
}
</style>
background-color css
<style>
a { background-color: #777421; }
a { background-color: rgb(119,116,33); }
div.DivClassName
{
background-color: #777421;
}
.BgClassName
{
background-color: #777421;
}
</style>
border-color css
<style>
span { border-color: #777421; }
span { border-color: rgb(119,116,33); }
td.TdClassName
{
border-color: #777421;
}
.TagClassName
{
border-color: #777421;
}
</style>