Shades of Xanadu #778871
Tints of Xanadu #778871
RGB
CMYK
RGB Variations
Color information
#778871 (or 0x778871) is known color: Xanadu. HEX triplet: 77, 88 and 71. RGB value is (119,136,113). Sum of RGB (Red+Green+Blue) = 119+136+113=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #778871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778871 is #88778E. Grayscale: #808080. Windows color (decimal): -8943503 or 7440503. OLE color: 7440503.
HSL color Cylindrical-coordinate representation of color #778871: hue angle of 104.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778871 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 113 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.47 |
| HSL | 104.35º | 0.09% | 0.49% | - |
| HSV(B) | 104.35º | 0.17% | 0.53% | - |
| XYZ | 19.39 | 22.72 | 18.99 | - |
| YUV | 128.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 113 | 0.12 | 0 | 0.17 | 0.47 | 104.35 | 0.09 | 0.49 |
| Hex | 77 | 88 | 71 | C | 0 | 11 | 2F | 68 | 9 | 31 |
| Octal | 167 | 210 | 161 | 14 | 0 | 21 | 57 | 150 | 11 | 61 |
| Binary | 1110111 | 10001000 | 1110001 | 1100 | 0 | 10001 | 101111 | 1101000 | 1001 | 110001 |
Color Harmonies of #778871
Complementary color
Monochromatic Colors of #778871
Black with #778871
Text Example
Text Example
White with #778871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778871; }
p { color: rgb(119,136,113); }
H1.HeaderClassName
{
color: #778871;
}
.AnyTagClassName
{
color: #778871;
}
</style>
background-color css
<style>
a { background-color: #778871; }
a { background-color: rgb(119,136,113); }
div.DivClassName
{
background-color: #778871;
}
.BgClassName
{
background-color: #778871;
}
</style>
border-color css
<style>
span { border-color: #778871; }
span { border-color: rgb(119,136,113); }
td.TdClassName
{
border-color: #778871;
}
.TagClassName
{
border-color: #778871;
}
</style>