Shades of Olivetone #77761A
Tints of Olivetone #77761A
RGB
CMYK
RGB Variations
Color information
#77761A (or 0x77761A) is known color: Olivetone. HEX triplet: 77, 76 and 1A. RGB value is (119,118,26). Sum of RGB (Red+Green+Blue) = 119+118+26=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761A is #8889E5. Grayscale: #6C6C6C. Windows color (decimal): -8948198 or 1734263. OLE color: 1734263.
HSL color Cylindrical-coordinate representation of color #77761A: hue angle of 59.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77761A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 26 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.53 |
| HSL | 59.35º | 0.64% | 0.28% | - |
| HSV(B) | 59.35º | 0.78% | 0.47% | - |
| XYZ | 14.27 | 16.95 | 3.5 | - |
| YUV | 107.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 26 | 0 | 0.01 | 0.78 | 0.53 | 59.35 | 0.64 | 0.28 |
| Hex | 77 | 76 | 1A | 0 | 1 | 4E | 35 | 3B | 40 | 1C |
| Octal | 167 | 166 | 32 | 0 | 1 | 116 | 65 | 73 | 100 | 34 |
| Binary | 1110111 | 1110110 | 11010 | 0 | 1 | 1001110 | 110101 | 111011 | 1000000 | 11100 |
Color Harmonies of #77761A
Complementary color
Monochromatic Colors of #77761A
Black with #77761A
Text Example
Text Example
White with #77761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77761A; }
p { color: rgb(119,118,26); }
H1.HeaderClassName
{
color: #77761A;
}
.AnyTagClassName
{
color: #77761A;
}
</style>
background-color css
<style>
a { background-color: #77761A; }
a { background-color: rgb(119,118,26); }
div.DivClassName
{
background-color: #77761A;
}
.BgClassName
{
background-color: #77761A;
}
</style>
border-color css
<style>
span { border-color: #77761A; }
span { border-color: rgb(119,118,26); }
td.TdClassName
{
border-color: #77761A;
}
.TagClassName
{
border-color: #77761A;
}
</style>