Shades of Xanadu #758D71
Tints of Xanadu #758D71
RGB
CMYK
RGB Variations
Color information
#758D71 (or 0x758D71) is known color: Xanadu. HEX triplet: 75, 8D and 71. RGB value is (117,141,113). Sum of RGB (Red+Green+Blue) = 117+141+113=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #758D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D71 is #8A728E. Grayscale: #828282. Windows color (decimal): -9073295 or 7441781. OLE color: 7441781.
HSL color Cylindrical-coordinate representation of color #758D71: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758D71 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 113 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.45 |
| HSL | 111.43º | 0.11% | 0.5% | - |
| HSV(B) | 111.43º | 0.2% | 0.55% | - |
| XYZ | 19.84 | 24.02 | 19.21 | - |
| YUV | 130.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 113 | 0.17 | 0 | 0.20 | 0.45 | 111.43 | 0.11 | 0.5 |
| Hex | 75 | 8D | 71 | 11 | 0 | 14 | 2D | 6F | B | 32 |
| Octal | 165 | 215 | 161 | 21 | 0 | 24 | 55 | 157 | 13 | 62 |
| Binary | 1110101 | 10001101 | 1110001 | 10001 | 0 | 10100 | 101101 | 1101111 | 1011 | 110010 |
Color Harmonies of #758D71
Complementary color
Monochromatic Colors of #758D71
Black with #758D71
Text Example
Text Example
White with #758D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D71; }
p { color: rgb(117,141,113); }
H1.HeaderClassName
{
color: #758D71;
}
.AnyTagClassName
{
color: #758D71;
}
</style>
background-color css
<style>
a { background-color: #758D71; }
a { background-color: rgb(117,141,113); }
div.DivClassName
{
background-color: #758D71;
}
.BgClassName
{
background-color: #758D71;
}
</style>
border-color css
<style>
span { border-color: #758D71; }
span { border-color: rgb(117,141,113); }
td.TdClassName
{
border-color: #758D71;
}
.TagClassName
{
border-color: #758D71;
}
</style>