Shades of Olivetone #777324
Tints of Olivetone #777324
RGB
CMYK
RGB Variations
Color information
#777324 (or 0x777324) is known color: Olivetone. HEX triplet: 77, 73 and 24. RGB value is (119,115,36). Sum of RGB (Red+Green+Blue) = 119+115+36=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #777324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777324 is #888CDB. Grayscale: #6B6B6B. Windows color (decimal): -8948956 or 2388855. OLE color: 2388855.
HSL color Cylindrical-coordinate representation of color #777324: hue angle of 57.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #777324 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 36 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.53 |
| HSL | 57.11º | 0.54% | 0.3% | - |
| HSV(B) | 57.11º | 0.7% | 0.47% | - |
| XYZ | 14.06 | 16.31 | 4.08 | - |
| YUV | 107.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 36 | 0 | 0.03 | 0.70 | 0.53 | 57.11 | 0.54 | 0.3 |
| Hex | 77 | 73 | 24 | 0 | 3 | 46 | 35 | 39 | 36 | 1E |
| Octal | 167 | 163 | 44 | 0 | 3 | 106 | 65 | 71 | 66 | 36 |
| Binary | 1110111 | 1110011 | 100100 | 0 | 11 | 1000110 | 110101 | 111001 | 110110 | 11110 |
Color Harmonies of #777324
Complementary color
Monochromatic Colors of #777324
Black with #777324
Text Example
Text Example
White with #777324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777324; }
p { color: rgb(119,115,36); }
H1.HeaderClassName
{
color: #777324;
}
.AnyTagClassName
{
color: #777324;
}
</style>
background-color css
<style>
a { background-color: #777324; }
a { background-color: rgb(119,115,36); }
div.DivClassName
{
background-color: #777324;
}
.BgClassName
{
background-color: #777324;
}
</style>
border-color css
<style>
span { border-color: #777324; }
span { border-color: rgb(119,115,36); }
td.TdClassName
{
border-color: #777324;
}
.TagClassName
{
border-color: #777324;
}
</style>