Shades of Xanadu #71876D
Tints of Xanadu #71876D
RGB
CMYK
RGB Variations
Color information
#71876D (or 0x71876D) is known color: Xanadu. HEX triplet: 71, 87 and 6D. RGB value is (113,135,109). Sum of RGB (Red+Green+Blue) = 113+135+109=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #71876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71876D is #8E7892. Grayscale: #7D7D7D. Windows color (decimal): -9336979 or 7178097. OLE color: 7178097.
HSL color Cylindrical-coordinate representation of color #71876D: hue angle of 110.77º degrees, saturation: 0.11, 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 #71876D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 109 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.47 |
| HSL | 110.77º | 0.11% | 0.48% | - |
| HSV(B) | 110.77º | 0.19% | 0.53% | - |
| XYZ | 18.23 | 21.94 | 17.74 | - |
| YUV | 125.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 109 | 0.16 | 0 | 0.19 | 0.47 | 110.77 | 0.11 | 0.48 |
| Hex | 71 | 87 | 6D | 10 | 0 | 13 | 2F | 6F | B | 30 |
| Octal | 161 | 207 | 155 | 20 | 0 | 23 | 57 | 157 | 13 | 60 |
| Binary | 1110001 | 10000111 | 1101101 | 10000 | 0 | 10011 | 101111 | 1101111 | 1011 | 110000 |
Color Harmonies of #71876D
Complementary color
Monochromatic Colors of #71876D
Black with #71876D
Text Example
Text Example
White with #71876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71876D; }
p { color: rgb(113,135,109); }
H1.HeaderClassName
{
color: #71876D;
}
.AnyTagClassName
{
color: #71876D;
}
</style>
background-color css
<style>
a { background-color: #71876D; }
a { background-color: rgb(113,135,109); }
div.DivClassName
{
background-color: #71876D;
}
.BgClassName
{
background-color: #71876D;
}
</style>
border-color css
<style>
span { border-color: #71876D; }
span { border-color: rgb(113,135,109); }
td.TdClassName
{
border-color: #71876D;
}
.TagClassName
{
border-color: #71876D;
}
</style>