Shades of Xanadu #707B6E
Tints of Xanadu #707B6E
RGB
CMYK
RGB Variations
Color information
#707B6E (or 0x707B6E) is known color: Xanadu. HEX triplet: 70, 7B and 6E. RGB value is (112,123,110). Sum of RGB (Red+Green+Blue) = 112+123+110=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #707B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B6E is #8F8491. Grayscale: #767676. Windows color (decimal): -9405586 or 7240560. OLE color: 7240560.
HSL color Cylindrical-coordinate representation of color #707B6E: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707B6E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 110 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.52 |
| HSL | 110.77º | 0.06% | 0.46% | - |
| HSV(B) | 110.77º | 0.11% | 0.48% | - |
| XYZ | 16.58 | 18.74 | 17.49 | - |
| YUV | 118.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 110 | 0.09 | 0 | 0.11 | 0.52 | 110.77 | 0.06 | 0.46 |
| Hex | 70 | 7B | 6E | 9 | 0 | B | 34 | 6F | 6 | 2E |
| Octal | 160 | 173 | 156 | 11 | 0 | 13 | 64 | 157 | 6 | 56 |
| Binary | 1110000 | 1111011 | 1101110 | 1001 | 0 | 1011 | 110100 | 1101111 | 110 | 101110 |
Color Harmonies of #707B6E
Complementary color
Monochromatic Colors of #707B6E
Black with #707B6E
Text Example
Text Example
White with #707B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B6E; }
p { color: rgb(112,123,110); }
H1.HeaderClassName
{
color: #707B6E;
}
.AnyTagClassName
{
color: #707B6E;
}
</style>
background-color css
<style>
a { background-color: #707B6E; }
a { background-color: rgb(112,123,110); }
div.DivClassName
{
background-color: #707B6E;
}
.BgClassName
{
background-color: #707B6E;
}
</style>
border-color css
<style>
span { border-color: #707B6E; }
span { border-color: rgb(112,123,110); }
td.TdClassName
{
border-color: #707B6E;
}
.TagClassName
{
border-color: #707B6E;
}
</style>