Shades of Olivetone #776C1C
Tints of Olivetone #776C1C
RGB
CMYK
RGB Variations
Color information
#776C1C (or 0x776C1C) is known color: Olivetone. HEX triplet: 77, 6C and 1C. RGB value is (119,108,28). Sum of RGB (Red+Green+Blue) = 119+108+28=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1C is #8893E3. Grayscale: #666666. Windows color (decimal): -8950756 or 1862775. OLE color: 1862775.
HSL color Cylindrical-coordinate representation of color #776C1C: hue angle of 52.75º 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 #776C1C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 28 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.53 |
| HSL | 52.75º | 0.62% | 0.29% | - |
| HSV(B) | 52.75º | 0.76% | 0.47% | - |
| XYZ | 13.18 | 14.73 | 3.25 | - |
| YUV | 102.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 28 | 0 | 0.09 | 0.76 | 0.53 | 52.75 | 0.62 | 0.29 |
| Hex | 77 | 6C | 1C | 0 | 9 | 4C | 35 | 35 | 3E | 1D |
| Octal | 167 | 154 | 34 | 0 | 11 | 114 | 65 | 65 | 76 | 35 |
| Binary | 1110111 | 1101100 | 11100 | 0 | 1001 | 1001100 | 110101 | 110101 | 111110 | 11101 |
Color Harmonies of #776C1C
Complementary color
Monochromatic Colors of #776C1C
Black with #776C1C
Text Example
Text Example
White with #776C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C1C; }
p { color: rgb(119,108,28); }
H1.HeaderClassName
{
color: #776C1C;
}
.AnyTagClassName
{
color: #776C1C;
}
</style>
background-color css
<style>
a { background-color: #776C1C; }
a { background-color: rgb(119,108,28); }
div.DivClassName
{
background-color: #776C1C;
}
.BgClassName
{
background-color: #776C1C;
}
</style>
border-color css
<style>
span { border-color: #776C1C; }
span { border-color: rgb(119,108,28); }
td.TdClassName
{
border-color: #776C1C;
}
.TagClassName
{
border-color: #776C1C;
}
</style>