Shades of Xanadu #778A70
Tints of Xanadu #778A70
RGB
CMYK
RGB Variations
Color information
#778A70 (or 0x778A70) is known color: Xanadu. HEX triplet: 77, 8A and 70. RGB value is (119,138,112). Sum of RGB (Red+Green+Blue) = 119+138+112=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #778A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A70 is #88758F. Grayscale: #818181. Windows color (decimal): -8942992 or 7375479. OLE color: 7375479.
HSL color Cylindrical-coordinate representation of color #778A70: hue angle of 103.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778A70 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 112 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.46 |
| HSL | 103.85º | 0.1% | 0.49% | - |
| HSV(B) | 103.85º | 0.19% | 0.54% | - |
| XYZ | 19.62 | 23.27 | 18.79 | - |
| YUV | 129.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 112 | 0.14 | 0 | 0.19 | 0.46 | 103.85 | 0.1 | 0.49 |
| Hex | 77 | 8A | 70 | E | 0 | 13 | 2E | 68 | A | 31 |
| Octal | 167 | 212 | 160 | 16 | 0 | 23 | 56 | 150 | 12 | 61 |
| Binary | 1110111 | 10001010 | 1110000 | 1110 | 0 | 10011 | 101110 | 1101000 | 1010 | 110001 |
Color Harmonies of #778A70
Complementary color
Monochromatic Colors of #778A70
Black with #778A70
Text Example
Text Example
White with #778A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A70; }
p { color: rgb(119,138,112); }
H1.HeaderClassName
{
color: #778A70;
}
.AnyTagClassName
{
color: #778A70;
}
</style>
background-color css
<style>
a { background-color: #778A70; }
a { background-color: rgb(119,138,112); }
div.DivClassName
{
background-color: #778A70;
}
.BgClassName
{
background-color: #778A70;
}
</style>
border-color css
<style>
span { border-color: #778A70; }
span { border-color: rgb(119,138,112); }
td.TdClassName
{
border-color: #778A70;
}
.TagClassName
{
border-color: #778A70;
}
</style>