Shades of Xanadu #757973
Tints of Xanadu #757973
RGB
CMYK
RGB Variations
Color information
#757973 (or 0x757973) is known color: Xanadu. HEX triplet: 75, 79 and 73. RGB value is (117,121,115). Sum of RGB (Red+Green+Blue) = 117+121+115=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 121 - color contains mainly: green. Hex color #757973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757973 is #8A868C. Grayscale: #777777. Windows color (decimal): -9078413 or 7567733. OLE color: 7567733.
HSL color Cylindrical-coordinate representation of color #757973: hue angle of 100º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #757973 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 115 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.53 |
| HSL | 100º | 0.03% | 0.46% | - |
| HSV(B) | 100º | 0.05% | 0.47% | - |
| XYZ | 17.27 | 18.69 | 18.92 | - |
| YUV | 119.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 115 | 0.03 | 0 | 0.05 | 0.53 | 100 | 0.03 | 0.46 |
| Hex | 75 | 79 | 73 | 3 | 0 | 5 | 35 | 64 | 3 | 2E |
| Octal | 165 | 171 | 163 | 3 | 0 | 5 | 65 | 144 | 3 | 56 |
| Binary | 1110101 | 1111001 | 1110011 | 11 | 0 | 101 | 110101 | 1100100 | 11 | 101110 |
Color Harmonies of #757973
Complementary color
Monochromatic Colors of #757973
Black with #757973
Text Example
Text Example
White with #757973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757973; }
p { color: rgb(117,121,115); }
H1.HeaderClassName
{
color: #757973;
}
.AnyTagClassName
{
color: #757973;
}
</style>
background-color css
<style>
a { background-color: #757973; }
a { background-color: rgb(117,121,115); }
div.DivClassName
{
background-color: #757973;
}
.BgClassName
{
background-color: #757973;
}
</style>
border-color css
<style>
span { border-color: #757973; }
span { border-color: rgb(117,121,115); }
td.TdClassName
{
border-color: #757973;
}
.TagClassName
{
border-color: #757973;
}
</style>