Shades of Xanadu #70766D
Tints of Xanadu #70766D
RGB
CMYK
RGB Variations
Color information
#70766D (or 0x70766D) is known color: Xanadu. HEX triplet: 70, 76 and 6D. RGB value is (112,118,109). Sum of RGB (Red+Green+Blue) = 112+118+109=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #70766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766D is #8F8992. Grayscale: #737373. Windows color (decimal): -9406867 or 7173744. OLE color: 7173744.
HSL color Cylindrical-coordinate representation of color #70766D: hue angle of 100º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70766D is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 109 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.54 |
| HSL | 100º | 0.04% | 0.45% | - |
| HSV(B) | 100º | 0.08% | 0.46% | - |
| XYZ | 15.92 | 17.51 | 17.01 | - |
| YUV | 115.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 109 | 0.05 | 0 | 0.08 | 0.54 | 100 | 0.04 | 0.45 |
| Hex | 70 | 76 | 6D | 5 | 0 | 8 | 36 | 64 | 4 | 2D |
| Octal | 160 | 166 | 155 | 5 | 0 | 10 | 66 | 144 | 4 | 55 |
| Binary | 1110000 | 1110110 | 1101101 | 101 | 0 | 1000 | 110110 | 1100100 | 100 | 101101 |
Color Harmonies of #70766D
Complementary color
Monochromatic Colors of #70766D
Black with #70766D
Text Example
Text Example
White with #70766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70766D; }
p { color: rgb(112,118,109); }
H1.HeaderClassName
{
color: #70766D;
}
.AnyTagClassName
{
color: #70766D;
}
</style>
background-color css
<style>
a { background-color: #70766D; }
a { background-color: rgb(112,118,109); }
div.DivClassName
{
background-color: #70766D;
}
.BgClassName
{
background-color: #70766D;
}
</style>
border-color css
<style>
span { border-color: #70766D; }
span { border-color: rgb(112,118,109); }
td.TdClassName
{
border-color: #70766D;
}
.TagClassName
{
border-color: #70766D;
}
</style>