Shades of Xanadu #6E776D
Tints of Xanadu #6E776D
RGB
CMYK
RGB Variations
Color information
#6E776D (or 0x6E776D) is known color: Xanadu. HEX triplet: 6E, 77 and 6D. RGB value is (110,119,109). Sum of RGB (Red+Green+Blue) = 110+119+109=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #6E776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E776D is #918892. Grayscale: #737373. Windows color (decimal): -9537683 or 7173998. OLE color: 7173998.
HSL color Cylindrical-coordinate representation of color #6E776D: hue angle of 114º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E776D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 109 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.53 |
| HSL | 114º | 0.04% | 0.45% | - |
| HSV(B) | 114º | 0.08% | 0.47% | - |
| XYZ | 15.79 | 17.61 | 17.04 | - |
| YUV | 115.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 109 | 0.08 | 0 | 0.08 | 0.53 | 114 | 0.04 | 0.45 |
| Hex | 6E | 77 | 6D | 8 | 0 | 8 | 35 | 72 | 4 | 2D |
| Octal | 156 | 167 | 155 | 10 | 0 | 10 | 65 | 162 | 4 | 55 |
| Binary | 1101110 | 1110111 | 1101101 | 1000 | 0 | 1000 | 110101 | 1110010 | 100 | 101101 |
Color Harmonies of #6E776D
Complementary color
Monochromatic Colors of #6E776D
Black with #6E776D
Text Example
Text Example
White with #6E776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E776D; }
p { color: rgb(110,119,109); }
H1.HeaderClassName
{
color: #6E776D;
}
.AnyTagClassName
{
color: #6E776D;
}
</style>
background-color css
<style>
a { background-color: #6E776D; }
a { background-color: rgb(110,119,109); }
div.DivClassName
{
background-color: #6E776D;
}
.BgClassName
{
background-color: #6E776D;
}
</style>
border-color css
<style>
span { border-color: #6E776D; }
span { border-color: rgb(110,119,109); }
td.TdClassName
{
border-color: #6E776D;
}
.TagClassName
{
border-color: #6E776D;
}
</style>