Shades of Xanadu #71886D
Tints of Xanadu #71886D
RGB
CMYK
RGB Variations
Color information
#71886D (or 0x71886D) is known color: Xanadu. HEX triplet: 71, 88 and 6D. RGB value is (113,136,109). Sum of RGB (Red+Green+Blue) = 113+136+109=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #71886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71886D is #8E7792. Grayscale: #7E7E7E. Windows color (decimal): -9336723 or 7178353. OLE color: 7178353.
HSL color Cylindrical-coordinate representation of color #71886D: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71886D is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 109 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.47 |
| HSL | 111.11º | 0.11% | 0.48% | - |
| HSV(B) | 111.11º | 0.2% | 0.53% | - |
| XYZ | 18.37 | 22.22 | 17.79 | - |
| YUV | 126.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 109 | 0.17 | 0 | 0.20 | 0.47 | 111.11 | 0.11 | 0.48 |
| Hex | 71 | 88 | 6D | 11 | 0 | 14 | 2F | 6F | B | 30 |
| Octal | 161 | 210 | 155 | 21 | 0 | 24 | 57 | 157 | 13 | 60 |
| Binary | 1110001 | 10001000 | 1101101 | 10001 | 0 | 10100 | 101111 | 1101111 | 1011 | 110000 |
Color Harmonies of #71886D
Complementary color
Monochromatic Colors of #71886D
Black with #71886D
Text Example
Text Example
White with #71886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71886D; }
p { color: rgb(113,136,109); }
H1.HeaderClassName
{
color: #71886D;
}
.AnyTagClassName
{
color: #71886D;
}
</style>
background-color css
<style>
a { background-color: #71886D; }
a { background-color: rgb(113,136,109); }
div.DivClassName
{
background-color: #71886D;
}
.BgClassName
{
background-color: #71886D;
}
</style>
border-color css
<style>
span { border-color: #71886D; }
span { border-color: rgb(113,136,109); }
td.TdClassName
{
border-color: #71886D;
}
.TagClassName
{
border-color: #71886D;
}
</style>