Shades of Olivetone #777113
Tints of Olivetone #777113
RGB
CMYK
RGB Variations
Color information
#777113 (or 0x777113) is known color: Olivetone. HEX triplet: 77, 71 and 13. RGB value is (119,113,19). Sum of RGB (Red+Green+Blue) = 119+113+19=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777113 is #888EEC. Grayscale: #686868. Windows color (decimal): -8949485 or 1274231. OLE color: 1274231.
HSL color Cylindrical-coordinate representation of color #777113: hue angle of 56.4º 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 #777113 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 19 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.53 |
| HSL | 56.4º | 0.72% | 0.27% | - |
| HSV(B) | 56.4º | 0.84% | 0.47% | - |
| XYZ | 13.63 | 15.78 | 2.94 | - |
| YUV | 104.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 19 | 0 | 0.05 | 0.84 | 0.53 | 56.4 | 0.72 | 0.27 |
| Hex | 77 | 71 | 13 | 0 | 5 | 54 | 35 | 38 | 48 | 1B |
| Octal | 167 | 161 | 23 | 0 | 5 | 124 | 65 | 70 | 110 | 33 |
| Binary | 1110111 | 1110001 | 10011 | 0 | 101 | 1010100 | 110101 | 111000 | 1001000 | 11011 |
Color Harmonies of #777113
Complementary color
Monochromatic Colors of #777113
Black with #777113
Text Example
Text Example
White with #777113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777113; }
p { color: rgb(119,113,19); }
H1.HeaderClassName
{
color: #777113;
}
.AnyTagClassName
{
color: #777113;
}
</style>
background-color css
<style>
a { background-color: #777113; }
a { background-color: rgb(119,113,19); }
div.DivClassName
{
background-color: #777113;
}
.BgClassName
{
background-color: #777113;
}
</style>
border-color css
<style>
span { border-color: #777113; }
span { border-color: rgb(119,113,19); }
td.TdClassName
{
border-color: #777113;
}
.TagClassName
{
border-color: #777113;
}
</style>