Shades of Xanadu #75846D
Tints of Xanadu #75846D
RGB
CMYK
RGB Variations
Color information
#75846D (or 0x75846D) is known color: Xanadu. HEX triplet: 75, 84 and 6D. RGB value is (117,132,109). Sum of RGB (Red+Green+Blue) = 117+132+109=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #75846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75846D is #8A7B92. Grayscale: #7C7C7C. Windows color (decimal): -9075603 or 7177333. OLE color: 7177333.
HSL color Cylindrical-coordinate representation of color #75846D: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75846D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 109 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.48 |
| HSL | 99.13º | 0.1% | 0.47% | - |
| HSV(B) | 99.13º | 0.17% | 0.52% | - |
| XYZ | 18.35 | 21.39 | 17.63 | - |
| YUV | 124.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 109 | 0.11 | 0 | 0.17 | 0.48 | 99.13 | 0.1 | 0.47 |
| Hex | 75 | 84 | 6D | B | 0 | 11 | 30 | 63 | A | 2F |
| Octal | 165 | 204 | 155 | 13 | 0 | 21 | 60 | 143 | 12 | 57 |
| Binary | 1110101 | 10000100 | 1101101 | 1011 | 0 | 10001 | 110000 | 1100011 | 1010 | 101111 |
Color Harmonies of #75846D
Complementary color
Monochromatic Colors of #75846D
Black with #75846D
Text Example
Text Example
White with #75846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75846D; }
p { color: rgb(117,132,109); }
H1.HeaderClassName
{
color: #75846D;
}
.AnyTagClassName
{
color: #75846D;
}
</style>
background-color css
<style>
a { background-color: #75846D; }
a { background-color: rgb(117,132,109); }
div.DivClassName
{
background-color: #75846D;
}
.BgClassName
{
background-color: #75846D;
}
</style>
border-color css
<style>
span { border-color: #75846D; }
span { border-color: rgb(117,132,109); }
td.TdClassName
{
border-color: #75846D;
}
.TagClassName
{
border-color: #75846D;
}
</style>