Shades of Olivetone #777529
Tints of Olivetone #777529
RGB
CMYK
RGB Variations
Color information
#777529 (or 0x777529) is known color: Olivetone. HEX triplet: 77, 75 and 29. RGB value is (119,117,41). Sum of RGB (Red+Green+Blue) = 119+117+41=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #777529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777529 is #888AD6. Grayscale: #6D6D6D. Windows color (decimal): -8948439 or 2717047. OLE color: 2717047.
HSL color Cylindrical-coordinate representation of color #777529: hue angle of 58.46º degrees, saturation: 0.49, 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 #777529 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 41 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.53 |
| HSL | 58.46º | 0.49% | 0.31% | - |
| HSV(B) | 58.46º | 0.66% | 0.47% | - |
| XYZ | 14.37 | 16.8 | 4.58 | - |
| YUV | 108.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 41 | 0 | 0.02 | 0.66 | 0.53 | 58.46 | 0.49 | 0.31 |
| Hex | 77 | 75 | 29 | 0 | 2 | 42 | 35 | 3A | 31 | 1F |
| Octal | 167 | 165 | 51 | 0 | 2 | 102 | 65 | 72 | 61 | 37 |
| Binary | 1110111 | 1110101 | 101001 | 0 | 10 | 1000010 | 110101 | 111010 | 110001 | 11111 |
Color Harmonies of #777529
Complementary color
Monochromatic Colors of #777529
Black with #777529
Text Example
Text Example
White with #777529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777529; }
p { color: rgb(119,117,41); }
H1.HeaderClassName
{
color: #777529;
}
.AnyTagClassName
{
color: #777529;
}
</style>
background-color css
<style>
a { background-color: #777529; }
a { background-color: rgb(119,117,41); }
div.DivClassName
{
background-color: #777529;
}
.BgClassName
{
background-color: #777529;
}
</style>
border-color css
<style>
span { border-color: #777529; }
span { border-color: rgb(119,117,41); }
td.TdClassName
{
border-color: #777529;
}
.TagClassName
{
border-color: #777529;
}
</style>