Shades of Xanadu #6F766B
Tints of Xanadu #6F766B
RGB
CMYK
RGB Variations
Color information
#6F766B (or 0x6F766B) is known color: Xanadu. HEX triplet: 6F, 76 and 6B. RGB value is (111,118,107). Sum of RGB (Red+Green+Blue) = 111+118+107=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #6F766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F766B is #908994. Grayscale: #727272. Windows color (decimal): -9472405 or 7042671. OLE color: 7042671.
HSL color Cylindrical-coordinate representation of color #6F766B: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F766B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 107 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.54 |
| HSL | 98.18º | 0.05% | 0.44% | - |
| HSV(B) | 98.18º | 0.09% | 0.46% | - |
| XYZ | 15.69 | 17.4 | 16.44 | - |
| YUV | 114.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 107 | 0.06 | 0 | 0.09 | 0.54 | 98.18 | 0.05 | 0.44 |
| Hex | 6F | 76 | 6B | 6 | 0 | 9 | 36 | 62 | 5 | 2C |
| Octal | 157 | 166 | 153 | 6 | 0 | 11 | 66 | 142 | 5 | 54 |
| Binary | 1101111 | 1110110 | 1101011 | 110 | 0 | 1001 | 110110 | 1100010 | 101 | 101100 |
Color Harmonies of #6F766B
Complementary color
Monochromatic Colors of #6F766B
Black with #6F766B
Text Example
Text Example
White with #6F766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F766B; }
p { color: rgb(111,118,107); }
H1.HeaderClassName
{
color: #6F766B;
}
.AnyTagClassName
{
color: #6F766B;
}
</style>
background-color css
<style>
a { background-color: #6F766B; }
a { background-color: rgb(111,118,107); }
div.DivClassName
{
background-color: #6F766B;
}
.BgClassName
{
background-color: #6F766B;
}
</style>
border-color css
<style>
span { border-color: #6F766B; }
span { border-color: rgb(111,118,107); }
td.TdClassName
{
border-color: #6F766B;
}
.TagClassName
{
border-color: #6F766B;
}
</style>