Shades of Xanadu #778A71
Tints of Xanadu #778A71
RGB
CMYK
RGB Variations
Color information
#778A71 (or 0x778A71) is known color: Xanadu. HEX triplet: 77, 8A and 71. RGB value is (119,138,113). Sum of RGB (Red+Green+Blue) = 119+138+113=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #778A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A71 is #88758E. Grayscale: #818181. Windows color (decimal): -8942991 or 7441015. OLE color: 7441015.
HSL color Cylindrical-coordinate representation of color #778A71: hue angle of 105.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778A71 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 113 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.46 |
| HSL | 105.6º | 0.1% | 0.49% | - |
| HSV(B) | 105.6º | 0.18% | 0.54% | - |
| XYZ | 19.68 | 23.29 | 19.08 | - |
| YUV | 129.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 113 | 0.14 | 0 | 0.18 | 0.46 | 105.6 | 0.1 | 0.49 |
| Hex | 77 | 8A | 71 | E | 0 | 12 | 2E | 6A | A | 31 |
| Octal | 167 | 212 | 161 | 16 | 0 | 22 | 56 | 152 | 12 | 61 |
| Binary | 1110111 | 10001010 | 1110001 | 1110 | 0 | 10010 | 101110 | 1101010 | 1010 | 110001 |
Color Harmonies of #778A71
Complementary color
Monochromatic Colors of #778A71
Black with #778A71
Text Example
Text Example
White with #778A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A71; }
p { color: rgb(119,138,113); }
H1.HeaderClassName
{
color: #778A71;
}
.AnyTagClassName
{
color: #778A71;
}
</style>
background-color css
<style>
a { background-color: #778A71; }
a { background-color: rgb(119,138,113); }
div.DivClassName
{
background-color: #778A71;
}
.BgClassName
{
background-color: #778A71;
}
</style>
border-color css
<style>
span { border-color: #778A71; }
span { border-color: rgb(119,138,113); }
td.TdClassName
{
border-color: #778A71;
}
.TagClassName
{
border-color: #778A71;
}
</style>