Shades of Xanadu #717B6E
Tints of Xanadu #717B6E
RGB
CMYK
RGB Variations
Color information
#717B6E (or 0x717B6E) is known color: Xanadu. HEX triplet: 71, 7B and 6E. RGB value is (113,123,110). Sum of RGB (Red+Green+Blue) = 113+123+110=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #717B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B6E is #8E8491. Grayscale: #767676. Windows color (decimal): -9340050 or 7240561. OLE color: 7240561.
HSL color Cylindrical-coordinate representation of color #717B6E: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717B6E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 110 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.52 |
| HSL | 106.15º | 0.06% | 0.46% | - |
| HSV(B) | 106.15º | 0.11% | 0.48% | - |
| XYZ | 16.71 | 18.8 | 17.5 | - |
| YUV | 118.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 110 | 0.08 | 0 | 0.11 | 0.52 | 106.15 | 0.06 | 0.46 |
| Hex | 71 | 7B | 6E | 8 | 0 | B | 34 | 6A | 6 | 2E |
| Octal | 161 | 173 | 156 | 10 | 0 | 13 | 64 | 152 | 6 | 56 |
| Binary | 1110001 | 1111011 | 1101110 | 1000 | 0 | 1011 | 110100 | 1101010 | 110 | 101110 |
Color Harmonies of #717B6E
Complementary color
Monochromatic Colors of #717B6E
Black with #717B6E
Text Example
Text Example
White with #717B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B6E; }
p { color: rgb(113,123,110); }
H1.HeaderClassName
{
color: #717B6E;
}
.AnyTagClassName
{
color: #717B6E;
}
</style>
background-color css
<style>
a { background-color: #717B6E; }
a { background-color: rgb(113,123,110); }
div.DivClassName
{
background-color: #717B6E;
}
.BgClassName
{
background-color: #717B6E;
}
</style>
border-color css
<style>
span { border-color: #717B6E; }
span { border-color: rgb(113,123,110); }
td.TdClassName
{
border-color: #717B6E;
}
.TagClassName
{
border-color: #717B6E;
}
</style>