Shades of Olivetone #77751E
Tints of Olivetone #77751E
RGB
CMYK
RGB Variations
Color information
#77751E (or 0x77751E) is known color: Olivetone. HEX triplet: 77, 75 and 1E. RGB value is (119,117,30). Sum of RGB (Red+Green+Blue) = 119+117+30=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751E is #888AE1. Grayscale: #6C6C6C. Windows color (decimal): -8948450 or 1996151. OLE color: 1996151.
HSL color Cylindrical-coordinate representation of color #77751E: hue angle of 58.65º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77751E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 30 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.53 |
| HSL | 58.65º | 0.6% | 0.29% | - |
| HSV(B) | 58.65º | 0.75% | 0.47% | - |
| XYZ | 14.2 | 16.74 | 3.71 | - |
| YUV | 107.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 30 | 0 | 0.02 | 0.75 | 0.53 | 58.65 | 0.6 | 0.29 |
| Hex | 77 | 75 | 1E | 0 | 2 | 4B | 35 | 3B | 3C | 1D |
| Octal | 167 | 165 | 36 | 0 | 2 | 113 | 65 | 73 | 74 | 35 |
| Binary | 1110111 | 1110101 | 11110 | 0 | 10 | 1001011 | 110101 | 111011 | 111100 | 11101 |
Color Harmonies of #77751E
Complementary color
Monochromatic Colors of #77751E
Black with #77751E
Text Example
Text Example
White with #77751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77751E; }
p { color: rgb(119,117,30); }
H1.HeaderClassName
{
color: #77751E;
}
.AnyTagClassName
{
color: #77751E;
}
</style>
background-color css
<style>
a { background-color: #77751E; }
a { background-color: rgb(119,117,30); }
div.DivClassName
{
background-color: #77751E;
}
.BgClassName
{
background-color: #77751E;
}
</style>
border-color css
<style>
span { border-color: #77751E; }
span { border-color: rgb(119,117,30); }
td.TdClassName
{
border-color: #77751E;
}
.TagClassName
{
border-color: #77751E;
}
</style>