Shades of Olivetone #777626
Tints of Olivetone #777626
RGB
CMYK
RGB Variations
Color information
#777626 (or 0x777626) is known color: Olivetone. HEX triplet: 77, 76 and 26. RGB value is (119,118,38). Sum of RGB (Red+Green+Blue) = 119+118+38=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #777626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777626 is #8889D9. Grayscale: #6D6D6D. Windows color (decimal): -8948186 or 2520695. OLE color: 2520695.
HSL color Cylindrical-coordinate representation of color #777626: hue angle of 59.26º 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 #777626 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 38 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.53 |
| HSL | 59.26º | 0.52% | 0.31% | - |
| HSV(B) | 59.26º | 0.68% | 0.47% | - |
| XYZ | 14.44 | 17.02 | 4.36 | - |
| YUV | 109.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 38 | 0 | 0.01 | 0.68 | 0.53 | 59.26 | 0.52 | 0.31 |
| Hex | 77 | 76 | 26 | 0 | 1 | 44 | 35 | 3B | 34 | 1F |
| Octal | 167 | 166 | 46 | 0 | 1 | 104 | 65 | 73 | 64 | 37 |
| Binary | 1110111 | 1110110 | 100110 | 0 | 1 | 1000100 | 110101 | 111011 | 110100 | 11111 |
Color Harmonies of #777626
Complementary color
Monochromatic Colors of #777626
Black with #777626
Text Example
Text Example
White with #777626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777626; }
p { color: rgb(119,118,38); }
H1.HeaderClassName
{
color: #777626;
}
.AnyTagClassName
{
color: #777626;
}
</style>
background-color css
<style>
a { background-color: #777626; }
a { background-color: rgb(119,118,38); }
div.DivClassName
{
background-color: #777626;
}
.BgClassName
{
background-color: #777626;
}
</style>
border-color css
<style>
span { border-color: #777626; }
span { border-color: rgb(119,118,38); }
td.TdClassName
{
border-color: #777626;
}
.TagClassName
{
border-color: #777626;
}
</style>