Shades of Xanadu #758B6C
Tints of Xanadu #758B6C
RGB
CMYK
RGB Variations
Color information
#758B6C (or 0x758B6C) is known color: Xanadu. HEX triplet: 75, 8B and 6C. RGB value is (117,139,108). Sum of RGB (Red+Green+Blue) = 117+139+108=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #758B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B6C is #8A7493. Grayscale: #808080. Windows color (decimal): -9073812 or 7113589. OLE color: 7113589.
HSL color Cylindrical-coordinate representation of color #758B6C: hue angle of 102.58º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758B6C is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 108 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.45 |
| HSL | 102.58º | 0.13% | 0.48% | - |
| HSV(B) | 102.58º | 0.22% | 0.55% | - |
| XYZ | 19.28 | 23.33 | 17.67 | - |
| YUV | 128.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 108 | 0.16 | 0 | 0.22 | 0.45 | 102.58 | 0.13 | 0.48 |
| Hex | 75 | 8B | 6C | 10 | 0 | 16 | 2D | 67 | D | 30 |
| Octal | 165 | 213 | 154 | 20 | 0 | 26 | 55 | 147 | 15 | 60 |
| Binary | 1110101 | 10001011 | 1101100 | 10000 | 0 | 10110 | 101101 | 1100111 | 1101 | 110000 |
Color Harmonies of #758B6C
Complementary color
Monochromatic Colors of #758B6C
Black with #758B6C
Text Example
Text Example
White with #758B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B6C; }
p { color: rgb(117,139,108); }
H1.HeaderClassName
{
color: #758B6C;
}
.AnyTagClassName
{
color: #758B6C;
}
</style>
background-color css
<style>
a { background-color: #758B6C; }
a { background-color: rgb(117,139,108); }
div.DivClassName
{
background-color: #758B6C;
}
.BgClassName
{
background-color: #758B6C;
}
</style>
border-color css
<style>
span { border-color: #758B6C; }
span { border-color: rgb(117,139,108); }
td.TdClassName
{
border-color: #758B6C;
}
.TagClassName
{
border-color: #758B6C;
}
</style>