Shades of Xanadu #707F6C
Tints of Xanadu #707F6C
RGB
CMYK
RGB Variations
Color information
#707F6C (or 0x707F6C) is known color: Xanadu. HEX triplet: 70, 7F and 6C. RGB value is (112,127,108). Sum of RGB (Red+Green+Blue) = 112+127+108=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #707F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F6C is #8F8093. Grayscale: #787878. Windows color (decimal): -9404564 or 7110512. OLE color: 7110512.
HSL color Cylindrical-coordinate representation of color #707F6C: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707F6C is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 108 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.50 |
| HSL | 107.37º | 0.08% | 0.46% | - |
| HSV(B) | 107.37º | 0.15% | 0.5% | - |
| XYZ | 16.98 | 19.71 | 17.1 | - |
| YUV | 120.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 108 | 0.12 | 0 | 0.15 | 0.50 | 107.37 | 0.08 | 0.46 |
| Hex | 70 | 7F | 6C | C | 0 | F | 32 | 6B | 8 | 2E |
| Octal | 160 | 177 | 154 | 14 | 0 | 17 | 62 | 153 | 10 | 56 |
| Binary | 1110000 | 1111111 | 1101100 | 1100 | 0 | 1111 | 110010 | 1101011 | 1000 | 101110 |
Color Harmonies of #707F6C
Complementary color
Monochromatic Colors of #707F6C
Black with #707F6C
Text Example
Text Example
White with #707F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F6C; }
p { color: rgb(112,127,108); }
H1.HeaderClassName
{
color: #707F6C;
}
.AnyTagClassName
{
color: #707F6C;
}
</style>
background-color css
<style>
a { background-color: #707F6C; }
a { background-color: rgb(112,127,108); }
div.DivClassName
{
background-color: #707F6C;
}
.BgClassName
{
background-color: #707F6C;
}
</style>
border-color css
<style>
span { border-color: #707F6C; }
span { border-color: rgb(112,127,108); }
td.TdClassName
{
border-color: #707F6C;
}
.TagClassName
{
border-color: #707F6C;
}
</style>