Shades of Xanadu #71886C
Tints of Xanadu #71886C
RGB
CMYK
RGB Variations
Color information
#71886C (or 0x71886C) is known color: Xanadu. HEX triplet: 71, 88 and 6C. RGB value is (113,136,108). Sum of RGB (Red+Green+Blue) = 113+136+108=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #71886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71886C is #8E7793. Grayscale: #7E7E7E. Windows color (decimal): -9336724 or 7112817. OLE color: 7112817.
HSL color Cylindrical-coordinate representation of color #71886C: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71886C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 108 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.47 |
| HSL | 109.29º | 0.11% | 0.48% | - |
| HSV(B) | 109.29º | 0.21% | 0.53% | - |
| XYZ | 18.32 | 22.2 | 17.51 | - |
| YUV | 125.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 108 | 0.17 | 0 | 0.21 | 0.47 | 109.29 | 0.11 | 0.48 |
| Hex | 71 | 88 | 6C | 11 | 0 | 15 | 2F | 6D | B | 30 |
| Octal | 161 | 210 | 154 | 21 | 0 | 25 | 57 | 155 | 13 | 60 |
| Binary | 1110001 | 10001000 | 1101100 | 10001 | 0 | 10101 | 101111 | 1101101 | 1011 | 110000 |
Color Harmonies of #71886C
Complementary color
Monochromatic Colors of #71886C
Black with #71886C
Text Example
Text Example
White with #71886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71886C; }
p { color: rgb(113,136,108); }
H1.HeaderClassName
{
color: #71886C;
}
.AnyTagClassName
{
color: #71886C;
}
</style>
background-color css
<style>
a { background-color: #71886C; }
a { background-color: rgb(113,136,108); }
div.DivClassName
{
background-color: #71886C;
}
.BgClassName
{
background-color: #71886C;
}
</style>
border-color css
<style>
span { border-color: #71886C; }
span { border-color: rgb(113,136,108); }
td.TdClassName
{
border-color: #71886C;
}
.TagClassName
{
border-color: #71886C;
}
</style>