Shades of Xanadu #768C71
Tints of Xanadu #768C71
RGB
CMYK
RGB Variations
Color information
#768C71 (or 0x768C71) is known color: Xanadu. HEX triplet: 76, 8C and 71. RGB value is (118,140,113). Sum of RGB (Red+Green+Blue) = 118+140+113=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #768C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C71 is #89738E. Grayscale: #828282. Windows color (decimal): -9008015 or 7441526. OLE color: 7441526.
HSL color Cylindrical-coordinate representation of color #768C71: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768C71 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 140 | 113 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.45 |
| HSL | 108.89º | 0.11% | 0.5% | - |
| HSV(B) | 108.89º | 0.19% | 0.55% | - |
| XYZ | 19.83 | 23.8 | 19.17 | - |
| YUV | 130.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 113 | 0.16 | 0 | 0.19 | 0.45 | 108.89 | 0.11 | 0.5 |
| Hex | 76 | 8C | 71 | 10 | 0 | 13 | 2D | 6D | B | 32 |
| Octal | 166 | 214 | 161 | 20 | 0 | 23 | 55 | 155 | 13 | 62 |
| Binary | 1110110 | 10001100 | 1110001 | 10000 | 0 | 10011 | 101101 | 1101101 | 1011 | 110010 |
Color Harmonies of #768C71
Complementary color
Monochromatic Colors of #768C71
Black with #768C71
Text Example
Text Example
White with #768C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C71; }
p { color: rgb(118,140,113); }
H1.HeaderClassName
{
color: #768C71;
}
.AnyTagClassName
{
color: #768C71;
}
</style>
background-color css
<style>
a { background-color: #768C71; }
a { background-color: rgb(118,140,113); }
div.DivClassName
{
background-color: #768C71;
}
.BgClassName
{
background-color: #768C71;
}
</style>
border-color css
<style>
span { border-color: #768C71; }
span { border-color: rgb(118,140,113); }
td.TdClassName
{
border-color: #768C71;
}
.TagClassName
{
border-color: #768C71;
}
</style>