Shades of Olivetone #777426
Tints of Olivetone #777426
RGB
CMYK
RGB Variations
Color information
#777426 (or 0x777426) is known color: Olivetone. HEX triplet: 77, 74 and 26. RGB value is (119,116,38). Sum of RGB (Red+Green+Blue) = 119+116+38=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #777426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777426 is #888BD9. Grayscale: #6C6C6C. Windows color (decimal): -8948698 or 2520183. OLE color: 2520183.
HSL color Cylindrical-coordinate representation of color #777426: hue angle of 57.78º 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 #777426 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 38 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.53 |
| HSL | 57.78º | 0.52% | 0.31% | - |
| HSV(B) | 57.78º | 0.68% | 0.47% | - |
| XYZ | 14.2 | 16.55 | 4.28 | - |
| YUV | 108.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 38 | 0 | 0.03 | 0.68 | 0.53 | 57.78 | 0.52 | 0.31 |
| Hex | 77 | 74 | 26 | 0 | 3 | 44 | 35 | 3A | 34 | 1F |
| Octal | 167 | 164 | 46 | 0 | 3 | 104 | 65 | 72 | 64 | 37 |
| Binary | 1110111 | 1110100 | 100110 | 0 | 11 | 1000100 | 110101 | 111010 | 110100 | 11111 |
Color Harmonies of #777426
Complementary color
Monochromatic Colors of #777426
Black with #777426
Text Example
Text Example
White with #777426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777426; }
p { color: rgb(119,116,38); }
H1.HeaderClassName
{
color: #777426;
}
.AnyTagClassName
{
color: #777426;
}
</style>
background-color css
<style>
a { background-color: #777426; }
a { background-color: rgb(119,116,38); }
div.DivClassName
{
background-color: #777426;
}
.BgClassName
{
background-color: #777426;
}
</style>
border-color css
<style>
span { border-color: #777426; }
span { border-color: rgb(119,116,38); }
td.TdClassName
{
border-color: #777426;
}
.TagClassName
{
border-color: #777426;
}
</style>