Shades of Xanadu #75876C
Tints of Xanadu #75876C
RGB
CMYK
RGB Variations
Color information
#75876C (or 0x75876C) is known color: Xanadu. HEX triplet: 75, 87 and 6C. RGB value is (117,135,108). Sum of RGB (Red+Green+Blue) = 117+135+108=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #75876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75876C is #8A7893. Grayscale: #7E7E7E. Windows color (decimal): -9074836 or 7112565. OLE color: 7112565.
HSL color Cylindrical-coordinate representation of color #75876C: hue angle of 100º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75876C is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 108 | - |
| CMYK | 0.13 | 0 | 0.2 | 0.47 |
| HSL | 100º | 0.11% | 0.48% | - |
| HSV(B) | 100º | 0.2% | 0.53% | - |
| XYZ | 18.71 | 22.19 | 17.48 | - |
| YUV | 126.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 108 | 0.13 | 0 | 0.2 | 0.47 | 100 | 0.11 | 0.48 |
| Hex | 75 | 87 | 6C | D | 0 | 14 | 2F | 64 | B | 30 |
| Octal | 165 | 207 | 154 | 15 | 0 | 24 | 57 | 144 | 13 | 60 |
| Binary | 1110101 | 10000111 | 1101100 | 1101 | 0 | 10100 | 101111 | 1100100 | 1011 | 110000 |
Color Harmonies of #75876C
Complementary color
Monochromatic Colors of #75876C
Black with #75876C
Text Example
Text Example
White with #75876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75876C; }
p { color: rgb(117,135,108); }
H1.HeaderClassName
{
color: #75876C;
}
.AnyTagClassName
{
color: #75876C;
}
</style>
background-color css
<style>
a { background-color: #75876C; }
a { background-color: rgb(117,135,108); }
div.DivClassName
{
background-color: #75876C;
}
.BgClassName
{
background-color: #75876C;
}
</style>
border-color css
<style>
span { border-color: #75876C; }
span { border-color: rgb(117,135,108); }
td.TdClassName
{
border-color: #75876C;
}
.TagClassName
{
border-color: #75876C;
}
</style>