Shades of Xanadu #707D69
Tints of Xanadu #707D69
RGB
CMYK
RGB Variations
Color information
#707D69 (or 0x707D69) is known color: Xanadu. HEX triplet: 70, 7D and 69. RGB value is (112,125,105). Sum of RGB (Red+Green+Blue) = 112+125+105=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 125 - color contains mainly: green. Hex color #707D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D69 is #8F8296. Grayscale: #767676. Windows color (decimal): -9405079 or 6913392. OLE color: 6913392.
HSL color Cylindrical-coordinate representation of color #707D69: hue angle of 99º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707D69 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 105 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.51 |
| HSL | 99º | 0.09% | 0.45% | - |
| HSV(B) | 99º | 0.16% | 0.49% | - |
| XYZ | 16.57 | 19.13 | 16.18 | - |
| YUV | 118.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 105 | 0.10 | 0 | 0.16 | 0.51 | 99 | 0.09 | 0.45 |
| Hex | 70 | 7D | 69 | A | 0 | 10 | 33 | 63 | 9 | 2D |
| Octal | 160 | 175 | 151 | 12 | 0 | 20 | 63 | 143 | 11 | 55 |
| Binary | 1110000 | 1111101 | 1101001 | 1010 | 0 | 10000 | 110011 | 1100011 | 1001 | 101101 |
Color Harmonies of #707D69
Complementary color
Monochromatic Colors of #707D69
Black with #707D69
Text Example
Text Example
White with #707D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D69; }
p { color: rgb(112,125,105); }
H1.HeaderClassName
{
color: #707D69;
}
.AnyTagClassName
{
color: #707D69;
}
</style>
background-color css
<style>
a { background-color: #707D69; }
a { background-color: rgb(112,125,105); }
div.DivClassName
{
background-color: #707D69;
}
.BgClassName
{
background-color: #707D69;
}
</style>
border-color css
<style>
span { border-color: #707D69; }
span { border-color: rgb(112,125,105); }
td.TdClassName
{
border-color: #707D69;
}
.TagClassName
{
border-color: #707D69;
}
</style>