Shades of Xanadu #717A6F
Tints of Xanadu #717A6F
RGB
CMYK
RGB Variations
Color information
#717A6F (or 0x717A6F) is known color: Xanadu. HEX triplet: 71, 7A and 6F. RGB value is (113,122,111). Sum of RGB (Red+Green+Blue) = 113+122+111=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #717A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A6F is #8E8590. Grayscale: #767676. Windows color (decimal): -9340305 or 7305841. OLE color: 7305841.
HSL color Cylindrical-coordinate representation of color #717A6F: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717A6F is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 111 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.52 |
| HSL | 109.09º | 0.05% | 0.46% | - |
| HSV(B) | 109.09º | 0.09% | 0.48% | - |
| XYZ | 16.64 | 18.58 | 17.75 | - |
| YUV | 118.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 111 | 0.07 | 0 | 0.09 | 0.52 | 109.09 | 0.05 | 0.46 |
| Hex | 71 | 7A | 6F | 7 | 0 | 9 | 34 | 6D | 5 | 2E |
| Octal | 161 | 172 | 157 | 7 | 0 | 11 | 64 | 155 | 5 | 56 |
| Binary | 1110001 | 1111010 | 1101111 | 111 | 0 | 1001 | 110100 | 1101101 | 101 | 101110 |
Color Harmonies of #717A6F
Complementary color
Monochromatic Colors of #717A6F
Black with #717A6F
Text Example
Text Example
White with #717A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A6F; }
p { color: rgb(113,122,111); }
H1.HeaderClassName
{
color: #717A6F;
}
.AnyTagClassName
{
color: #717A6F;
}
</style>
background-color css
<style>
a { background-color: #717A6F; }
a { background-color: rgb(113,122,111); }
div.DivClassName
{
background-color: #717A6F;
}
.BgClassName
{
background-color: #717A6F;
}
</style>
border-color css
<style>
span { border-color: #717A6F; }
span { border-color: rgb(113,122,111); }
td.TdClassName
{
border-color: #717A6F;
}
.TagClassName
{
border-color: #717A6F;
}
</style>