Shades of Xanadu #76896F
Tints of Xanadu #76896F
RGB
CMYK
RGB Variations
Color information
#76896F (or 0x76896F) is known color: Xanadu. HEX triplet: 76, 89 and 6F. RGB value is (118,137,111). Sum of RGB (Red+Green+Blue) = 118+137+111=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #76896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76896F is #897690. Grayscale: #808080. Windows color (decimal): -9008785 or 7309686. OLE color: 7309686.
HSL color Cylindrical-coordinate representation of color #76896F: hue angle of 103.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76896F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 111 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.46 |
| HSL | 103.85º | 0.1% | 0.49% | - |
| HSV(B) | 103.85º | 0.19% | 0.54% | - |
| XYZ | 19.29 | 22.89 | 18.44 | - |
| YUV | 128.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 111 | 0.14 | 0 | 0.19 | 0.46 | 103.85 | 0.1 | 0.49 |
| Hex | 76 | 89 | 6F | E | 0 | 13 | 2E | 68 | A | 31 |
| Octal | 166 | 211 | 157 | 16 | 0 | 23 | 56 | 150 | 12 | 61 |
| Binary | 1110110 | 10001001 | 1101111 | 1110 | 0 | 10011 | 101110 | 1101000 | 1010 | 110001 |
Color Harmonies of #76896F
Complementary color
Monochromatic Colors of #76896F
Black with #76896F
Text Example
Text Example
White with #76896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76896F; }
p { color: rgb(118,137,111); }
H1.HeaderClassName
{
color: #76896F;
}
.AnyTagClassName
{
color: #76896F;
}
</style>
background-color css
<style>
a { background-color: #76896F; }
a { background-color: rgb(118,137,111); }
div.DivClassName
{
background-color: #76896F;
}
.BgClassName
{
background-color: #76896F;
}
</style>
border-color css
<style>
span { border-color: #76896F; }
span { border-color: rgb(118,137,111); }
td.TdClassName
{
border-color: #76896F;
}
.TagClassName
{
border-color: #76896F;
}
</style>