Shades of Olivetone #77741A
Tints of Olivetone #77741A
RGB
CMYK
RGB Variations
Color information
#77741A (or 0x77741A) is known color: Olivetone. HEX triplet: 77, 74 and 1A. RGB value is (119,116,26). Sum of RGB (Red+Green+Blue) = 119+116+26=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77741A is #888BE5. Grayscale: #6A6A6A. Windows color (decimal): -8948710 or 1733751. OLE color: 1733751.
HSL color Cylindrical-coordinate representation of color #77741A: hue angle of 58.06º 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 #77741A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 26 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.53 |
| HSL | 58.06º | 0.64% | 0.28% | - |
| HSV(B) | 58.06º | 0.78% | 0.47% | - |
| XYZ | 14.04 | 16.49 | 3.42 | - |
| YUV | 106.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 26 | 0 | 0.03 | 0.78 | 0.53 | 58.06 | 0.64 | 0.28 |
| Hex | 77 | 74 | 1A | 0 | 3 | 4E | 35 | 3A | 40 | 1C |
| Octal | 167 | 164 | 32 | 0 | 3 | 116 | 65 | 72 | 100 | 34 |
| Binary | 1110111 | 1110100 | 11010 | 0 | 11 | 1001110 | 110101 | 111010 | 1000000 | 11100 |
Color Harmonies of #77741A
Complementary color
Monochromatic Colors of #77741A
Black with #77741A
Text Example
Text Example
White with #77741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77741A; }
p { color: rgb(119,116,26); }
H1.HeaderClassName
{
color: #77741A;
}
.AnyTagClassName
{
color: #77741A;
}
</style>
background-color css
<style>
a { background-color: #77741A; }
a { background-color: rgb(119,116,26); }
div.DivClassName
{
background-color: #77741A;
}
.BgClassName
{
background-color: #77741A;
}
</style>
border-color css
<style>
span { border-color: #77741A; }
span { border-color: rgb(119,116,26); }
td.TdClassName
{
border-color: #77741A;
}
.TagClassName
{
border-color: #77741A;
}
</style>