Shades of Xanadu #768F68
Tints of Xanadu #768F68
RGB
CMYK
RGB Variations
Color information
#768F68 (or 0x768F68) is known color: Xanadu. HEX triplet: 76, 8F and 68. RGB value is (118,143,104). Sum of RGB (Red+Green+Blue) = 118+143+104=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #768F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F68 is #897097. Grayscale: #838383. Windows color (decimal): -9007256 or 6852470. OLE color: 6852470.
HSL color Cylindrical-coordinate representation of color #768F68: hue angle of 98.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768F68 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 104 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.44 |
| HSL | 98.46º | 0.16% | 0.48% | - |
| HSV(B) | 98.46º | 0.27% | 0.56% | - |
| XYZ | 19.79 | 24.5 | 16.78 | - |
| YUV | 131.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 104 | 0.17 | 0 | 0.27 | 0.44 | 98.46 | 0.16 | 0.48 |
| Hex | 76 | 8F | 68 | 11 | 0 | 1B | 2C | 62 | 10 | 30 |
| Octal | 166 | 217 | 150 | 21 | 0 | 33 | 54 | 142 | 20 | 60 |
| Binary | 1110110 | 10001111 | 1101000 | 10001 | 0 | 11011 | 101100 | 1100010 | 10000 | 110000 |
Color Harmonies of #768F68
Complementary color
Monochromatic Colors of #768F68
Black with #768F68
Text Example
Text Example
White with #768F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F68; }
p { color: rgb(118,143,104); }
H1.HeaderClassName
{
color: #768F68;
}
.AnyTagClassName
{
color: #768F68;
}
</style>
background-color css
<style>
a { background-color: #768F68; }
a { background-color: rgb(118,143,104); }
div.DivClassName
{
background-color: #768F68;
}
.BgClassName
{
background-color: #768F68;
}
</style>
border-color css
<style>
span { border-color: #768F68; }
span { border-color: rgb(118,143,104); }
td.TdClassName
{
border-color: #768F68;
}
.TagClassName
{
border-color: #768F68;
}
</style>