Shades of Xanadu #788471
Tints of Xanadu #788471
RGB
CMYK
RGB Variations
Color information
#788471 (or 0x788471) is known color: Xanadu. HEX triplet: 78, 84 and 71. RGB value is (120,132,113). Sum of RGB (Red+Green+Blue) = 120+132+113=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #788471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788471 is #877B8E. Grayscale: #7E7E7E. Windows color (decimal): -8878991 or 7439480. OLE color: 7439480.
HSL color Cylindrical-coordinate representation of color #788471: hue angle of 97.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788471 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 113 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.48 |
| HSL | 97.89º | 0.08% | 0.48% | - |
| HSV(B) | 97.89º | 0.14% | 0.52% | - |
| XYZ | 18.98 | 21.69 | 18.81 | - |
| YUV | 126.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 113 | 0.09 | 0 | 0.14 | 0.48 | 97.89 | 0.08 | 0.48 |
| Hex | 78 | 84 | 71 | 9 | 0 | E | 30 | 62 | 8 | 30 |
| Octal | 170 | 204 | 161 | 11 | 0 | 16 | 60 | 142 | 10 | 60 |
| Binary | 1111000 | 10000100 | 1110001 | 1001 | 0 | 1110 | 110000 | 1100010 | 1000 | 110000 |
Color Harmonies of #788471
Complementary color
Monochromatic Colors of #788471
Black with #788471
Text Example
Text Example
White with #788471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788471; }
p { color: rgb(120,132,113); }
H1.HeaderClassName
{
color: #788471;
}
.AnyTagClassName
{
color: #788471;
}
</style>
background-color css
<style>
a { background-color: #788471; }
a { background-color: rgb(120,132,113); }
div.DivClassName
{
background-color: #788471;
}
.BgClassName
{
background-color: #788471;
}
</style>
border-color css
<style>
span { border-color: #788471; }
span { border-color: rgb(120,132,113); }
td.TdClassName
{
border-color: #788471;
}
.TagClassName
{
border-color: #788471;
}
</style>