Shades of Xanadu #75886C
Tints of Xanadu #75886C
RGB
CMYK
RGB Variations
Color information
#75886C (or 0x75886C) is known color: Xanadu. HEX triplet: 75, 88 and 6C. RGB value is (117,136,108). Sum of RGB (Red+Green+Blue) = 117+136+108=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #75886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75886C is #8A7793. Grayscale: #7F7F7F. Windows color (decimal): -9074580 or 7112821. OLE color: 7112821.
HSL color Cylindrical-coordinate representation of color #75886C: hue angle of 100.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75886C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 108 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.47 |
| HSL | 100.71º | 0.11% | 0.48% | - |
| HSV(B) | 100.71º | 0.21% | 0.53% | - |
| XYZ | 18.85 | 22.47 | 17.53 | - |
| YUV | 127.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 108 | 0.14 | 0 | 0.21 | 0.47 | 100.71 | 0.11 | 0.48 |
| Hex | 75 | 88 | 6C | E | 0 | 15 | 2F | 65 | B | 30 |
| Octal | 165 | 210 | 154 | 16 | 0 | 25 | 57 | 145 | 13 | 60 |
| Binary | 1110101 | 10001000 | 1101100 | 1110 | 0 | 10101 | 101111 | 1100101 | 1011 | 110000 |
Color Harmonies of #75886C
Complementary color
Monochromatic Colors of #75886C
Black with #75886C
Text Example
Text Example
White with #75886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75886C; }
p { color: rgb(117,136,108); }
H1.HeaderClassName
{
color: #75886C;
}
.AnyTagClassName
{
color: #75886C;
}
</style>
background-color css
<style>
a { background-color: #75886C; }
a { background-color: rgb(117,136,108); }
div.DivClassName
{
background-color: #75886C;
}
.BgClassName
{
background-color: #75886C;
}
</style>
border-color css
<style>
span { border-color: #75886C; }
span { border-color: rgb(117,136,108); }
td.TdClassName
{
border-color: #75886C;
}
.TagClassName
{
border-color: #75886C;
}
</style>