Shades of Xanadu #71896E
Tints of Xanadu #71896E
RGB
CMYK
RGB Variations
Color information
#71896E (or 0x71896E) is known color: Xanadu. HEX triplet: 71, 89 and 6E. RGB value is (113,137,110). Sum of RGB (Red+Green+Blue) = 113+137+110=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #71896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71896E is #8E7691. Grayscale: #7E7E7E. Windows color (decimal): -9336466 or 7244145. OLE color: 7244145.
HSL color Cylindrical-coordinate representation of color #71896E: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71896E is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 110 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.46 |
| HSL | 113.33º | 0.11% | 0.48% | - |
| HSV(B) | 113.33º | 0.2% | 0.54% | - |
| XYZ | 18.57 | 22.53 | 18.12 | - |
| YUV | 126.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 110 | 0.18 | 0 | 0.20 | 0.46 | 113.33 | 0.11 | 0.48 |
| Hex | 71 | 89 | 6E | 12 | 0 | 14 | 2E | 71 | B | 30 |
| Octal | 161 | 211 | 156 | 22 | 0 | 24 | 56 | 161 | 13 | 60 |
| Binary | 1110001 | 10001001 | 1101110 | 10010 | 0 | 10100 | 101110 | 1110001 | 1011 | 110000 |
Color Harmonies of #71896E
Complementary color
Monochromatic Colors of #71896E
Black with #71896E
Text Example
Text Example
White with #71896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71896E; }
p { color: rgb(113,137,110); }
H1.HeaderClassName
{
color: #71896E;
}
.AnyTagClassName
{
color: #71896E;
}
</style>
background-color css
<style>
a { background-color: #71896E; }
a { background-color: rgb(113,137,110); }
div.DivClassName
{
background-color: #71896E;
}
.BgClassName
{
background-color: #71896E;
}
</style>
border-color css
<style>
span { border-color: #71896E; }
span { border-color: rgb(113,137,110); }
td.TdClassName
{
border-color: #71896E;
}
.TagClassName
{
border-color: #71896E;
}
</style>