Shades of Olivetone #77761C
Tints of Olivetone #77761C
RGB
CMYK
RGB Variations
Color information
#77761C (or 0x77761C) is known color: Olivetone. HEX triplet: 77, 76 and 1C. RGB value is (119,118,28). Sum of RGB (Red+Green+Blue) = 119+118+28=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761C is #8889E3. Grayscale: #6C6C6C. Windows color (decimal): -8948196 or 1865335. OLE color: 1865335.
HSL color Cylindrical-coordinate representation of color #77761C: hue angle of 59.34º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77761C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 28 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.53 |
| HSL | 59.34º | 0.62% | 0.29% | - |
| HSV(B) | 59.34º | 0.76% | 0.47% | - |
| XYZ | 14.3 | 16.96 | 3.62 | - |
| YUV | 108.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 28 | 0 | 0.01 | 0.76 | 0.53 | 59.34 | 0.62 | 0.29 |
| Hex | 77 | 76 | 1C | 0 | 1 | 4C | 35 | 3B | 3E | 1D |
| Octal | 167 | 166 | 34 | 0 | 1 | 114 | 65 | 73 | 76 | 35 |
| Binary | 1110111 | 1110110 | 11100 | 0 | 1 | 1001100 | 110101 | 111011 | 111110 | 11101 |
Color Harmonies of #77761C
Complementary color
Monochromatic Colors of #77761C
Black with #77761C
Text Example
Text Example
White with #77761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77761C; }
p { color: rgb(119,118,28); }
H1.HeaderClassName
{
color: #77761C;
}
.AnyTagClassName
{
color: #77761C;
}
</style>
background-color css
<style>
a { background-color: #77761C; }
a { background-color: rgb(119,118,28); }
div.DivClassName
{
background-color: #77761C;
}
.BgClassName
{
background-color: #77761C;
}
</style>
border-color css
<style>
span { border-color: #77761C; }
span { border-color: rgb(119,118,28); }
td.TdClassName
{
border-color: #77761C;
}
.TagClassName
{
border-color: #77761C;
}
</style>