Shades of Xanadu #798A71
Tints of Xanadu #798A71
RGB
CMYK
RGB Variations
Color information
#798A71 (or 0x798A71) is known color: Xanadu. HEX triplet: 79, 8A and 71. RGB value is (121,138,113). Sum of RGB (Red+Green+Blue) = 121+138+113=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #798A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798A71 is #86758E. Grayscale: #828282. Windows color (decimal): -8811919 or 7441017. OLE color: 7441017.
HSL color Cylindrical-coordinate representation of color #798A71: hue angle of 100.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798A71 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 113 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.46 |
| HSL | 100.8º | 0.1% | 0.49% | - |
| HSV(B) | 100.8º | 0.18% | 0.54% | - |
| XYZ | 19.95 | 23.43 | 19.09 | - |
| YUV | 130.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 113 | 0.12 | 0 | 0.18 | 0.46 | 100.8 | 0.1 | 0.49 |
| Hex | 79 | 8A | 71 | C | 0 | 12 | 2E | 65 | A | 31 |
| Octal | 171 | 212 | 161 | 14 | 0 | 22 | 56 | 145 | 12 | 61 |
| Binary | 1111001 | 10001010 | 1110001 | 1100 | 0 | 10010 | 101110 | 1100101 | 1010 | 110001 |
Color Harmonies of #798A71
Complementary color
Monochromatic Colors of #798A71
Black with #798A71
Text Example
Text Example
White with #798A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A71; }
p { color: rgb(121,138,113); }
H1.HeaderClassName
{
color: #798A71;
}
.AnyTagClassName
{
color: #798A71;
}
</style>
background-color css
<style>
a { background-color: #798A71; }
a { background-color: rgb(121,138,113); }
div.DivClassName
{
background-color: #798A71;
}
.BgClassName
{
background-color: #798A71;
}
</style>
border-color css
<style>
span { border-color: #798A71; }
span { border-color: rgb(121,138,113); }
td.TdClassName
{
border-color: #798A71;
}
.TagClassName
{
border-color: #798A71;
}
</style>