Shades of Olivetone #776E1F
Tints of Olivetone #776E1F
RGB
CMYK
RGB Variations
Color information
#776E1F (or 0x776E1F) is known color: Olivetone. HEX triplet: 77, 6E and 1F. RGB value is (119,110,31). Sum of RGB (Red+Green+Blue) = 119+110+31=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1F is #8891E0. Grayscale: #686868. Windows color (decimal): -8950241 or 2059895. OLE color: 2059895.
HSL color Cylindrical-coordinate representation of color #776E1F: hue angle of 53.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #776E1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 31 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.53 |
| HSL | 53.86º | 0.59% | 0.29% | - |
| HSV(B) | 53.86º | 0.74% | 0.47% | - |
| XYZ | 13.43 | 15.17 | 3.52 | - |
| YUV | 103.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 31 | 0 | 0.08 | 0.74 | 0.53 | 53.86 | 0.59 | 0.29 |
| Hex | 77 | 6E | 1F | 0 | 8 | 4A | 35 | 36 | 3B | 1D |
| Octal | 167 | 156 | 37 | 0 | 10 | 112 | 65 | 66 | 73 | 35 |
| Binary | 1110111 | 1101110 | 11111 | 0 | 1000 | 1001010 | 110101 | 110110 | 111011 | 11101 |
Color Harmonies of #776E1F
Complementary color
Monochromatic Colors of #776E1F
Black with #776E1F
Text Example
Text Example
White with #776E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E1F; }
p { color: rgb(119,110,31); }
H1.HeaderClassName
{
color: #776E1F;
}
.AnyTagClassName
{
color: #776E1F;
}
</style>
background-color css
<style>
a { background-color: #776E1F; }
a { background-color: rgb(119,110,31); }
div.DivClassName
{
background-color: #776E1F;
}
.BgClassName
{
background-color: #776E1F;
}
</style>
border-color css
<style>
span { border-color: #776E1F; }
span { border-color: rgb(119,110,31); }
td.TdClassName
{
border-color: #776E1F;
}
.TagClassName
{
border-color: #776E1F;
}
</style>