Shades of Xanadu #6F776B
Tints of Xanadu #6F776B
RGB
CMYK
RGB Variations
Color information
#6F776B (or 0x6F776B) is known color: Xanadu. HEX triplet: 6F, 77 and 6B. RGB value is (111,119,107). Sum of RGB (Red+Green+Blue) = 111+119+107=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6F776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F776B is #908894. Grayscale: #737373. Windows color (decimal): -9472149 or 7042927. OLE color: 7042927.
HSL color Cylindrical-coordinate representation of color #6F776B: hue angle of 100º 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 #6F776B is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 107 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.53 |
| HSL | 100º | 0.05% | 0.44% | - |
| HSV(B) | 100º | 0.1% | 0.47% | - |
| XYZ | 15.81 | 17.63 | 16.48 | - |
| YUV | 115.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 107 | 0.07 | 0 | 0.10 | 0.53 | 100 | 0.05 | 0.44 |
| Hex | 6F | 77 | 6B | 7 | 0 | A | 35 | 64 | 5 | 2C |
| Octal | 157 | 167 | 153 | 7 | 0 | 12 | 65 | 144 | 5 | 54 |
| Binary | 1101111 | 1110111 | 1101011 | 111 | 0 | 1010 | 110101 | 1100100 | 101 | 101100 |
Color Harmonies of #6F776B
Complementary color
Monochromatic Colors of #6F776B
Black with #6F776B
Text Example
Text Example
White with #6F776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F776B; }
p { color: rgb(111,119,107); }
H1.HeaderClassName
{
color: #6F776B;
}
.AnyTagClassName
{
color: #6F776B;
}
</style>
background-color css
<style>
a { background-color: #6F776B; }
a { background-color: rgb(111,119,107); }
div.DivClassName
{
background-color: #6F776B;
}
.BgClassName
{
background-color: #6F776B;
}
</style>
border-color css
<style>
span { border-color: #6F776B; }
span { border-color: rgb(111,119,107); }
td.TdClassName
{
border-color: #6F776B;
}
.TagClassName
{
border-color: #6F776B;
}
</style>