Shades of Xanadu #788073
Tints of Xanadu #788073
RGB
CMYK
RGB Variations
Color information
#788073 (or 0x788073) is known color: Xanadu. HEX triplet: 78, 80 and 73. RGB value is (120,128,115). Sum of RGB (Red+Green+Blue) = 120+128+115=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #788073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788073 is #877F8C. Grayscale: #7C7C7C. Windows color (decimal): -8880013 or 7569528. OLE color: 7569528.
HSL color Cylindrical-coordinate representation of color #788073: hue angle of 96.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788073 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 115 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.50 |
| HSL | 96.92º | 0.05% | 0.48% | - |
| HSV(B) | 96.92º | 0.1% | 0.5% | - |
| XYZ | 18.56 | 20.67 | 19.23 | - |
| YUV | 124.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 115 | 0.06 | 0 | 0.10 | 0.50 | 96.92 | 0.05 | 0.48 |
| Hex | 78 | 80 | 73 | 6 | 0 | A | 32 | 61 | 5 | 30 |
| Octal | 170 | 200 | 163 | 6 | 0 | 12 | 62 | 141 | 5 | 60 |
| Binary | 1111000 | 10000000 | 1110011 | 110 | 0 | 1010 | 110010 | 1100001 | 101 | 110000 |
Color Harmonies of #788073
Complementary color
Monochromatic Colors of #788073
Black with #788073
Text Example
Text Example
White with #788073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788073; }
p { color: rgb(120,128,115); }
H1.HeaderClassName
{
color: #788073;
}
.AnyTagClassName
{
color: #788073;
}
</style>
background-color css
<style>
a { background-color: #788073; }
a { background-color: rgb(120,128,115); }
div.DivClassName
{
background-color: #788073;
}
.BgClassName
{
background-color: #788073;
}
</style>
border-color css
<style>
span { border-color: #788073; }
span { border-color: rgb(120,128,115); }
td.TdClassName
{
border-color: #788073;
}
.TagClassName
{
border-color: #788073;
}
</style>