Shades of Olivetone #77721B
Tints of Olivetone #77721B
RGB
CMYK
RGB Variations
Color information
#77721B (or 0x77721B) is known color: Olivetone. HEX triplet: 77, 72 and 1B. RGB value is (119,114,27). Sum of RGB (Red+Green+Blue) = 119+114+27=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77721B is #888DE4. Grayscale: #696969. Windows color (decimal): -8949221 or 1798775. OLE color: 1798775.
HSL color Cylindrical-coordinate representation of color #77721B: hue angle of 56.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77721B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 27 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.53 |
| HSL | 56.74º | 0.63% | 0.29% | - |
| HSV(B) | 56.74º | 0.77% | 0.47% | - |
| XYZ | 13.82 | 16.04 | 3.4 | - |
| YUV | 105.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 27 | 0 | 0.04 | 0.77 | 0.53 | 56.74 | 0.63 | 0.29 |
| Hex | 77 | 72 | 1B | 0 | 4 | 4D | 35 | 39 | 3F | 1D |
| Octal | 167 | 162 | 33 | 0 | 4 | 115 | 65 | 71 | 77 | 35 |
| Binary | 1110111 | 1110010 | 11011 | 0 | 100 | 1001101 | 110101 | 111001 | 111111 | 11101 |
Color Harmonies of #77721B
Complementary color
Monochromatic Colors of #77721B
Black with #77721B
Text Example
Text Example
White with #77721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77721B; }
p { color: rgb(119,114,27); }
H1.HeaderClassName
{
color: #77721B;
}
.AnyTagClassName
{
color: #77721B;
}
</style>
background-color css
<style>
a { background-color: #77721B; }
a { background-color: rgb(119,114,27); }
div.DivClassName
{
background-color: #77721B;
}
.BgClassName
{
background-color: #77721B;
}
</style>
border-color css
<style>
span { border-color: #77721B; }
span { border-color: rgb(119,114,27); }
td.TdClassName
{
border-color: #77721B;
}
.TagClassName
{
border-color: #77721B;
}
</style>