Shades of Olivetone #777727
Tints of Olivetone #777727
RGB
CMYK
RGB Variations
Color information
#777727 (or 0x777727) is known color: Olivetone. HEX triplet: 77, 77 and 27. RGB value is (119,119,39). Sum of RGB (Red+Green+Blue) = 119+119+39=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777727 is #8888D8. Grayscale: #6E6E6E. Windows color (decimal): -8947929 or 2586487. OLE color: 2586487.
HSL color Cylindrical-coordinate representation of color #777727: hue angle of 60º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #777727 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 39 | - |
| CMYK | 0 | 0 | 0.67 | 0.53 |
| HSL | 60º | 0.51% | 0.31% | - |
| HSV(B) | 60º | 0.67% | 0.47% | - |
| XYZ | 14.57 | 17.26 | 4.48 | - |
| YUV | 109.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 39 | 0 | 0 | 0.67 | 0.53 | 60 | 0.51 | 0.31 |
| Hex | 77 | 77 | 27 | 0 | 0 | 43 | 35 | 3C | 33 | 1F |
| Octal | 167 | 167 | 47 | 0 | 0 | 103 | 65 | 74 | 63 | 37 |
| Binary | 1110111 | 1110111 | 100111 | 0 | 0 | 1000011 | 110101 | 111100 | 110011 | 11111 |
Color Harmonies of #777727
Complementary color
Monochromatic Colors of #777727
Black with #777727
Text Example
Text Example
White with #777727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777727; }
p { color: rgb(119,119,39); }
H1.HeaderClassName
{
color: #777727;
}
.AnyTagClassName
{
color: #777727;
}
</style>
background-color css
<style>
a { background-color: #777727; }
a { background-color: rgb(119,119,39); }
div.DivClassName
{
background-color: #777727;
}
.BgClassName
{
background-color: #777727;
}
</style>
border-color css
<style>
span { border-color: #777727; }
span { border-color: rgb(119,119,39); }
td.TdClassName
{
border-color: #777727;
}
.TagClassName
{
border-color: #777727;
}
</style>