Shades of Xanadu #758A6D
Tints of Xanadu #758A6D
RGB
CMYK
RGB Variations
Color information
#758A6D (or 0x758A6D) is known color: Xanadu. HEX triplet: 75, 8A and 6D. RGB value is (117,138,109). Sum of RGB (Red+Green+Blue) = 117+138+109=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #758A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A6D is #8A7592. Grayscale: #808080. Windows color (decimal): -9074067 or 7178869. OLE color: 7178869.
HSL color Cylindrical-coordinate representation of color #758A6D: hue angle of 103.45º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758A6D is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 109 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.46 |
| HSL | 103.45º | 0.12% | 0.48% | - |
| HSV(B) | 103.45º | 0.21% | 0.54% | - |
| XYZ | 19.18 | 23.06 | 17.91 | - |
| YUV | 128.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 109 | 0.15 | 0 | 0.21 | 0.46 | 103.45 | 0.12 | 0.48 |
| Hex | 75 | 8A | 6D | F | 0 | 15 | 2E | 67 | C | 30 |
| Octal | 165 | 212 | 155 | 17 | 0 | 25 | 56 | 147 | 14 | 60 |
| Binary | 1110101 | 10001010 | 1101101 | 1111 | 0 | 10101 | 101110 | 1100111 | 1100 | 110000 |
Color Harmonies of #758A6D
Complementary color
Monochromatic Colors of #758A6D
Black with #758A6D
Text Example
Text Example
White with #758A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A6D; }
p { color: rgb(117,138,109); }
H1.HeaderClassName
{
color: #758A6D;
}
.AnyTagClassName
{
color: #758A6D;
}
</style>
background-color css
<style>
a { background-color: #758A6D; }
a { background-color: rgb(117,138,109); }
div.DivClassName
{
background-color: #758A6D;
}
.BgClassName
{
background-color: #758A6D;
}
</style>
border-color css
<style>
span { border-color: #758A6D; }
span { border-color: rgb(117,138,109); }
td.TdClassName
{
border-color: #758A6D;
}
.TagClassName
{
border-color: #758A6D;
}
</style>