Shades of Xanadu #707C6C
Tints of Xanadu #707C6C
RGB
CMYK
RGB Variations
Color information
#707C6C (or 0x707C6C) is known color: Xanadu. HEX triplet: 70, 7C and 6C. RGB value is (112,124,108). Sum of RGB (Red+Green+Blue) = 112+124+108=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #707C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C6C is #8F8393. Grayscale: #767676. Windows color (decimal): -9405332 or 7109744. OLE color: 7109744.
HSL color Cylindrical-coordinate representation of color #707C6C: hue angle of 105º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707C6C is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 108 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.51 |
| HSL | 105º | 0.07% | 0.45% | - |
| HSV(B) | 105º | 0.13% | 0.49% | - |
| XYZ | 16.6 | 18.94 | 16.97 | - |
| YUV | 118.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 108 | 0.10 | 0 | 0.13 | 0.51 | 105 | 0.07 | 0.45 |
| Hex | 70 | 7C | 6C | A | 0 | D | 33 | 69 | 7 | 2D |
| Octal | 160 | 174 | 154 | 12 | 0 | 15 | 63 | 151 | 7 | 55 |
| Binary | 1110000 | 1111100 | 1101100 | 1010 | 0 | 1101 | 110011 | 1101001 | 111 | 101101 |
Color Harmonies of #707C6C
Complementary color
Monochromatic Colors of #707C6C
Black with #707C6C
Text Example
Text Example
White with #707C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C6C; }
p { color: rgb(112,124,108); }
H1.HeaderClassName
{
color: #707C6C;
}
.AnyTagClassName
{
color: #707C6C;
}
</style>
background-color css
<style>
a { background-color: #707C6C; }
a { background-color: rgb(112,124,108); }
div.DivClassName
{
background-color: #707C6C;
}
.BgClassName
{
background-color: #707C6C;
}
</style>
border-color css
<style>
span { border-color: #707C6C; }
span { border-color: rgb(112,124,108); }
td.TdClassName
{
border-color: #707C6C;
}
.TagClassName
{
border-color: #707C6C;
}
</style>