Shades of Xanadu #71786E
Tints of Xanadu #71786E
RGB
CMYK
RGB Variations
Color information
#71786E (or 0x71786E) is known color: Xanadu. HEX triplet: 71, 78 and 6E. RGB value is (113,120,110). Sum of RGB (Red+Green+Blue) = 113+120+110=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #71786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71786E is #8E8791. Grayscale: #747474. Windows color (decimal): -9340818 or 7239793. OLE color: 7239793.
HSL color Cylindrical-coordinate representation of color #71786E: hue angle of 102º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71786E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 110 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.53 |
| HSL | 102º | 0.04% | 0.45% | - |
| HSV(B) | 102º | 0.08% | 0.47% | - |
| XYZ | 16.34 | 18.07 | 17.38 | - |
| YUV | 116.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 110 | 0.06 | 0 | 0.08 | 0.53 | 102 | 0.04 | 0.45 |
| Hex | 71 | 78 | 6E | 6 | 0 | 8 | 35 | 66 | 4 | 2D |
| Octal | 161 | 170 | 156 | 6 | 0 | 10 | 65 | 146 | 4 | 55 |
| Binary | 1110001 | 1111000 | 1101110 | 110 | 0 | 1000 | 110101 | 1100110 | 100 | 101101 |
Color Harmonies of #71786E
Complementary color
Monochromatic Colors of #71786E
Black with #71786E
Text Example
Text Example
White with #71786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71786E; }
p { color: rgb(113,120,110); }
H1.HeaderClassName
{
color: #71786E;
}
.AnyTagClassName
{
color: #71786E;
}
</style>
background-color css
<style>
a { background-color: #71786E; }
a { background-color: rgb(113,120,110); }
div.DivClassName
{
background-color: #71786E;
}
.BgClassName
{
background-color: #71786E;
}
</style>
border-color css
<style>
span { border-color: #71786E; }
span { border-color: rgb(113,120,110); }
td.TdClassName
{
border-color: #71786E;
}
.TagClassName
{
border-color: #71786E;
}
</style>