Shades of Xanadu #757D72
Tints of Xanadu #757D72
RGB
CMYK
RGB Variations
Color information
#757D72 (or 0x757D72) is known color: Xanadu. HEX triplet: 75, 7D and 72. RGB value is (117,125,114). Sum of RGB (Red+Green+Blue) = 117+125+114=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #757D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D72 is #8A828D. Grayscale: #797979. Windows color (decimal): -9077390 or 7503221. OLE color: 7503221.
HSL color Cylindrical-coordinate representation of color #757D72: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #757D72 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 114 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.51 |
| HSL | 103.64º | 0.05% | 0.47% | - |
| HSV(B) | 103.64º | 0.09% | 0.49% | - |
| XYZ | 17.71 | 19.66 | 18.78 | - |
| YUV | 121.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 114 | 0.06 | 0 | 0.09 | 0.51 | 103.64 | 0.05 | 0.47 |
| Hex | 75 | 7D | 72 | 6 | 0 | 9 | 33 | 68 | 5 | 2F |
| Octal | 165 | 175 | 162 | 6 | 0 | 11 | 63 | 150 | 5 | 57 |
| Binary | 1110101 | 1111101 | 1110010 | 110 | 0 | 1001 | 110011 | 1101000 | 101 | 101111 |
Color Harmonies of #757D72
Complementary color
Monochromatic Colors of #757D72
Black with #757D72
Text Example
Text Example
White with #757D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D72; }
p { color: rgb(117,125,114); }
H1.HeaderClassName
{
color: #757D72;
}
.AnyTagClassName
{
color: #757D72;
}
</style>
background-color css
<style>
a { background-color: #757D72; }
a { background-color: rgb(117,125,114); }
div.DivClassName
{
background-color: #757D72;
}
.BgClassName
{
background-color: #757D72;
}
</style>
border-color css
<style>
span { border-color: #757D72; }
span { border-color: rgb(117,125,114); }
td.TdClassName
{
border-color: #757D72;
}
.TagClassName
{
border-color: #757D72;
}
</style>