Shades of Olivetone #77771B
Tints of Olivetone #77771B
RGB
CMYK
RGB Variations
Color information
#77771B (or 0x77771B) is known color: Olivetone. HEX triplet: 77, 77 and 1B. RGB value is (119,119,27). Sum of RGB (Red+Green+Blue) = 119+119+27=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77771B is #8888E4. Grayscale: #6C6C6C. Windows color (decimal): -8947941 or 1800055. OLE color: 1800055.
HSL color Cylindrical-coordinate representation of color #77771B: hue angle of 60º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77771B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 27 | - |
| CMYK | 0 | 0 | 0.77 | 0.53 |
| HSL | 60º | 0.63% | 0.29% | - |
| HSV(B) | 60º | 0.77% | 0.47% | - |
| XYZ | 14.4 | 17.19 | 3.6 | - |
| YUV | 108.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 27 | 0 | 0 | 0.77 | 0.53 | 60 | 0.63 | 0.29 |
| Hex | 77 | 77 | 1B | 0 | 0 | 4D | 35 | 3C | 3F | 1D |
| Octal | 167 | 167 | 33 | 0 | 0 | 115 | 65 | 74 | 77 | 35 |
| Binary | 1110111 | 1110111 | 11011 | 0 | 0 | 1001101 | 110101 | 111100 | 111111 | 11101 |
Color Harmonies of #77771B
Complementary color
Monochromatic Colors of #77771B
Black with #77771B
Text Example
Text Example
White with #77771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77771B; }
p { color: rgb(119,119,27); }
H1.HeaderClassName
{
color: #77771B;
}
.AnyTagClassName
{
color: #77771B;
}
</style>
background-color css
<style>
a { background-color: #77771B; }
a { background-color: rgb(119,119,27); }
div.DivClassName
{
background-color: #77771B;
}
.BgClassName
{
background-color: #77771B;
}
</style>
border-color css
<style>
span { border-color: #77771B; }
span { border-color: rgb(119,119,27); }
td.TdClassName
{
border-color: #77771B;
}
.TagClassName
{
border-color: #77771B;
}
</style>