Shades of Xanadu #6F786D
Tints of Xanadu #6F786D
RGB
CMYK
RGB Variations
Color information
#6F786D (or 0x6F786D) is known color: Xanadu. HEX triplet: 6F, 78 and 6D. RGB value is (111,120,109). Sum of RGB (Red+Green+Blue) = 111+120+109=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #6F786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F786D is #908792. Grayscale: #747474. Windows color (decimal): -9471891 or 7174255. OLE color: 7174255.
HSL color Cylindrical-coordinate representation of color #6F786D: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F786D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 109 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.53 |
| HSL | 109.09º | 0.05% | 0.45% | - |
| HSV(B) | 109.09º | 0.09% | 0.47% | - |
| XYZ | 16.03 | 17.92 | 17.08 | - |
| YUV | 116.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 109 | 0.08 | 0 | 0.09 | 0.53 | 109.09 | 0.05 | 0.45 |
| Hex | 6F | 78 | 6D | 8 | 0 | 9 | 35 | 6D | 5 | 2D |
| Octal | 157 | 170 | 155 | 10 | 0 | 11 | 65 | 155 | 5 | 55 |
| Binary | 1101111 | 1111000 | 1101101 | 1000 | 0 | 1001 | 110101 | 1101101 | 101 | 101101 |
Color Harmonies of #6F786D
Complementary color
Monochromatic Colors of #6F786D
Black with #6F786D
Text Example
Text Example
White with #6F786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F786D; }
p { color: rgb(111,120,109); }
H1.HeaderClassName
{
color: #6F786D;
}
.AnyTagClassName
{
color: #6F786D;
}
</style>
background-color css
<style>
a { background-color: #6F786D; }
a { background-color: rgb(111,120,109); }
div.DivClassName
{
background-color: #6F786D;
}
.BgClassName
{
background-color: #6F786D;
}
</style>
border-color css
<style>
span { border-color: #6F786D; }
span { border-color: rgb(111,120,109); }
td.TdClassName
{
border-color: #6F786D;
}
.TagClassName
{
border-color: #6F786D;
}
</style>