Shades of Xanadu #6F786A
Tints of Xanadu #6F786A
RGB
CMYK
RGB Variations
Color information
#6F786A (or 0x6F786A) is known color: Xanadu. HEX triplet: 6F, 78 and 6A. RGB value is (111,120,106). Sum of RGB (Red+Green+Blue) = 111+120+106=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #6F786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F786A is #908795. Grayscale: #737373. Windows color (decimal): -9471894 or 6977647. OLE color: 6977647.
HSL color Cylindrical-coordinate representation of color #6F786A: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F786A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 106 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.53 |
| HSL | 98.57º | 0.06% | 0.44% | - |
| HSV(B) | 98.57º | 0.12% | 0.47% | - |
| XYZ | 15.87 | 17.85 | 16.25 | - |
| YUV | 115.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 106 | 0.08 | 0 | 0.12 | 0.53 | 98.57 | 0.06 | 0.44 |
| Hex | 6F | 78 | 6A | 8 | 0 | C | 35 | 63 | 6 | 2C |
| Octal | 157 | 170 | 152 | 10 | 0 | 14 | 65 | 143 | 6 | 54 |
| Binary | 1101111 | 1111000 | 1101010 | 1000 | 0 | 1100 | 110101 | 1100011 | 110 | 101100 |
Color Harmonies of #6F786A
Complementary color
Monochromatic Colors of #6F786A
Black with #6F786A
Text Example
Text Example
White with #6F786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F786A; }
p { color: rgb(111,120,106); }
H1.HeaderClassName
{
color: #6F786A;
}
.AnyTagClassName
{
color: #6F786A;
}
</style>
background-color css
<style>
a { background-color: #6F786A; }
a { background-color: rgb(111,120,106); }
div.DivClassName
{
background-color: #6F786A;
}
.BgClassName
{
background-color: #6F786A;
}
</style>
border-color css
<style>
span { border-color: #6F786A; }
span { border-color: rgb(111,120,106); }
td.TdClassName
{
border-color: #6F786A;
}
.TagClassName
{
border-color: #6F786A;
}
</style>