Shades of Olive #777708
Tints of Olive #777708
RGB
CMYK
RGB Variations
Color information
#777708 (or 0x777708) is known color: Olive. HEX triplet: 77, 77 and 08. RGB value is (119,119,8). Sum of RGB (Red+Green+Blue) = 119+119+8=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777708 is #8888F7. Grayscale: #6A6A6A. Windows color (decimal): -8947960 or 554871. OLE color: 554871.
HSL color Cylindrical-coordinate representation of color #777708: hue angle of 60º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #777708 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 8 | - |
| CMYK | 0 | 0 | 0.93 | 0.53 |
| HSL | 60º | 0.87% | 0.25% | - |
| HSV(B) | 60º | 0.93% | 0.47% | - |
| XYZ | 14.25 | 17.13 | 2.79 | - |
| YUV | 106.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 8 | 0 | 0 | 0.93 | 0.53 | 60 | 0.87 | 0.25 |
| Hex | 77 | 77 | 8 | 0 | 0 | 5D | 35 | 3C | 57 | 19 |
| Octal | 167 | 167 | 10 | 0 | 0 | 135 | 65 | 74 | 127 | 31 |
| Binary | 1110111 | 1110111 | 1000 | 0 | 0 | 1011101 | 110101 | 111100 | 1010111 | 11001 |
Color Harmonies of #777708
Complementary color
Monochromatic Colors of #777708
Black with #777708
Text Example
Text Example
White with #777708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777708; }
p { color: rgb(119,119,8); }
H1.HeaderClassName
{
color: #777708;
}
.AnyTagClassName
{
color: #777708;
}
</style>
background-color css
<style>
a { background-color: #777708; }
a { background-color: rgb(119,119,8); }
div.DivClassName
{
background-color: #777708;
}
.BgClassName
{
background-color: #777708;
}
</style>
border-color css
<style>
span { border-color: #777708; }
span { border-color: rgb(119,119,8); }
td.TdClassName
{
border-color: #777708;
}
.TagClassName
{
border-color: #777708;
}
</style>