Shades of Xanadu #717D6E
Tints of Xanadu #717D6E
RGB
CMYK
RGB Variations
Color information
#717D6E (or 0x717D6E) is known color: Xanadu. HEX triplet: 71, 7D and 6E. RGB value is (113,125,110). Sum of RGB (Red+Green+Blue) = 113+125+110=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #717D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D6E is #8E8291. Grayscale: #777777. Windows color (decimal): -9339538 or 7241073. OLE color: 7241073.
HSL color Cylindrical-coordinate representation of color #717D6E: hue angle of 108º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717D6E is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 125 | 110 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.51 |
| HSL | 108º | 0.06% | 0.46% | - |
| HSV(B) | 108º | 0.12% | 0.49% | - |
| XYZ | 16.96 | 19.3 | 17.58 | - |
| YUV | 119.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 110 | 0.10 | 0 | 0.12 | 0.51 | 108 | 0.06 | 0.46 |
| Hex | 71 | 7D | 6E | A | 0 | C | 33 | 6C | 6 | 2E |
| Octal | 161 | 175 | 156 | 12 | 0 | 14 | 63 | 154 | 6 | 56 |
| Binary | 1110001 | 1111101 | 1101110 | 1010 | 0 | 1100 | 110011 | 1101100 | 110 | 101110 |
Color Harmonies of #717D6E
Complementary color
Monochromatic Colors of #717D6E
Black with #717D6E
Text Example
Text Example
White with #717D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D6E; }
p { color: rgb(113,125,110); }
H1.HeaderClassName
{
color: #717D6E;
}
.AnyTagClassName
{
color: #717D6E;
}
</style>
background-color css
<style>
a { background-color: #717D6E; }
a { background-color: rgb(113,125,110); }
div.DivClassName
{
background-color: #717D6E;
}
.BgClassName
{
background-color: #717D6E;
}
</style>
border-color css
<style>
span { border-color: #717D6E; }
span { border-color: rgb(113,125,110); }
td.TdClassName
{
border-color: #717D6E;
}
.TagClassName
{
border-color: #717D6E;
}
</style>