Shades of Xanadu #6F766E
Tints of Xanadu #6F766E
RGB
CMYK
RGB Variations
Color information
#6F766E (or 0x6F766E) is known color: Xanadu. HEX triplet: 6F, 76 and 6E. RGB value is (111,118,110). Sum of RGB (Red+Green+Blue) = 111+118+110=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #6F766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F766E is #908991. Grayscale: #737373. Windows color (decimal): -9472402 or 7239279. OLE color: 7239279.
HSL color Cylindrical-coordinate representation of color #6F766E: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F766E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 110 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.54 |
| HSL | 112.5º | 0.04% | 0.45% | - |
| HSV(B) | 112.5º | 0.07% | 0.46% | - |
| XYZ | 15.85 | 17.46 | 17.29 | - |
| YUV | 115 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 110 | 0.06 | 0 | 0.07 | 0.54 | 112.5 | 0.04 | 0.45 |
| Hex | 6F | 76 | 6E | 6 | 0 | 7 | 36 | 70 | 4 | 2D |
| Octal | 157 | 166 | 156 | 6 | 0 | 7 | 66 | 160 | 4 | 55 |
| Binary | 1101111 | 1110110 | 1101110 | 110 | 0 | 111 | 110110 | 1110000 | 100 | 101101 |
Color Harmonies of #6F766E
Complementary color
Monochromatic Colors of #6F766E
Black with #6F766E
Text Example
Text Example
White with #6F766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F766E; }
p { color: rgb(111,118,110); }
H1.HeaderClassName
{
color: #6F766E;
}
.AnyTagClassName
{
color: #6F766E;
}
</style>
background-color css
<style>
a { background-color: #6F766E; }
a { background-color: rgb(111,118,110); }
div.DivClassName
{
background-color: #6F766E;
}
.BgClassName
{
background-color: #6F766E;
}
</style>
border-color css
<style>
span { border-color: #6F766E; }
span { border-color: rgb(111,118,110); }
td.TdClassName
{
border-color: #6F766E;
}
.TagClassName
{
border-color: #6F766E;
}
</style>