Shades of Xanadu #717A6C
Tints of Xanadu #717A6C
RGB
CMYK
RGB Variations
Color information
#717A6C (or 0x717A6C) is known color: Xanadu. HEX triplet: 71, 7A and 6C. RGB value is (113,122,108). Sum of RGB (Red+Green+Blue) = 113+122+108=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #717A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A6C is #8E8593. Grayscale: #757575. Windows color (decimal): -9340308 or 7109233. OLE color: 7109233.
HSL color Cylindrical-coordinate representation of color #717A6C: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717A6C is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 108 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.52 |
| HSL | 98.57º | 0.06% | 0.45% | - |
| HSV(B) | 98.57º | 0.11% | 0.48% | - |
| XYZ | 16.48 | 18.51 | 16.89 | - |
| YUV | 117.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 108 | 0.07 | 0 | 0.11 | 0.52 | 98.57 | 0.06 | 0.45 |
| Hex | 71 | 7A | 6C | 7 | 0 | B | 34 | 63 | 6 | 2D |
| Octal | 161 | 172 | 154 | 7 | 0 | 13 | 64 | 143 | 6 | 55 |
| Binary | 1110001 | 1111010 | 1101100 | 111 | 0 | 1011 | 110100 | 1100011 | 110 | 101101 |
Color Harmonies of #717A6C
Complementary color
Monochromatic Colors of #717A6C
Black with #717A6C
Text Example
Text Example
White with #717A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A6C; }
p { color: rgb(113,122,108); }
H1.HeaderClassName
{
color: #717A6C;
}
.AnyTagClassName
{
color: #717A6C;
}
</style>
background-color css
<style>
a { background-color: #717A6C; }
a { background-color: rgb(113,122,108); }
div.DivClassName
{
background-color: #717A6C;
}
.BgClassName
{
background-color: #717A6C;
}
</style>
border-color css
<style>
span { border-color: #717A6C; }
span { border-color: rgb(113,122,108); }
td.TdClassName
{
border-color: #717A6C;
}
.TagClassName
{
border-color: #717A6C;
}
</style>