Shades of Xanadu #757E71
Tints of Xanadu #757E71
RGB
CMYK
RGB Variations
Color information
#757E71 (or 0x757E71) is known color: Xanadu. HEX triplet: 75, 7E and 71. RGB value is (117,126,113). Sum of RGB (Red+Green+Blue) = 117+126+113=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #757E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E71 is #8A818E. Grayscale: #797979. Windows color (decimal): -9077135 or 7437941. OLE color: 7437941.
HSL color Cylindrical-coordinate representation of color #757E71: hue angle of 101.54º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757E71 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 113 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.51 |
| HSL | 101.54º | 0.05% | 0.47% | - |
| HSV(B) | 101.54º | 0.1% | 0.49% | - |
| XYZ | 17.78 | 19.9 | 18.53 | - |
| YUV | 121.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 113 | 0.07 | 0 | 0.10 | 0.51 | 101.54 | 0.05 | 0.47 |
| Hex | 75 | 7E | 71 | 7 | 0 | A | 33 | 66 | 5 | 2F |
| Octal | 165 | 176 | 161 | 7 | 0 | 12 | 63 | 146 | 5 | 57 |
| Binary | 1110101 | 1111110 | 1110001 | 111 | 0 | 1010 | 110011 | 1100110 | 101 | 101111 |
Color Harmonies of #757E71
Complementary color
Monochromatic Colors of #757E71
Black with #757E71
Text Example
Text Example
White with #757E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E71; }
p { color: rgb(117,126,113); }
H1.HeaderClassName
{
color: #757E71;
}
.AnyTagClassName
{
color: #757E71;
}
</style>
background-color css
<style>
a { background-color: #757E71; }
a { background-color: rgb(117,126,113); }
div.DivClassName
{
background-color: #757E71;
}
.BgClassName
{
background-color: #757E71;
}
</style>
border-color css
<style>
span { border-color: #757E71; }
span { border-color: rgb(117,126,113); }
td.TdClassName
{
border-color: #757E71;
}
.TagClassName
{
border-color: #757E71;
}
</style>