Shades of Xanadu #75866D
Tints of Xanadu #75866D
RGB
CMYK
RGB Variations
Color information
#75866D (or 0x75866D) is known color: Xanadu. HEX triplet: 75, 86 and 6D. RGB value is (117,134,109). Sum of RGB (Red+Green+Blue) = 117+134+109=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #75866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75866D is #8A7992. Grayscale: #7E7E7E. Windows color (decimal): -9075091 or 7177845. OLE color: 7177845.
HSL color Cylindrical-coordinate representation of color #75866D: hue angle of 100.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75866D is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 109 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.47 |
| HSL | 100.8º | 0.1% | 0.48% | - |
| HSV(B) | 100.8º | 0.19% | 0.53% | - |
| XYZ | 18.62 | 21.94 | 17.72 | - |
| YUV | 126.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 109 | 0.13 | 0 | 0.19 | 0.47 | 100.8 | 0.1 | 0.48 |
| Hex | 75 | 86 | 6D | D | 0 | 13 | 2F | 65 | A | 30 |
| Octal | 165 | 206 | 155 | 15 | 0 | 23 | 57 | 145 | 12 | 60 |
| Binary | 1110101 | 10000110 | 1101101 | 1101 | 0 | 10011 | 101111 | 1100101 | 1010 | 110000 |
Color Harmonies of #75866D
Complementary color
Monochromatic Colors of #75866D
Black with #75866D
Text Example
Text Example
White with #75866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75866D; }
p { color: rgb(117,134,109); }
H1.HeaderClassName
{
color: #75866D;
}
.AnyTagClassName
{
color: #75866D;
}
</style>
background-color css
<style>
a { background-color: #75866D; }
a { background-color: rgb(117,134,109); }
div.DivClassName
{
background-color: #75866D;
}
.BgClassName
{
background-color: #75866D;
}
</style>
border-color css
<style>
span { border-color: #75866D; }
span { border-color: rgb(117,134,109); }
td.TdClassName
{
border-color: #75866D;
}
.TagClassName
{
border-color: #75866D;
}
</style>