Shades of Xanadu #768D6C
Tints of Xanadu #768D6C
RGB
CMYK
RGB Variations
Color information
#768D6C (or 0x768D6C) is known color: Xanadu. HEX triplet: 76, 8D and 6C. RGB value is (118,141,108). Sum of RGB (Red+Green+Blue) = 118+141+108=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #768D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D6C is #897293. Grayscale: #828282. Windows color (decimal): -9007764 or 7114102. OLE color: 7114102.
HSL color Cylindrical-coordinate representation of color #768D6C: hue angle of 101.82º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768D6C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 108 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.45 |
| HSL | 101.82º | 0.13% | 0.49% | - |
| HSV(B) | 101.82º | 0.23% | 0.55% | - |
| XYZ | 19.7 | 23.98 | 17.78 | - |
| YUV | 130.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 108 | 0.16 | 0 | 0.23 | 0.45 | 101.82 | 0.13 | 0.49 |
| Hex | 76 | 8D | 6C | 10 | 0 | 17 | 2D | 66 | D | 31 |
| Octal | 166 | 215 | 154 | 20 | 0 | 27 | 55 | 146 | 15 | 61 |
| Binary | 1110110 | 10001101 | 1101100 | 10000 | 0 | 10111 | 101101 | 1100110 | 1101 | 110001 |
Color Harmonies of #768D6C
Complementary color
Monochromatic Colors of #768D6C
Black with #768D6C
Text Example
Text Example
White with #768D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D6C; }
p { color: rgb(118,141,108); }
H1.HeaderClassName
{
color: #768D6C;
}
.AnyTagClassName
{
color: #768D6C;
}
</style>
background-color css
<style>
a { background-color: #768D6C; }
a { background-color: rgb(118,141,108); }
div.DivClassName
{
background-color: #768D6C;
}
.BgClassName
{
background-color: #768D6C;
}
</style>
border-color css
<style>
span { border-color: #768D6C; }
span { border-color: rgb(118,141,108); }
td.TdClassName
{
border-color: #768D6C;
}
.TagClassName
{
border-color: #768D6C;
}
</style>