Shades of Olivetone #776B1E
Tints of Olivetone #776B1E
RGB
CMYK
RGB Variations
Color information
#776B1E (or 0x776B1E) is known color: Olivetone. HEX triplet: 77, 6B and 1E. RGB value is (119,107,30). Sum of RGB (Red+Green+Blue) = 119+107+30=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B1E is #8894E1. Grayscale: #666666. Windows color (decimal): -8951010 or 1993591. OLE color: 1993591.
HSL color Cylindrical-coordinate representation of color #776B1E: hue angle of 51.91º 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 #776B1E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 30 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.53 |
| HSL | 51.91º | 0.6% | 0.29% | - |
| HSV(B) | 51.91º | 0.75% | 0.47% | - |
| XYZ | 13.1 | 14.53 | 3.34 | - |
| YUV | 101.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 30 | 0 | 0.10 | 0.75 | 0.53 | 51.91 | 0.6 | 0.29 |
| Hex | 77 | 6B | 1E | 0 | A | 4B | 35 | 34 | 3C | 1D |
| Octal | 167 | 153 | 36 | 0 | 12 | 113 | 65 | 64 | 74 | 35 |
| Binary | 1110111 | 1101011 | 11110 | 0 | 1010 | 1001011 | 110101 | 110100 | 111100 | 11101 |
Color Harmonies of #776B1E
Complementary color
Monochromatic Colors of #776B1E
Black with #776B1E
Text Example
Text Example
White with #776B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B1E; }
p { color: rgb(119,107,30); }
H1.HeaderClassName
{
color: #776B1E;
}
.AnyTagClassName
{
color: #776B1E;
}
</style>
background-color css
<style>
a { background-color: #776B1E; }
a { background-color: rgb(119,107,30); }
div.DivClassName
{
background-color: #776B1E;
}
.BgClassName
{
background-color: #776B1E;
}
</style>
border-color css
<style>
span { border-color: #776B1E; }
span { border-color: rgb(119,107,30); }
td.TdClassName
{
border-color: #776B1E;
}
.TagClassName
{
border-color: #776B1E;
}
</style>