Shades of Olivetone #77771E
Tints of Olivetone #77771E
RGB
CMYK
RGB Variations
Color information
#77771E (or 0x77771E) is known color: Olivetone. HEX triplet: 77, 77 and 1E. RGB value is (119,119,30). Sum of RGB (Red+Green+Blue) = 119+119+30=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77771E is #8888E1. Grayscale: #6D6D6D. Windows color (decimal): -8947938 or 1996663. OLE color: 1996663.
HSL color Cylindrical-coordinate representation of color #77771E: hue angle of 60º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77771E is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 30 | - |
| CMYK | 0 | 0 | 0.75 | 0.53 |
| HSL | 60º | 0.6% | 0.29% | - |
| HSV(B) | 60º | 0.75% | 0.47% | - |
| XYZ | 14.44 | 17.21 | 3.79 | - |
| YUV | 108.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 30 | 0 | 0 | 0.75 | 0.53 | 60 | 0.6 | 0.29 |
| Hex | 77 | 77 | 1E | 0 | 0 | 4B | 35 | 3C | 3C | 1D |
| Octal | 167 | 167 | 36 | 0 | 0 | 113 | 65 | 74 | 74 | 35 |
| Binary | 1110111 | 1110111 | 11110 | 0 | 0 | 1001011 | 110101 | 111100 | 111100 | 11101 |
Color Harmonies of #77771E
Complementary color
Monochromatic Colors of #77771E
Black with #77771E
Text Example
Text Example
White with #77771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77771E; }
p { color: rgb(119,119,30); }
H1.HeaderClassName
{
color: #77771E;
}
.AnyTagClassName
{
color: #77771E;
}
</style>
background-color css
<style>
a { background-color: #77771E; }
a { background-color: rgb(119,119,30); }
div.DivClassName
{
background-color: #77771E;
}
.BgClassName
{
background-color: #77771E;
}
</style>
border-color css
<style>
span { border-color: #77771E; }
span { border-color: rgb(119,119,30); }
td.TdClassName
{
border-color: #77771E;
}
.TagClassName
{
border-color: #77771E;
}
</style>