Shades of Xanadu #71846A
Tints of Xanadu #71846A
RGB
CMYK
RGB Variations
Color information
#71846A (or 0x71846A) is known color: Xanadu. HEX triplet: 71, 84 and 6A. RGB value is (113,132,106). Sum of RGB (Red+Green+Blue) = 113+132+106=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #71846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846A is #8E7B95. Grayscale: #7B7B7B. Windows color (decimal): -9337750 or 6980721. OLE color: 6980721.
HSL color Cylindrical-coordinate representation of color #71846A: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71846A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 106 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.48 |
| HSL | 103.85º | 0.11% | 0.47% | - |
| HSV(B) | 103.85º | 0.2% | 0.52% | - |
| XYZ | 17.66 | 21.05 | 16.77 | - |
| YUV | 123.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 106 | 0.14 | 0 | 0.20 | 0.48 | 103.85 | 0.11 | 0.47 |
| Hex | 71 | 84 | 6A | E | 0 | 14 | 30 | 68 | B | 2F |
| Octal | 161 | 204 | 152 | 16 | 0 | 24 | 60 | 150 | 13 | 57 |
| Binary | 1110001 | 10000100 | 1101010 | 1110 | 0 | 10100 | 110000 | 1101000 | 1011 | 101111 |
Color Harmonies of #71846A
Complementary color
Monochromatic Colors of #71846A
Black with #71846A
Text Example
Text Example
White with #71846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71846A; }
p { color: rgb(113,132,106); }
H1.HeaderClassName
{
color: #71846A;
}
.AnyTagClassName
{
color: #71846A;
}
</style>
background-color css
<style>
a { background-color: #71846A; }
a { background-color: rgb(113,132,106); }
div.DivClassName
{
background-color: #71846A;
}
.BgClassName
{
background-color: #71846A;
}
</style>
border-color css
<style>
span { border-color: #71846A; }
span { border-color: rgb(113,132,106); }
td.TdClassName
{
border-color: #71846A;
}
.TagClassName
{
border-color: #71846A;
}
</style>