Shades of Xanadu #71776E
Tints of Xanadu #71776E
RGB
CMYK
RGB Variations
Color information
#71776E (or 0x71776E) is known color: Xanadu. HEX triplet: 71, 77 and 6E. RGB value is (113,119,110). Sum of RGB (Red+Green+Blue) = 113+119+110=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #71776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776E is #8E8891. Grayscale: #747474. Windows color (decimal): -9341074 or 7239537. OLE color: 7239537.
HSL color Cylindrical-coordinate representation of color #71776E: hue angle of 100º 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 #71776E is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 110 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.53 |
| HSL | 100º | 0.04% | 0.45% | - |
| HSV(B) | 100º | 0.08% | 0.47% | - |
| XYZ | 16.22 | 17.83 | 17.34 | - |
| YUV | 116.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 110 | 0.05 | 0 | 0.08 | 0.53 | 100 | 0.04 | 0.45 |
| Hex | 71 | 77 | 6E | 5 | 0 | 8 | 35 | 64 | 4 | 2D |
| Octal | 161 | 167 | 156 | 5 | 0 | 10 | 65 | 144 | 4 | 55 |
| Binary | 1110001 | 1110111 | 1101110 | 101 | 0 | 1000 | 110101 | 1100100 | 100 | 101101 |
Color Harmonies of #71776E
Complementary color
Monochromatic Colors of #71776E
Black with #71776E
Text Example
Text Example
White with #71776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71776E; }
p { color: rgb(113,119,110); }
H1.HeaderClassName
{
color: #71776E;
}
.AnyTagClassName
{
color: #71776E;
}
</style>
background-color css
<style>
a { background-color: #71776E; }
a { background-color: rgb(113,119,110); }
div.DivClassName
{
background-color: #71776E;
}
.BgClassName
{
background-color: #71776E;
}
</style>
border-color css
<style>
span { border-color: #71776E; }
span { border-color: rgb(113,119,110); }
td.TdClassName
{
border-color: #71776E;
}
.TagClassName
{
border-color: #71776E;
}
</style>