Shades of Xanadu #717370
Tints of Xanadu #717370
RGB
CMYK
RGB Variations
Color information
#717370 (or 0x717370) is known color: Xanadu. HEX triplet: 71, 73 and 70. RGB value is (113,115,112). Sum of RGB (Red+Green+Blue) = 113+115+112=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 115 - color contains mainly: green. Hex color #717370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717370 is #8E8C8F. Grayscale: #727272. Windows color (decimal): -9342096 or 7369585. OLE color: 7369585.
HSL color Cylindrical-coordinate representation of color #717370: hue angle of 100º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717370 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 112 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.55 |
| HSL | 100º | 0.01% | 0.45% | - |
| HSV(B) | 100º | 0.03% | 0.45% | - |
| XYZ | 15.87 | 16.94 | 17.76 | - |
| YUV | 114.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 112 | 0.02 | 0 | 0.03 | 0.55 | 100 | 0.01 | 0.45 |
| Hex | 71 | 73 | 70 | 2 | 0 | 3 | 37 | 64 | 1 | 2D |
| Octal | 161 | 163 | 160 | 2 | 0 | 3 | 67 | 144 | 1 | 55 |
| Binary | 1110001 | 1110011 | 1110000 | 10 | 0 | 11 | 110111 | 1100100 | 1 | 101101 |
Color Harmonies of #717370
Complementary color
Monochromatic Colors of #717370
Black with #717370
Text Example
Text Example
White with #717370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717370; }
p { color: rgb(113,115,112); }
H1.HeaderClassName
{
color: #717370;
}
.AnyTagClassName
{
color: #717370;
}
</style>
background-color css
<style>
a { background-color: #717370; }
a { background-color: rgb(113,115,112); }
div.DivClassName
{
background-color: #717370;
}
.BgClassName
{
background-color: #717370;
}
</style>
border-color css
<style>
span { border-color: #717370; }
span { border-color: rgb(113,115,112); }
td.TdClassName
{
border-color: #717370;
}
.TagClassName
{
border-color: #717370;
}
</style>