Shades of Xanadu #707C6E
Tints of Xanadu #707C6E
RGB
CMYK
RGB Variations
Color information
#707C6E (or 0x707C6E) is known color: Xanadu. HEX triplet: 70, 7C and 6E. RGB value is (112,124,110). Sum of RGB (Red+Green+Blue) = 112+124+110=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #707C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C6E is #8F8391. Grayscale: #767676. Windows color (decimal): -9405330 or 7240816. OLE color: 7240816.
HSL color Cylindrical-coordinate representation of color #707C6E: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707C6E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 110 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.51 |
| HSL | 111.43º | 0.06% | 0.46% | - |
| HSV(B) | 111.43º | 0.11% | 0.49% | - |
| XYZ | 16.7 | 18.99 | 17.54 | - |
| YUV | 118.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 110 | 0.10 | 0 | 0.11 | 0.51 | 111.43 | 0.06 | 0.46 |
| Hex | 70 | 7C | 6E | A | 0 | B | 33 | 6F | 6 | 2E |
| Octal | 160 | 174 | 156 | 12 | 0 | 13 | 63 | 157 | 6 | 56 |
| Binary | 1110000 | 1111100 | 1101110 | 1010 | 0 | 1011 | 110011 | 1101111 | 110 | 101110 |
Color Harmonies of #707C6E
Complementary color
Monochromatic Colors of #707C6E
Black with #707C6E
Text Example
Text Example
White with #707C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C6E; }
p { color: rgb(112,124,110); }
H1.HeaderClassName
{
color: #707C6E;
}
.AnyTagClassName
{
color: #707C6E;
}
</style>
background-color css
<style>
a { background-color: #707C6E; }
a { background-color: rgb(112,124,110); }
div.DivClassName
{
background-color: #707C6E;
}
.BgClassName
{
background-color: #707C6E;
}
</style>
border-color css
<style>
span { border-color: #707C6E; }
span { border-color: rgb(112,124,110); }
td.TdClassName
{
border-color: #707C6E;
}
.TagClassName
{
border-color: #707C6E;
}
</style>