Shades of Olivetone #777328
Tints of Olivetone #777328
RGB
CMYK
RGB Variations
Color information
#777328 (or 0x777328) is known color: Olivetone. HEX triplet: 77, 73 and 28. RGB value is (119,115,40). Sum of RGB (Red+Green+Blue) = 119+115+40=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #777328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777328 is #888CD7. Grayscale: #6B6B6B. Windows color (decimal): -8948952 or 2650999. OLE color: 2650999.
HSL color Cylindrical-coordinate representation of color #777328: hue angle of 56.96º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777328 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 40 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.53 |
| HSL | 56.96º | 0.5% | 0.31% | - |
| HSV(B) | 56.96º | 0.66% | 0.47% | - |
| XYZ | 14.12 | 16.34 | 4.42 | - |
| YUV | 107.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 40 | 0 | 0.03 | 0.66 | 0.53 | 56.96 | 0.5 | 0.31 |
| Hex | 77 | 73 | 28 | 0 | 3 | 42 | 35 | 39 | 32 | 1F |
| Octal | 167 | 163 | 50 | 0 | 3 | 102 | 65 | 71 | 62 | 37 |
| Binary | 1110111 | 1110011 | 101000 | 0 | 11 | 1000010 | 110101 | 111001 | 110010 | 11111 |
Color Harmonies of #777328
Complementary color
Monochromatic Colors of #777328
Black with #777328
Text Example
Text Example
White with #777328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777328; }
p { color: rgb(119,115,40); }
H1.HeaderClassName
{
color: #777328;
}
.AnyTagClassName
{
color: #777328;
}
</style>
background-color css
<style>
a { background-color: #777328; }
a { background-color: rgb(119,115,40); }
div.DivClassName
{
background-color: #777328;
}
.BgClassName
{
background-color: #777328;
}
</style>
border-color css
<style>
span { border-color: #777328; }
span { border-color: rgb(119,115,40); }
td.TdClassName
{
border-color: #777328;
}
.TagClassName
{
border-color: #777328;
}
</style>