Shades of Xanadu #717C6C
Tints of Xanadu #717C6C
RGB
CMYK
RGB Variations
Color information
#717C6C (or 0x717C6C) is known color: Xanadu. HEX triplet: 71, 7C and 6C. RGB value is (113,124,108). Sum of RGB (Red+Green+Blue) = 113+124+108=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #717C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C6C is #8E8393. Grayscale: #767676. Windows color (decimal): -9339796 or 7109745. OLE color: 7109745.
HSL color Cylindrical-coordinate representation of color #717C6C: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717C6C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 108 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.51 |
| HSL | 101.25º | 0.07% | 0.45% | - |
| HSV(B) | 101.25º | 0.13% | 0.49% | - |
| XYZ | 16.72 | 19.01 | 16.97 | - |
| YUV | 118.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 108 | 0.09 | 0 | 0.13 | 0.51 | 101.25 | 0.07 | 0.45 |
| Hex | 71 | 7C | 6C | 9 | 0 | D | 33 | 65 | 7 | 2D |
| Octal | 161 | 174 | 154 | 11 | 0 | 15 | 63 | 145 | 7 | 55 |
| Binary | 1110001 | 1111100 | 1101100 | 1001 | 0 | 1101 | 110011 | 1100101 | 111 | 101101 |
Color Harmonies of #717C6C
Complementary color
Monochromatic Colors of #717C6C
Black with #717C6C
Text Example
Text Example
White with #717C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C6C; }
p { color: rgb(113,124,108); }
H1.HeaderClassName
{
color: #717C6C;
}
.AnyTagClassName
{
color: #717C6C;
}
</style>
background-color css
<style>
a { background-color: #717C6C; }
a { background-color: rgb(113,124,108); }
div.DivClassName
{
background-color: #717C6C;
}
.BgClassName
{
background-color: #717C6C;
}
</style>
border-color css
<style>
span { border-color: #717C6C; }
span { border-color: rgb(113,124,108); }
td.TdClassName
{
border-color: #717C6C;
}
.TagClassName
{
border-color: #717C6C;
}
</style>