Shades of Olivetone #776F1C
Tints of Olivetone #776F1C
RGB
CMYK
RGB Variations
Color information
#776F1C (or 0x776F1C) is known color: Olivetone. HEX triplet: 77, 6F and 1C. RGB value is (119,111,28). Sum of RGB (Red+Green+Blue) = 119+111+28=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F1C is #8890E3. Grayscale: #686868. Windows color (decimal): -8949988 or 1863543. OLE color: 1863543.
HSL color Cylindrical-coordinate representation of color #776F1C: hue angle of 54.73º 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 #776F1C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 28 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.53 |
| HSL | 54.73º | 0.62% | 0.29% | - |
| HSV(B) | 54.73º | 0.76% | 0.47% | - |
| XYZ | 13.5 | 15.37 | 3.35 | - |
| YUV | 103.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 28 | 0 | 0.07 | 0.76 | 0.53 | 54.73 | 0.62 | 0.29 |
| Hex | 77 | 6F | 1C | 0 | 7 | 4C | 35 | 37 | 3E | 1D |
| Octal | 167 | 157 | 34 | 0 | 7 | 114 | 65 | 67 | 76 | 35 |
| Binary | 1110111 | 1101111 | 11100 | 0 | 111 | 1001100 | 110101 | 110111 | 111110 | 11101 |
Color Harmonies of #776F1C
Complementary color
Monochromatic Colors of #776F1C
Black with #776F1C
Text Example
Text Example
White with #776F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F1C; }
p { color: rgb(119,111,28); }
H1.HeaderClassName
{
color: #776F1C;
}
.AnyTagClassName
{
color: #776F1C;
}
</style>
background-color css
<style>
a { background-color: #776F1C; }
a { background-color: rgb(119,111,28); }
div.DivClassName
{
background-color: #776F1C;
}
.BgClassName
{
background-color: #776F1C;
}
</style>
border-color css
<style>
span { border-color: #776F1C; }
span { border-color: rgb(119,111,28); }
td.TdClassName
{
border-color: #776F1C;
}
.TagClassName
{
border-color: #776F1C;
}
</style>