Shades of Olivetone #777321
Tints of Olivetone #777321
RGB
CMYK
RGB Variations
Color information
#777321 (or 0x777321) is known color: Olivetone. HEX triplet: 77, 73 and 21. RGB value is (119,115,33). Sum of RGB (Red+Green+Blue) = 119+115+33=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #777321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777321 is #888CDE. Grayscale: #6B6B6B. Windows color (decimal): -8948959 or 2192247. OLE color: 2192247.
HSL color Cylindrical-coordinate representation of color #777321: hue angle of 57.21º 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 #777321 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 33 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.53 |
| HSL | 57.21º | 0.57% | 0.3% | - |
| HSV(B) | 57.21º | 0.72% | 0.47% | - |
| XYZ | 14.01 | 16.29 | 3.85 | - |
| YUV | 106.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 33 | 0 | 0.03 | 0.72 | 0.53 | 57.21 | 0.57 | 0.3 |
| Hex | 77 | 73 | 21 | 0 | 3 | 48 | 35 | 39 | 39 | 1E |
| Octal | 167 | 163 | 41 | 0 | 3 | 110 | 65 | 71 | 71 | 36 |
| Binary | 1110111 | 1110011 | 100001 | 0 | 11 | 1001000 | 110101 | 111001 | 111001 | 11110 |
Color Harmonies of #777321
Complementary color
Monochromatic Colors of #777321
Black with #777321
Text Example
Text Example
White with #777321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777321; }
p { color: rgb(119,115,33); }
H1.HeaderClassName
{
color: #777321;
}
.AnyTagClassName
{
color: #777321;
}
</style>
background-color css
<style>
a { background-color: #777321; }
a { background-color: rgb(119,115,33); }
div.DivClassName
{
background-color: #777321;
}
.BgClassName
{
background-color: #777321;
}
</style>
border-color css
<style>
span { border-color: #777321; }
span { border-color: rgb(119,115,33); }
td.TdClassName
{
border-color: #777321;
}
.TagClassName
{
border-color: #777321;
}
</style>