Shades of Xanadu #798771
Tints of Xanadu #798771
RGB
CMYK
RGB Variations
Color information
#798771 (or 0x798771) is known color: Xanadu. HEX triplet: 79, 87 and 71. RGB value is (121,135,113). Sum of RGB (Red+Green+Blue) = 121+135+113=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #798771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798771 is #86788E. Grayscale: #808080. Windows color (decimal): -8812687 or 7440249. OLE color: 7440249.
HSL color Cylindrical-coordinate representation of color #798771: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798771 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 135 | 113 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.47 |
| HSL | 98.18º | 0.09% | 0.49% | - |
| HSV(B) | 98.18º | 0.16% | 0.53% | - |
| XYZ | 19.53 | 22.59 | 18.95 | - |
| YUV | 128.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 113 | 0.10 | 0 | 0.16 | 0.47 | 98.18 | 0.09 | 0.49 |
| Hex | 79 | 87 | 71 | A | 0 | 10 | 2F | 62 | 9 | 31 |
| Octal | 171 | 207 | 161 | 12 | 0 | 20 | 57 | 142 | 11 | 61 |
| Binary | 1111001 | 10000111 | 1110001 | 1010 | 0 | 10000 | 101111 | 1100010 | 1001 | 110001 |
Color Harmonies of #798771
Complementary color
Monochromatic Colors of #798771
Black with #798771
Text Example
Text Example
White with #798771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798771; }
p { color: rgb(121,135,113); }
H1.HeaderClassName
{
color: #798771;
}
.AnyTagClassName
{
color: #798771;
}
</style>
background-color css
<style>
a { background-color: #798771; }
a { background-color: rgb(121,135,113); }
div.DivClassName
{
background-color: #798771;
}
.BgClassName
{
background-color: #798771;
}
</style>
border-color css
<style>
span { border-color: #798771; }
span { border-color: rgb(121,135,113); }
td.TdClassName
{
border-color: #798771;
}
.TagClassName
{
border-color: #798771;
}
</style>