Shades of Xanadu #6F776D
Tints of Xanadu #6F776D
RGB
CMYK
RGB Variations
Color information
#6F776D (or 0x6F776D) is known color: Xanadu. HEX triplet: 6F, 77 and 6D. RGB value is (111,119,109). Sum of RGB (Red+Green+Blue) = 111+119+109=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #6F776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F776D is #908892. Grayscale: #737373. Windows color (decimal): -9472147 or 7173999. OLE color: 7173999.
HSL color Cylindrical-coordinate representation of color #6F776D: hue angle of 108º 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 #6F776D is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 109 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.53 |
| HSL | 108º | 0.04% | 0.45% | - |
| HSV(B) | 108º | 0.08% | 0.47% | - |
| XYZ | 15.91 | 17.68 | 17.04 | - |
| YUV | 115.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 109 | 0.07 | 0 | 0.08 | 0.53 | 108 | 0.04 | 0.45 |
| Hex | 6F | 77 | 6D | 7 | 0 | 8 | 35 | 6C | 4 | 2D |
| Octal | 157 | 167 | 155 | 7 | 0 | 10 | 65 | 154 | 4 | 55 |
| Binary | 1101111 | 1110111 | 1101101 | 111 | 0 | 1000 | 110101 | 1101100 | 100 | 101101 |
Color Harmonies of #6F776D
Complementary color
Monochromatic Colors of #6F776D
Black with #6F776D
Text Example
Text Example
White with #6F776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F776D; }
p { color: rgb(111,119,109); }
H1.HeaderClassName
{
color: #6F776D;
}
.AnyTagClassName
{
color: #6F776D;
}
</style>
background-color css
<style>
a { background-color: #6F776D; }
a { background-color: rgb(111,119,109); }
div.DivClassName
{
background-color: #6F776D;
}
.BgClassName
{
background-color: #6F776D;
}
</style>
border-color css
<style>
span { border-color: #6F776D; }
span { border-color: rgb(111,119,109); }
td.TdClassName
{
border-color: #6F776D;
}
.TagClassName
{
border-color: #6F776D;
}
</style>