Shades of Xanadu #798373
Tints of Xanadu #798373
RGB
CMYK
RGB Variations
Color information
#798373 (or 0x798373) is known color: Xanadu. HEX triplet: 79, 83 and 73. RGB value is (121,131,115). Sum of RGB (Red+Green+Blue) = 121+131+115=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #798373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798373 is #867C8C. Grayscale: #7E7E7E. Windows color (decimal): -8813709 or 7570297. OLE color: 7570297.
HSL color Cylindrical-coordinate representation of color #798373: hue angle of 97.5º 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 #798373 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 131 | 115 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.49 |
| HSL | 97.5º | 0.07% | 0.48% | - |
| HSV(B) | 97.5º | 0.12% | 0.51% | - |
| XYZ | 19.1 | 21.54 | 19.37 | - |
| YUV | 126.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 115 | 0.08 | 0 | 0.12 | 0.49 | 97.5 | 0.07 | 0.48 |
| Hex | 79 | 83 | 73 | 8 | 0 | C | 31 | 62 | 7 | 30 |
| Octal | 171 | 203 | 163 | 10 | 0 | 14 | 61 | 142 | 7 | 60 |
| Binary | 1111001 | 10000011 | 1110011 | 1000 | 0 | 1100 | 110001 | 1100010 | 111 | 110000 |
Color Harmonies of #798373
Complementary color
Monochromatic Colors of #798373
Black with #798373
Text Example
Text Example
White with #798373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798373; }
p { color: rgb(121,131,115); }
H1.HeaderClassName
{
color: #798373;
}
.AnyTagClassName
{
color: #798373;
}
</style>
background-color css
<style>
a { background-color: #798373; }
a { background-color: rgb(121,131,115); }
div.DivClassName
{
background-color: #798373;
}
.BgClassName
{
background-color: #798373;
}
</style>
border-color css
<style>
span { border-color: #798373; }
span { border-color: rgb(121,131,115); }
td.TdClassName
{
border-color: #798373;
}
.TagClassName
{
border-color: #798373;
}
</style>