Shades of Olivetone #777628
Tints of Olivetone #777628
RGB
CMYK
RGB Variations
Color information
#777628 (or 0x777628) is known color: Olivetone. HEX triplet: 77, 76 and 28. RGB value is (119,118,40). Sum of RGB (Red+Green+Blue) = 119+118+40=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #777628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777628 is #8889D7. Grayscale: #6D6D6D. Windows color (decimal): -8948184 or 2651767. OLE color: 2651767.
HSL color Cylindrical-coordinate representation of color #777628: hue angle of 59.24º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777628 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 40 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.53 |
| HSL | 59.24º | 0.5% | 0.31% | - |
| HSV(B) | 59.24º | 0.66% | 0.47% | - |
| XYZ | 14.47 | 17.03 | 4.53 | - |
| YUV | 109.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 40 | 0 | 0.01 | 0.66 | 0.53 | 59.24 | 0.5 | 0.31 |
| Hex | 77 | 76 | 28 | 0 | 1 | 42 | 35 | 3B | 32 | 1F |
| Octal | 167 | 166 | 50 | 0 | 1 | 102 | 65 | 73 | 62 | 37 |
| Binary | 1110111 | 1110110 | 101000 | 0 | 1 | 1000010 | 110101 | 111011 | 110010 | 11111 |
Color Harmonies of #777628
Complementary color
Monochromatic Colors of #777628
Black with #777628
Text Example
Text Example
White with #777628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777628; }
p { color: rgb(119,118,40); }
H1.HeaderClassName
{
color: #777628;
}
.AnyTagClassName
{
color: #777628;
}
</style>
background-color css
<style>
a { background-color: #777628; }
a { background-color: rgb(119,118,40); }
div.DivClassName
{
background-color: #777628;
}
.BgClassName
{
background-color: #777628;
}
</style>
border-color css
<style>
span { border-color: #777628; }
span { border-color: rgb(119,118,40); }
td.TdClassName
{
border-color: #777628;
}
.TagClassName
{
border-color: #777628;
}
</style>