Shades of Olivetone #777126
Tints of Olivetone #777126
RGB
CMYK
RGB Variations
Color information
#777126 (or 0x777126) is known color: Olivetone. HEX triplet: 77, 71 and 26. RGB value is (119,113,38). Sum of RGB (Red+Green+Blue) = 119+113+38=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #777126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777126 is #888ED9. Grayscale: #6A6A6A. Windows color (decimal): -8949466 or 2519415. OLE color: 2519415.
HSL color Cylindrical-coordinate representation of color #777126: hue angle of 55.56º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #777126 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 38 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.53 |
| HSL | 55.56º | 0.52% | 0.31% | - |
| HSV(B) | 55.56º | 0.68% | 0.47% | - |
| XYZ | 13.86 | 15.87 | 4.17 | - |
| YUV | 106.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 38 | 0 | 0.05 | 0.68 | 0.53 | 55.56 | 0.52 | 0.31 |
| Hex | 77 | 71 | 26 | 0 | 5 | 44 | 35 | 38 | 34 | 1F |
| Octal | 167 | 161 | 46 | 0 | 5 | 104 | 65 | 70 | 64 | 37 |
| Binary | 1110111 | 1110001 | 100110 | 0 | 101 | 1000100 | 110101 | 111000 | 110100 | 11111 |
Color Harmonies of #777126
Complementary color
Monochromatic Colors of #777126
Black with #777126
Text Example
Text Example
White with #777126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777126; }
p { color: rgb(119,113,38); }
H1.HeaderClassName
{
color: #777126;
}
.AnyTagClassName
{
color: #777126;
}
</style>
background-color css
<style>
a { background-color: #777126; }
a { background-color: rgb(119,113,38); }
div.DivClassName
{
background-color: #777126;
}
.BgClassName
{
background-color: #777126;
}
</style>
border-color css
<style>
span { border-color: #777126; }
span { border-color: rgb(119,113,38); }
td.TdClassName
{
border-color: #777126;
}
.TagClassName
{
border-color: #777126;
}
</style>