Shades of Xanadu #758A6C
Tints of Xanadu #758A6C
RGB
CMYK
RGB Variations
Color information
#758A6C (or 0x758A6C) is known color: Xanadu. HEX triplet: 75, 8A and 6C. RGB value is (117,138,108). Sum of RGB (Red+Green+Blue) = 117+138+108=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #758A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A6C is #8A7593. Grayscale: #808080. Windows color (decimal): -9074068 or 7113333. OLE color: 7113333.
HSL color Cylindrical-coordinate representation of color #758A6C: hue angle of 102º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758A6C is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 108 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.46 |
| HSL | 102º | 0.12% | 0.48% | - |
| HSV(B) | 102º | 0.22% | 0.54% | - |
| XYZ | 19.13 | 23.04 | 17.63 | - |
| YUV | 128.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 108 | 0.15 | 0 | 0.22 | 0.46 | 102 | 0.12 | 0.48 |
| Hex | 75 | 8A | 6C | F | 0 | 16 | 2E | 66 | C | 30 |
| Octal | 165 | 212 | 154 | 17 | 0 | 26 | 56 | 146 | 14 | 60 |
| Binary | 1110101 | 10001010 | 1101100 | 1111 | 0 | 10110 | 101110 | 1100110 | 1100 | 110000 |
Color Harmonies of #758A6C
Complementary color
Monochromatic Colors of #758A6C
Black with #758A6C
Text Example
Text Example
White with #758A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A6C; }
p { color: rgb(117,138,108); }
H1.HeaderClassName
{
color: #758A6C;
}
.AnyTagClassName
{
color: #758A6C;
}
</style>
background-color css
<style>
a { background-color: #758A6C; }
a { background-color: rgb(117,138,108); }
div.DivClassName
{
background-color: #758A6C;
}
.BgClassName
{
background-color: #758A6C;
}
</style>
border-color css
<style>
span { border-color: #758A6C; }
span { border-color: rgb(117,138,108); }
td.TdClassName
{
border-color: #758A6C;
}
.TagClassName
{
border-color: #758A6C;
}
</style>