Shades of Xanadu #71826B
Tints of Xanadu #71826B
RGB
CMYK
RGB Variations
Color information
#71826B (or 0x71826B) is known color: Xanadu. HEX triplet: 71, 82 and 6B. RGB value is (113,130,107). Sum of RGB (Red+Green+Blue) = 113+130+107=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #71826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71826B is #8E7D94. Grayscale: #7A7A7A. Windows color (decimal): -9338261 or 7045745. OLE color: 7045745.
HSL color Cylindrical-coordinate representation of color #71826B: hue angle of 104.35º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71826B is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 107 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.49 |
| HSL | 104.35º | 0.1% | 0.46% | - |
| HSV(B) | 104.35º | 0.18% | 0.51% | - |
| XYZ | 17.45 | 20.54 | 16.95 | - |
| YUV | 122.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 107 | 0.13 | 0 | 0.18 | 0.49 | 104.35 | 0.1 | 0.46 |
| Hex | 71 | 82 | 6B | D | 0 | 12 | 31 | 68 | A | 2E |
| Octal | 161 | 202 | 153 | 15 | 0 | 22 | 61 | 150 | 12 | 56 |
| Binary | 1110001 | 10000010 | 1101011 | 1101 | 0 | 10010 | 110001 | 1101000 | 1010 | 101110 |
Color Harmonies of #71826B
Complementary color
Monochromatic Colors of #71826B
Black with #71826B
Text Example
Text Example
White with #71826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71826B; }
p { color: rgb(113,130,107); }
H1.HeaderClassName
{
color: #71826B;
}
.AnyTagClassName
{
color: #71826B;
}
</style>
background-color css
<style>
a { background-color: #71826B; }
a { background-color: rgb(113,130,107); }
div.DivClassName
{
background-color: #71826B;
}
.BgClassName
{
background-color: #71826B;
}
</style>
border-color css
<style>
span { border-color: #71826B; }
span { border-color: rgb(113,130,107); }
td.TdClassName
{
border-color: #71826B;
}
.TagClassName
{
border-color: #71826B;
}
</style>