Shades of Olivetone #776B1D
Tints of Olivetone #776B1D
RGB
CMYK
RGB Variations
Color information
#776B1D (or 0x776B1D) is known color: Olivetone. HEX triplet: 77, 6B and 1D. RGB value is (119,107,29). Sum of RGB (Red+Green+Blue) = 119+107+29=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #776B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B1D is #8894E2. Grayscale: #666666. Windows color (decimal): -8951011 or 1928055. OLE color: 1928055.
HSL color Cylindrical-coordinate representation of color #776B1D: hue angle of 52º degrees, saturation: 0.61, 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 #776B1D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 29 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.53 |
| HSL | 52º | 0.61% | 0.29% | - |
| HSV(B) | 52º | 0.76% | 0.47% | - |
| XYZ | 13.09 | 14.53 | 3.28 | - |
| YUV | 101.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 29 | 0 | 0.10 | 0.76 | 0.53 | 52 | 0.61 | 0.29 |
| Hex | 77 | 6B | 1D | 0 | A | 4C | 35 | 34 | 3D | 1D |
| Octal | 167 | 153 | 35 | 0 | 12 | 114 | 65 | 64 | 75 | 35 |
| Binary | 1110111 | 1101011 | 11101 | 0 | 1010 | 1001100 | 110101 | 110100 | 111101 | 11101 |
Color Harmonies of #776B1D
Complementary color
Monochromatic Colors of #776B1D
Black with #776B1D
Text Example
Text Example
White with #776B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B1D; }
p { color: rgb(119,107,29); }
H1.HeaderClassName
{
color: #776B1D;
}
.AnyTagClassName
{
color: #776B1D;
}
</style>
background-color css
<style>
a { background-color: #776B1D; }
a { background-color: rgb(119,107,29); }
div.DivClassName
{
background-color: #776B1D;
}
.BgClassName
{
background-color: #776B1D;
}
</style>
border-color css
<style>
span { border-color: #776B1D; }
span { border-color: rgb(119,107,29); }
td.TdClassName
{
border-color: #776B1D;
}
.TagClassName
{
border-color: #776B1D;
}
</style>