Shades of Xanadu #768F6F
Tints of Xanadu #768F6F
RGB
CMYK
RGB Variations
Color information
#768F6F (or 0x768F6F) is known color: Xanadu. HEX triplet: 76, 8F and 6F. RGB value is (118,143,111). Sum of RGB (Red+Green+Blue) = 118+143+111=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #768F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F6F is #897090. Grayscale: #838383. Windows color (decimal): -9007249 or 7311222. OLE color: 7311222.
HSL color Cylindrical-coordinate representation of color #768F6F: hue angle of 106.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768F6F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 111 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.44 |
| HSL | 106.88º | 0.13% | 0.5% | - |
| HSV(B) | 106.88º | 0.22% | 0.56% | - |
| XYZ | 20.16 | 24.64 | 18.73 | - |
| YUV | 131.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 111 | 0.17 | 0 | 0.22 | 0.44 | 106.88 | 0.13 | 0.5 |
| Hex | 76 | 8F | 6F | 11 | 0 | 16 | 2C | 6B | D | 32 |
| Octal | 166 | 217 | 157 | 21 | 0 | 26 | 54 | 153 | 15 | 62 |
| Binary | 1110110 | 10001111 | 1101111 | 10001 | 0 | 10110 | 101100 | 1101011 | 1101 | 110010 |
Color Harmonies of #768F6F
Complementary color
Monochromatic Colors of #768F6F
Black with #768F6F
Text Example
Text Example
White with #768F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F6F; }
p { color: rgb(118,143,111); }
H1.HeaderClassName
{
color: #768F6F;
}
.AnyTagClassName
{
color: #768F6F;
}
</style>
background-color css
<style>
a { background-color: #768F6F; }
a { background-color: rgb(118,143,111); }
div.DivClassName
{
background-color: #768F6F;
}
.BgClassName
{
background-color: #768F6F;
}
</style>
border-color css
<style>
span { border-color: #768F6F; }
span { border-color: rgb(118,143,111); }
td.TdClassName
{
border-color: #768F6F;
}
.TagClassName
{
border-color: #768F6F;
}
</style>