Shades of Olivetone #776C1F
Tints of Olivetone #776C1F
RGB
CMYK
RGB Variations
Color information
#776C1F (or 0x776C1F) is known color: Olivetone. HEX triplet: 77, 6C and 1F. RGB value is (119,108,31). Sum of RGB (Red+Green+Blue) = 119+108+31=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1F is #8893E0. Grayscale: #666666. Windows color (decimal): -8950753 or 2059383. OLE color: 2059383.
HSL color Cylindrical-coordinate representation of color #776C1F: hue angle of 52.5º 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 #776C1F is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 31 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.53 |
| HSL | 52.5º | 0.59% | 0.29% | - |
| HSV(B) | 52.5º | 0.74% | 0.47% | - |
| XYZ | 13.22 | 14.75 | 3.45 | - |
| YUV | 102.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 31 | 0 | 0.09 | 0.74 | 0.53 | 52.5 | 0.59 | 0.29 |
| Hex | 77 | 6C | 1F | 0 | 9 | 4A | 35 | 34 | 3B | 1D |
| Octal | 167 | 154 | 37 | 0 | 11 | 112 | 65 | 64 | 73 | 35 |
| Binary | 1110111 | 1101100 | 11111 | 0 | 1001 | 1001010 | 110101 | 110100 | 111011 | 11101 |
Color Harmonies of #776C1F
Complementary color
Monochromatic Colors of #776C1F
Black with #776C1F
Text Example
Text Example
White with #776C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C1F; }
p { color: rgb(119,108,31); }
H1.HeaderClassName
{
color: #776C1F;
}
.AnyTagClassName
{
color: #776C1F;
}
</style>
background-color css
<style>
a { background-color: #776C1F; }
a { background-color: rgb(119,108,31); }
div.DivClassName
{
background-color: #776C1F;
}
.BgClassName
{
background-color: #776C1F;
}
</style>
border-color css
<style>
span { border-color: #776C1F; }
span { border-color: rgb(119,108,31); }
td.TdClassName
{
border-color: #776C1F;
}
.TagClassName
{
border-color: #776C1F;
}
</style>