Shades of Xanadu #757D71
Tints of Xanadu #757D71
RGB
CMYK
RGB Variations
Color information
#757D71 (or 0x757D71) is known color: Xanadu. HEX triplet: 75, 7D and 71. RGB value is (117,125,113). Sum of RGB (Red+Green+Blue) = 117+125+113=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #757D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D71 is #8A828E. Grayscale: #797979. Windows color (decimal): -9077391 or 7437685. OLE color: 7437685.
HSL color Cylindrical-coordinate representation of color #757D71: hue angle of 100º 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 #757D71 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 113 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.51 |
| HSL | 100º | 0.05% | 0.47% | - |
| HSV(B) | 100º | 0.1% | 0.49% | - |
| XYZ | 17.65 | 19.64 | 18.48 | - |
| YUV | 121.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 113 | 0.06 | 0 | 0.10 | 0.51 | 100 | 0.05 | 0.47 |
| Hex | 75 | 7D | 71 | 6 | 0 | A | 33 | 64 | 5 | 2F |
| Octal | 165 | 175 | 161 | 6 | 0 | 12 | 63 | 144 | 5 | 57 |
| Binary | 1110101 | 1111101 | 1110001 | 110 | 0 | 1010 | 110011 | 1100100 | 101 | 101111 |
Color Harmonies of #757D71
Complementary color
Monochromatic Colors of #757D71
Black with #757D71
Text Example
Text Example
White with #757D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D71; }
p { color: rgb(117,125,113); }
H1.HeaderClassName
{
color: #757D71;
}
.AnyTagClassName
{
color: #757D71;
}
</style>
background-color css
<style>
a { background-color: #757D71; }
a { background-color: rgb(117,125,113); }
div.DivClassName
{
background-color: #757D71;
}
.BgClassName
{
background-color: #757D71;
}
</style>
border-color css
<style>
span { border-color: #757D71; }
span { border-color: rgb(117,125,113); }
td.TdClassName
{
border-color: #757D71;
}
.TagClassName
{
border-color: #757D71;
}
</style>