Shades of Olivetone #777313
Tints of Olivetone #777313
RGB
CMYK
RGB Variations
Color information
#777313 (or 0x777313) is known color: Olivetone. HEX triplet: 77, 73 and 13. RGB value is (119,115,19). Sum of RGB (Red+Green+Blue) = 119+115+19=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777313 is #888CEC. Grayscale: #696969. Windows color (decimal): -8948973 or 1274743. OLE color: 1274743.
HSL color Cylindrical-coordinate representation of color #777313: hue angle of 57.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #777313 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 19 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.53 |
| HSL | 57.6º | 0.72% | 0.27% | - |
| HSV(B) | 57.6º | 0.84% | 0.47% | - |
| XYZ | 13.86 | 16.23 | 3.02 | - |
| YUV | 105.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 19 | 0 | 0.03 | 0.84 | 0.53 | 57.6 | 0.72 | 0.27 |
| Hex | 77 | 73 | 13 | 0 | 3 | 54 | 35 | 3A | 48 | 1B |
| Octal | 167 | 163 | 23 | 0 | 3 | 124 | 65 | 72 | 110 | 33 |
| Binary | 1110111 | 1110011 | 10011 | 0 | 11 | 1010100 | 110101 | 111010 | 1001000 | 11011 |
Color Harmonies of #777313
Complementary color
Monochromatic Colors of #777313
Black with #777313
Text Example
Text Example
White with #777313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777313; }
p { color: rgb(119,115,19); }
H1.HeaderClassName
{
color: #777313;
}
.AnyTagClassName
{
color: #777313;
}
</style>
background-color css
<style>
a { background-color: #777313; }
a { background-color: rgb(119,115,19); }
div.DivClassName
{
background-color: #777313;
}
.BgClassName
{
background-color: #777313;
}
</style>
border-color css
<style>
span { border-color: #777313; }
span { border-color: rgb(119,115,19); }
td.TdClassName
{
border-color: #777313;
}
.TagClassName
{
border-color: #777313;
}
</style>