Shades of Olivetone #777311
Tints of Olivetone #777311
RGB
CMYK
RGB Variations
Color information
#777311 (or 0x777311) is known color: Olivetone. HEX triplet: 77, 73 and 11. RGB value is (119,115,17). Sum of RGB (Red+Green+Blue) = 119+115+17=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777311 is #888CEE. Grayscale: #696969. Windows color (decimal): -8948975 or 1143671. OLE color: 1143671.
HSL color Cylindrical-coordinate representation of color #777311: hue angle of 57.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #777311 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 17 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.53 |
| HSL | 57.65º | 0.75% | 0.27% | - |
| HSV(B) | 57.65º | 0.86% | 0.47% | - |
| XYZ | 13.84 | 16.22 | 2.93 | - |
| YUV | 105.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 17 | 0 | 0.03 | 0.86 | 0.53 | 57.65 | 0.75 | 0.27 |
| Hex | 77 | 73 | 11 | 0 | 3 | 56 | 35 | 3A | 4B | 1B |
| Octal | 167 | 163 | 21 | 0 | 3 | 126 | 65 | 72 | 113 | 33 |
| Binary | 1110111 | 1110011 | 10001 | 0 | 11 | 1010110 | 110101 | 111010 | 1001011 | 11011 |
Color Harmonies of #777311
Complementary color
Monochromatic Colors of #777311
Black with #777311
Text Example
Text Example
White with #777311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777311; }
p { color: rgb(119,115,17); }
H1.HeaderClassName
{
color: #777311;
}
.AnyTagClassName
{
color: #777311;
}
</style>
background-color css
<style>
a { background-color: #777311; }
a { background-color: rgb(119,115,17); }
div.DivClassName
{
background-color: #777311;
}
.BgClassName
{
background-color: #777311;
}
</style>
border-color css
<style>
span { border-color: #777311; }
span { border-color: rgb(119,115,17); }
td.TdClassName
{
border-color: #777311;
}
.TagClassName
{
border-color: #777311;
}
</style>