Shades of Xanadu #707E6E
Tints of Xanadu #707E6E
RGB
CMYK
RGB Variations
Color information
#707E6E (or 0x707E6E) is known color: Xanadu. HEX triplet: 70, 7E and 6E. RGB value is (112,126,110). Sum of RGB (Red+Green+Blue) = 112+126+110=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 126 - color contains mainly: green. Hex color #707E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E6E is #8F8191. Grayscale: #787878. Windows color (decimal): -9404818 or 7241328. OLE color: 7241328.
HSL color Cylindrical-coordinate representation of color #707E6E: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707E6E is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 110 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.51 |
| HSL | 112.5º | 0.07% | 0.46% | - |
| HSV(B) | 112.5º | 0.13% | 0.49% | - |
| XYZ | 16.96 | 19.49 | 17.62 | - |
| YUV | 119.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 110 | 0.11 | 0 | 0.13 | 0.51 | 112.5 | 0.07 | 0.46 |
| Hex | 70 | 7E | 6E | B | 0 | D | 33 | 70 | 7 | 2E |
| Octal | 160 | 176 | 156 | 13 | 0 | 15 | 63 | 160 | 7 | 56 |
| Binary | 1110000 | 1111110 | 1101110 | 1011 | 0 | 1101 | 110011 | 1110000 | 111 | 101110 |
Color Harmonies of #707E6E
Complementary color
Monochromatic Colors of #707E6E
Black with #707E6E
Text Example
Text Example
White with #707E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E6E; }
p { color: rgb(112,126,110); }
H1.HeaderClassName
{
color: #707E6E;
}
.AnyTagClassName
{
color: #707E6E;
}
</style>
background-color css
<style>
a { background-color: #707E6E; }
a { background-color: rgb(112,126,110); }
div.DivClassName
{
background-color: #707E6E;
}
.BgClassName
{
background-color: #707E6E;
}
</style>
border-color css
<style>
span { border-color: #707E6E; }
span { border-color: rgb(112,126,110); }
td.TdClassName
{
border-color: #707E6E;
}
.TagClassName
{
border-color: #707E6E;
}
</style>