Shades of Xanadu #788373
Tints of Xanadu #788373
RGB
CMYK
RGB Variations
Color information
#788373 (or 0x788373) is known color: Xanadu. HEX triplet: 78, 83 and 73. RGB value is (120,131,115). Sum of RGB (Red+Green+Blue) = 120+131+115=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #788373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788373 is #877C8C. Grayscale: #7D7D7D. Windows color (decimal): -8879245 or 7570296. OLE color: 7570296.
HSL color Cylindrical-coordinate representation of color #788373: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788373 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 115 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.49 |
| HSL | 101.25º | 0.07% | 0.48% | - |
| HSV(B) | 101.25º | 0.12% | 0.51% | - |
| XYZ | 18.96 | 21.46 | 19.36 | - |
| YUV | 125.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 115 | 0.08 | 0 | 0.12 | 0.49 | 101.25 | 0.07 | 0.48 |
| Hex | 78 | 83 | 73 | 8 | 0 | C | 31 | 65 | 7 | 30 |
| Octal | 170 | 203 | 163 | 10 | 0 | 14 | 61 | 145 | 7 | 60 |
| Binary | 1111000 | 10000011 | 1110011 | 1000 | 0 | 1100 | 110001 | 1100101 | 111 | 110000 |
Color Harmonies of #788373
Complementary color
Monochromatic Colors of #788373
Black with #788373
Text Example
Text Example
White with #788373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788373; }
p { color: rgb(120,131,115); }
H1.HeaderClassName
{
color: #788373;
}
.AnyTagClassName
{
color: #788373;
}
</style>
background-color css
<style>
a { background-color: #788373; }
a { background-color: rgb(120,131,115); }
div.DivClassName
{
background-color: #788373;
}
.BgClassName
{
background-color: #788373;
}
</style>
border-color css
<style>
span { border-color: #788373; }
span { border-color: rgb(120,131,115); }
td.TdClassName
{
border-color: #788373;
}
.TagClassName
{
border-color: #788373;
}
</style>