Shades of Olivetone #77731E
Tints of Olivetone #77731E
RGB
CMYK
RGB Variations
Color information
#77731E (or 0x77731E) is known color: Olivetone. HEX triplet: 77, 73 and 1E. RGB value is (119,115,30). Sum of RGB (Red+Green+Blue) = 119+115+30=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731E is #888CE1. Grayscale: #6A6A6A. Windows color (decimal): -8948962 or 1995639. OLE color: 1995639.
HSL color Cylindrical-coordinate representation of color #77731E: hue angle of 57.3º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77731E is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 30 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.53 |
| HSL | 57.3º | 0.6% | 0.29% | - |
| HSV(B) | 57.3º | 0.75% | 0.47% | - |
| XYZ | 13.97 | 16.28 | 3.63 | - |
| YUV | 106.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 30 | 0 | 0.03 | 0.75 | 0.53 | 57.3 | 0.6 | 0.29 |
| Hex | 77 | 73 | 1E | 0 | 3 | 4B | 35 | 39 | 3C | 1D |
| Octal | 167 | 163 | 36 | 0 | 3 | 113 | 65 | 71 | 74 | 35 |
| Binary | 1110111 | 1110011 | 11110 | 0 | 11 | 1001011 | 110101 | 111001 | 111100 | 11101 |
Color Harmonies of #77731E
Complementary color
Monochromatic Colors of #77731E
Black with #77731E
Text Example
Text Example
White with #77731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77731E; }
p { color: rgb(119,115,30); }
H1.HeaderClassName
{
color: #77731E;
}
.AnyTagClassName
{
color: #77731E;
}
</style>
background-color css
<style>
a { background-color: #77731E; }
a { background-color: rgb(119,115,30); }
div.DivClassName
{
background-color: #77731E;
}
.BgClassName
{
background-color: #77731E;
}
</style>
border-color css
<style>
span { border-color: #77731E; }
span { border-color: rgb(119,115,30); }
td.TdClassName
{
border-color: #77731E;
}
.TagClassName
{
border-color: #77731E;
}
</style>