Shades of Xanadu #75866C
Tints of Xanadu #75866C
RGB
CMYK
RGB Variations
Color information
#75866C (or 0x75866C) is known color: Xanadu. HEX triplet: 75, 86 and 6C. RGB value is (117,134,108). Sum of RGB (Red+Green+Blue) = 117+134+108=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #75866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75866C is #8A7993. Grayscale: #7E7E7E. Windows color (decimal): -9075092 or 7112309. OLE color: 7112309.
HSL color Cylindrical-coordinate representation of color #75866C: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75866C is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 108 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.47 |
| HSL | 99.23º | 0.11% | 0.47% | - |
| HSV(B) | 99.23º | 0.19% | 0.53% | - |
| XYZ | 18.57 | 21.91 | 17.44 | - |
| YUV | 125.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 108 | 0.13 | 0 | 0.19 | 0.47 | 99.23 | 0.11 | 0.47 |
| Hex | 75 | 86 | 6C | D | 0 | 13 | 2F | 63 | B | 2F |
| Octal | 165 | 206 | 154 | 15 | 0 | 23 | 57 | 143 | 13 | 57 |
| Binary | 1110101 | 10000110 | 1101100 | 1101 | 0 | 10011 | 101111 | 1100011 | 1011 | 101111 |
Color Harmonies of #75866C
Complementary color
Monochromatic Colors of #75866C
Black with #75866C
Text Example
Text Example
White with #75866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75866C; }
p { color: rgb(117,134,108); }
H1.HeaderClassName
{
color: #75866C;
}
.AnyTagClassName
{
color: #75866C;
}
</style>
background-color css
<style>
a { background-color: #75866C; }
a { background-color: rgb(117,134,108); }
div.DivClassName
{
background-color: #75866C;
}
.BgClassName
{
background-color: #75866C;
}
</style>
border-color css
<style>
span { border-color: #75866C; }
span { border-color: rgb(117,134,108); }
td.TdClassName
{
border-color: #75866C;
}
.TagClassName
{
border-color: #75866C;
}
</style>