Shades of Xanadu #6D776A
Tints of Xanadu #6D776A
RGB
CMYK
RGB Variations
Color information
#6D776A (or 0x6D776A) is known color: Xanadu. HEX triplet: 6D, 77 and 6A. RGB value is (109,119,106). Sum of RGB (Red+Green+Blue) = 109+119+106=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776A is #928895. Grayscale: #727272. Windows color (decimal): -9603222 or 6977389. OLE color: 6977389.
HSL color Cylindrical-coordinate representation of color #6D776A: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D776A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 106 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.53 |
| HSL | 106.15º | 0.06% | 0.44% | - |
| HSV(B) | 106.15º | 0.11% | 0.47% | - |
| XYZ | 15.51 | 17.49 | 16.19 | - |
| YUV | 114.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 106 | 0.08 | 0 | 0.11 | 0.53 | 106.15 | 0.06 | 0.44 |
| Hex | 6D | 77 | 6A | 8 | 0 | B | 35 | 6A | 6 | 2C |
| Octal | 155 | 167 | 152 | 10 | 0 | 13 | 65 | 152 | 6 | 54 |
| Binary | 1101101 | 1110111 | 1101010 | 1000 | 0 | 1011 | 110101 | 1101010 | 110 | 101100 |
Color Harmonies of #6D776A
Complementary color
Monochromatic Colors of #6D776A
Black with #6D776A
Text Example
Text Example
White with #6D776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D776A; }
p { color: rgb(109,119,106); }
H1.HeaderClassName
{
color: #6D776A;
}
.AnyTagClassName
{
color: #6D776A;
}
</style>
background-color css
<style>
a { background-color: #6D776A; }
a { background-color: rgb(109,119,106); }
div.DivClassName
{
background-color: #6D776A;
}
.BgClassName
{
background-color: #6D776A;
}
</style>
border-color css
<style>
span { border-color: #6D776A; }
span { border-color: rgb(109,119,106); }
td.TdClassName
{
border-color: #6D776A;
}
.TagClassName
{
border-color: #6D776A;
}
</style>