Shades of Olivetone #77701B
Tints of Olivetone #77701B
RGB
CMYK
RGB Variations
Color information
#77701B (or 0x77701B) is known color: Olivetone. HEX triplet: 77, 70 and 1B. RGB value is (119,112,27). Sum of RGB (Red+Green+Blue) = 119+112+27=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #77701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701B is #888FE4. Grayscale: #686868. Windows color (decimal): -8949733 or 1798263. OLE color: 1798263.
HSL color Cylindrical-coordinate representation of color #77701B: hue angle of 55.43º 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 #77701B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 27 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.53 |
| HSL | 55.43º | 0.63% | 0.29% | - |
| HSV(B) | 55.43º | 0.77% | 0.47% | - |
| XYZ | 13.6 | 15.59 | 3.33 | - |
| YUV | 104.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 27 | 0 | 0.06 | 0.77 | 0.53 | 55.43 | 0.63 | 0.29 |
| Hex | 77 | 70 | 1B | 0 | 6 | 4D | 35 | 37 | 3F | 1D |
| Octal | 167 | 160 | 33 | 0 | 6 | 115 | 65 | 67 | 77 | 35 |
| Binary | 1110111 | 1110000 | 11011 | 0 | 110 | 1001101 | 110101 | 110111 | 111111 | 11101 |
Color Harmonies of #77701B
Complementary color
Monochromatic Colors of #77701B
Black with #77701B
Text Example
Text Example
White with #77701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77701B; }
p { color: rgb(119,112,27); }
H1.HeaderClassName
{
color: #77701B;
}
.AnyTagClassName
{
color: #77701B;
}
</style>
background-color css
<style>
a { background-color: #77701B; }
a { background-color: rgb(119,112,27); }
div.DivClassName
{
background-color: #77701B;
}
.BgClassName
{
background-color: #77701B;
}
</style>
border-color css
<style>
span { border-color: #77701B; }
span { border-color: rgb(119,112,27); }
td.TdClassName
{
border-color: #77701B;
}
.TagClassName
{
border-color: #77701B;
}
</style>