Shades of Xanadu #758D6E
Tints of Xanadu #758D6E
RGB
CMYK
RGB Variations
Color information
#758D6E (or 0x758D6E) is known color: Xanadu. HEX triplet: 75, 8D and 6E. RGB value is (117,141,110). Sum of RGB (Red+Green+Blue) = 117+141+110=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #758D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D6E is #8A7291. Grayscale: #828282. Windows color (decimal): -9073298 or 7245173. OLE color: 7245173.
HSL color Cylindrical-coordinate representation of color #758D6E: hue angle of 106.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758D6E is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 110 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.45 |
| HSL | 106.45º | 0.12% | 0.49% | - |
| HSV(B) | 106.45º | 0.22% | 0.55% | - |
| XYZ | 19.68 | 23.96 | 18.34 | - |
| YUV | 130.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 110 | 0.17 | 0 | 0.22 | 0.45 | 106.45 | 0.12 | 0.49 |
| Hex | 75 | 8D | 6E | 11 | 0 | 16 | 2D | 6A | C | 31 |
| Octal | 165 | 215 | 156 | 21 | 0 | 26 | 55 | 152 | 14 | 61 |
| Binary | 1110101 | 10001101 | 1101110 | 10001 | 0 | 10110 | 101101 | 1101010 | 1100 | 110001 |
Color Harmonies of #758D6E
Complementary color
Monochromatic Colors of #758D6E
Black with #758D6E
Text Example
Text Example
White with #758D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D6E; }
p { color: rgb(117,141,110); }
H1.HeaderClassName
{
color: #758D6E;
}
.AnyTagClassName
{
color: #758D6E;
}
</style>
background-color css
<style>
a { background-color: #758D6E; }
a { background-color: rgb(117,141,110); }
div.DivClassName
{
background-color: #758D6E;
}
.BgClassName
{
background-color: #758D6E;
}
</style>
border-color css
<style>
span { border-color: #758D6E; }
span { border-color: rgb(117,141,110); }
td.TdClassName
{
border-color: #758D6E;
}
.TagClassName
{
border-color: #758D6E;
}
</style>