Shades of Xanadu #70886B
Tints of Xanadu #70886B
RGB
CMYK
RGB Variations
Color information
#70886B (or 0x70886B) is known color: Xanadu. HEX triplet: 70, 88 and 6B. RGB value is (112,136,107). Sum of RGB (Red+Green+Blue) = 112+136+107=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #70886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70886B is #8F7794. Grayscale: #7D7D7D. Windows color (decimal): -9402261 or 7047280. OLE color: 7047280.
HSL color Cylindrical-coordinate representation of color #70886B: hue angle of 109.66º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70886B is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 107 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.47 |
| HSL | 109.66º | 0.12% | 0.48% | - |
| HSV(B) | 109.66º | 0.21% | 0.53% | - |
| XYZ | 18.14 | 22.11 | 17.22 | - |
| YUV | 125.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 107 | 0.18 | 0 | 0.21 | 0.47 | 109.66 | 0.12 | 0.48 |
| Hex | 70 | 88 | 6B | 12 | 0 | 15 | 2F | 6E | C | 30 |
| Octal | 160 | 210 | 153 | 22 | 0 | 25 | 57 | 156 | 14 | 60 |
| Binary | 1110000 | 10001000 | 1101011 | 10010 | 0 | 10101 | 101111 | 1101110 | 1100 | 110000 |
Color Harmonies of #70886B
Complementary color
Monochromatic Colors of #70886B
Black with #70886B
Text Example
Text Example
White with #70886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70886B; }
p { color: rgb(112,136,107); }
H1.HeaderClassName
{
color: #70886B;
}
.AnyTagClassName
{
color: #70886B;
}
</style>
background-color css
<style>
a { background-color: #70886B; }
a { background-color: rgb(112,136,107); }
div.DivClassName
{
background-color: #70886B;
}
.BgClassName
{
background-color: #70886B;
}
</style>
border-color css
<style>
span { border-color: #70886B; }
span { border-color: rgb(112,136,107); }
td.TdClassName
{
border-color: #70886B;
}
.TagClassName
{
border-color: #70886B;
}
</style>