Shades of Xanadu #6E776B
Tints of Xanadu #6E776B
RGB
CMYK
RGB Variations
Color information
#6E776B (or 0x6E776B) is known color: Xanadu. HEX triplet: 6E, 77 and 6B. RGB value is (110,119,107). Sum of RGB (Red+Green+Blue) = 110+119+107=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #6E776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E776B is #918894. Grayscale: #727272. Windows color (decimal): -9537685 or 7042926. OLE color: 7042926.
HSL color Cylindrical-coordinate representation of color #6E776B: hue angle of 105º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E776B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 107 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.53 |
| HSL | 105º | 0.05% | 0.44% | - |
| HSV(B) | 105º | 0.1% | 0.47% | - |
| XYZ | 15.68 | 17.57 | 16.47 | - |
| YUV | 114.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 107 | 0.08 | 0 | 0.10 | 0.53 | 105 | 0.05 | 0.44 |
| Hex | 6E | 77 | 6B | 8 | 0 | A | 35 | 69 | 5 | 2C |
| Octal | 156 | 167 | 153 | 10 | 0 | 12 | 65 | 151 | 5 | 54 |
| Binary | 1101110 | 1110111 | 1101011 | 1000 | 0 | 1010 | 110101 | 1101001 | 101 | 101100 |
Color Harmonies of #6E776B
Complementary color
Monochromatic Colors of #6E776B
Black with #6E776B
Text Example
Text Example
White with #6E776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E776B; }
p { color: rgb(110,119,107); }
H1.HeaderClassName
{
color: #6E776B;
}
.AnyTagClassName
{
color: #6E776B;
}
</style>
background-color css
<style>
a { background-color: #6E776B; }
a { background-color: rgb(110,119,107); }
div.DivClassName
{
background-color: #6E776B;
}
.BgClassName
{
background-color: #6E776B;
}
</style>
border-color css
<style>
span { border-color: #6E776B; }
span { border-color: rgb(110,119,107); }
td.TdClassName
{
border-color: #6E776B;
}
.TagClassName
{
border-color: #6E776B;
}
</style>