Shades of Xanadu #76886F
Tints of Xanadu #76886F
RGB
CMYK
RGB Variations
Color information
#76886F (or 0x76886F) is known color: Xanadu. HEX triplet: 76, 88 and 6F. RGB value is (118,136,111). Sum of RGB (Red+Green+Blue) = 118+136+111=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #76886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76886F is #897790. Grayscale: #7F7F7F. Windows color (decimal): -9009041 or 7309430. OLE color: 7309430.
HSL color Cylindrical-coordinate representation of color #76886F: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76886F is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 111 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.47 |
| HSL | 103.2º | 0.1% | 0.48% | - |
| HSV(B) | 103.2º | 0.18% | 0.53% | - |
| XYZ | 19.14 | 22.61 | 18.39 | - |
| YUV | 127.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 111 | 0.13 | 0 | 0.18 | 0.47 | 103.2 | 0.1 | 0.48 |
| Hex | 76 | 88 | 6F | D | 0 | 12 | 2F | 67 | A | 30 |
| Octal | 166 | 210 | 157 | 15 | 0 | 22 | 57 | 147 | 12 | 60 |
| Binary | 1110110 | 10001000 | 1101111 | 1101 | 0 | 10010 | 101111 | 1100111 | 1010 | 110000 |
Color Harmonies of #76886F
Complementary color
Monochromatic Colors of #76886F
Black with #76886F
Text Example
Text Example
White with #76886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76886F; }
p { color: rgb(118,136,111); }
H1.HeaderClassName
{
color: #76886F;
}
.AnyTagClassName
{
color: #76886F;
}
</style>
background-color css
<style>
a { background-color: #76886F; }
a { background-color: rgb(118,136,111); }
div.DivClassName
{
background-color: #76886F;
}
.BgClassName
{
background-color: #76886F;
}
</style>
border-color css
<style>
span { border-color: #76886F; }
span { border-color: rgb(118,136,111); }
td.TdClassName
{
border-color: #76886F;
}
.TagClassName
{
border-color: #76886F;
}
</style>