Shades of Xanadu #76906C
Tints of Xanadu #76906C
RGB
CMYK
RGB Variations
Color information
#76906C (or 0x76906C) is known color: Xanadu. HEX triplet: 76, 90 and 6C. RGB value is (118,144,108). Sum of RGB (Red+Green+Blue) = 118+144+108=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #76906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76906C is #896F93. Grayscale: #848484. Windows color (decimal): -9006996 or 7114870. OLE color: 7114870.
HSL color Cylindrical-coordinate representation of color #76906C: hue angle of 103.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76906C is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 108 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.44 |
| HSL | 103.33º | 0.14% | 0.49% | - |
| HSV(B) | 103.33º | 0.25% | 0.56% | - |
| XYZ | 20.15 | 24.88 | 17.93 | - |
| YUV | 132.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 108 | 0.18 | 0 | 0.25 | 0.44 | 103.33 | 0.14 | 0.49 |
| Hex | 76 | 90 | 6C | 12 | 0 | 19 | 2C | 67 | E | 31 |
| Octal | 166 | 220 | 154 | 22 | 0 | 31 | 54 | 147 | 16 | 61 |
| Binary | 1110110 | 10010000 | 1101100 | 10010 | 0 | 11001 | 101100 | 1100111 | 1110 | 110001 |
Color Harmonies of #76906C
Complementary color
Monochromatic Colors of #76906C
Black with #76906C
Text Example
Text Example
White with #76906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76906C; }
p { color: rgb(118,144,108); }
H1.HeaderClassName
{
color: #76906C;
}
.AnyTagClassName
{
color: #76906C;
}
</style>
background-color css
<style>
a { background-color: #76906C; }
a { background-color: rgb(118,144,108); }
div.DivClassName
{
background-color: #76906C;
}
.BgClassName
{
background-color: #76906C;
}
</style>
border-color css
<style>
span { border-color: #76906C; }
span { border-color: rgb(118,144,108); }
td.TdClassName
{
border-color: #76906C;
}
.TagClassName
{
border-color: #76906C;
}
</style>