Shades of Xanadu #76876C
Tints of Xanadu #76876C
RGB
CMYK
RGB Variations
Color information
#76876C (or 0x76876C) is known color: Xanadu. HEX triplet: 76, 87 and 6C. RGB value is (118,135,108). Sum of RGB (Red+Green+Blue) = 118+135+108=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #76876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76876C is #897893. Grayscale: #7E7E7E. Windows color (decimal): -9009300 or 7112566. OLE color: 7112566.
HSL color Cylindrical-coordinate representation of color #76876C: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76876C is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 108 | - |
| CMYK | 0.13 | 0 | 0.2 | 0.47 |
| HSL | 97.78º | 0.11% | 0.48% | - |
| HSV(B) | 97.78º | 0.2% | 0.53% | - |
| XYZ | 18.84 | 22.26 | 17.49 | - |
| YUV | 126.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 108 | 0.13 | 0 | 0.2 | 0.47 | 97.78 | 0.11 | 0.48 |
| Hex | 76 | 87 | 6C | D | 0 | 14 | 2F | 62 | B | 30 |
| Octal | 166 | 207 | 154 | 15 | 0 | 24 | 57 | 142 | 13 | 60 |
| Binary | 1110110 | 10000111 | 1101100 | 1101 | 0 | 10100 | 101111 | 1100010 | 1011 | 110000 |
Color Harmonies of #76876C
Complementary color
Monochromatic Colors of #76876C
Black with #76876C
Text Example
Text Example
White with #76876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76876C; }
p { color: rgb(118,135,108); }
H1.HeaderClassName
{
color: #76876C;
}
.AnyTagClassName
{
color: #76876C;
}
</style>
background-color css
<style>
a { background-color: #76876C; }
a { background-color: rgb(118,135,108); }
div.DivClassName
{
background-color: #76876C;
}
.BgClassName
{
background-color: #76876C;
}
</style>
border-color css
<style>
span { border-color: #76876C; }
span { border-color: rgb(118,135,108); }
td.TdClassName
{
border-color: #76876C;
}
.TagClassName
{
border-color: #76876C;
}
</style>