Shades of Xanadu #707E68
Tints of Xanadu #707E68
RGB
CMYK
RGB Variations
Color information
#707E68 (or 0x707E68) is known color: Xanadu. HEX triplet: 70, 7E and 68. RGB value is (112,126,104). Sum of RGB (Red+Green+Blue) = 112+126+104=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #707E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E68 is #8F8197. Grayscale: #777777. Windows color (decimal): -9404824 or 6848112. OLE color: 6848112.
HSL color Cylindrical-coordinate representation of color #707E68: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707E68 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 104 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.51 |
| HSL | 98.18º | 0.1% | 0.45% | - |
| HSV(B) | 98.18º | 0.17% | 0.49% | - |
| XYZ | 16.64 | 19.37 | 15.96 | - |
| YUV | 119.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 104 | 0.11 | 0 | 0.17 | 0.51 | 98.18 | 0.1 | 0.45 |
| Hex | 70 | 7E | 68 | B | 0 | 11 | 33 | 62 | A | 2D |
| Octal | 160 | 176 | 150 | 13 | 0 | 21 | 63 | 142 | 12 | 55 |
| Binary | 1110000 | 1111110 | 1101000 | 1011 | 0 | 10001 | 110011 | 1100010 | 1010 | 101101 |
Color Harmonies of #707E68
Complementary color
Monochromatic Colors of #707E68
Black with #707E68
Text Example
Text Example
White with #707E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E68; }
p { color: rgb(112,126,104); }
H1.HeaderClassName
{
color: #707E68;
}
.AnyTagClassName
{
color: #707E68;
}
</style>
background-color css
<style>
a { background-color: #707E68; }
a { background-color: rgb(112,126,104); }
div.DivClassName
{
background-color: #707E68;
}
.BgClassName
{
background-color: #707E68;
}
</style>
border-color css
<style>
span { border-color: #707E68; }
span { border-color: rgb(112,126,104); }
td.TdClassName
{
border-color: #707E68;
}
.TagClassName
{
border-color: #707E68;
}
</style>