Shades of Xanadu #778870
Tints of Xanadu #778870
RGB
CMYK
RGB Variations
Color information
#778870 (or 0x778870) is known color: Xanadu. HEX triplet: 77, 88 and 70. RGB value is (119,136,112). Sum of RGB (Red+Green+Blue) = 119+136+112=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #778870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778870 is #88778F. Grayscale: #808080. Windows color (decimal): -8943504 or 7374967. OLE color: 7374967.
HSL color Cylindrical-coordinate representation of color #778870: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778870 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 112 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.47 |
| HSL | 102.5º | 0.1% | 0.49% | - |
| HSV(B) | 102.5º | 0.18% | 0.53% | - |
| XYZ | 19.34 | 22.7 | 18.69 | - |
| YUV | 128.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 112 | 0.12 | 0 | 0.18 | 0.47 | 102.5 | 0.1 | 0.49 |
| Hex | 77 | 88 | 70 | C | 0 | 12 | 2F | 66 | A | 31 |
| Octal | 167 | 210 | 160 | 14 | 0 | 22 | 57 | 146 | 12 | 61 |
| Binary | 1110111 | 10001000 | 1110000 | 1100 | 0 | 10010 | 101111 | 1100110 | 1010 | 110001 |
Color Harmonies of #778870
Complementary color
Monochromatic Colors of #778870
Black with #778870
Text Example
Text Example
White with #778870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778870; }
p { color: rgb(119,136,112); }
H1.HeaderClassName
{
color: #778870;
}
.AnyTagClassName
{
color: #778870;
}
</style>
background-color css
<style>
a { background-color: #778870; }
a { background-color: rgb(119,136,112); }
div.DivClassName
{
background-color: #778870;
}
.BgClassName
{
background-color: #778870;
}
</style>
border-color css
<style>
span { border-color: #778870; }
span { border-color: rgb(119,136,112); }
td.TdClassName
{
border-color: #778870;
}
.TagClassName
{
border-color: #778870;
}
</style>