Shades of Xanadu #70846D
Tints of Xanadu #70846D
RGB
CMYK
RGB Variations
Color information
#70846D (or 0x70846D) is known color: Xanadu. HEX triplet: 70, 84 and 6D. RGB value is (112,132,109). Sum of RGB (Red+Green+Blue) = 112+132+109=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #70846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70846D is #8F7B92. Grayscale: #7B7B7B. Windows color (decimal): -9403283 or 7177328. OLE color: 7177328.
HSL color Cylindrical-coordinate representation of color #70846D: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70846D is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 109 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.48 |
| HSL | 112.17º | 0.1% | 0.47% | - |
| HSV(B) | 112.17º | 0.17% | 0.52% | - |
| XYZ | 17.69 | 21.05 | 17.6 | - |
| YUV | 123.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 109 | 0.15 | 0 | 0.17 | 0.48 | 112.17 | 0.1 | 0.47 |
| Hex | 70 | 84 | 6D | F | 0 | 11 | 30 | 70 | A | 2F |
| Octal | 160 | 204 | 155 | 17 | 0 | 21 | 60 | 160 | 12 | 57 |
| Binary | 1110000 | 10000100 | 1101101 | 1111 | 0 | 10001 | 110000 | 1110000 | 1010 | 101111 |
Color Harmonies of #70846D
Complementary color
Monochromatic Colors of #70846D
Black with #70846D
Text Example
Text Example
White with #70846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70846D; }
p { color: rgb(112,132,109); }
H1.HeaderClassName
{
color: #70846D;
}
.AnyTagClassName
{
color: #70846D;
}
</style>
background-color css
<style>
a { background-color: #70846D; }
a { background-color: rgb(112,132,109); }
div.DivClassName
{
background-color: #70846D;
}
.BgClassName
{
background-color: #70846D;
}
</style>
border-color css
<style>
span { border-color: #70846D; }
span { border-color: rgb(112,132,109); }
td.TdClassName
{
border-color: #70846D;
}
.TagClassName
{
border-color: #70846D;
}
</style>