Shades of Xanadu #76836F
Tints of Xanadu #76836F
RGB
CMYK
RGB Variations
Color information
#76836F (or 0x76836F) is known color: Xanadu. HEX triplet: 76, 83 and 6F. RGB value is (118,131,111). Sum of RGB (Red+Green+Blue) = 118+131+111=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #76836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76836F is #897C90. Grayscale: #7C7C7C. Windows color (decimal): -9010321 or 7308150. OLE color: 7308150.
HSL color Cylindrical-coordinate representation of color #76836F: hue angle of 99º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76836F is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 111 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.49 |
| HSL | 99º | 0.08% | 0.47% | - |
| HSV(B) | 99º | 0.15% | 0.51% | - |
| XYZ | 18.46 | 21.23 | 18.16 | - |
| YUV | 124.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 111 | 0.10 | 0 | 0.15 | 0.49 | 99 | 0.08 | 0.47 |
| Hex | 76 | 83 | 6F | A | 0 | F | 31 | 63 | 8 | 2F |
| Octal | 166 | 203 | 157 | 12 | 0 | 17 | 61 | 143 | 10 | 57 |
| Binary | 1110110 | 10000011 | 1101111 | 1010 | 0 | 1111 | 110001 | 1100011 | 1000 | 101111 |
Color Harmonies of #76836F
Complementary color
Monochromatic Colors of #76836F
Black with #76836F
Text Example
Text Example
White with #76836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76836F; }
p { color: rgb(118,131,111); }
H1.HeaderClassName
{
color: #76836F;
}
.AnyTagClassName
{
color: #76836F;
}
</style>
background-color css
<style>
a { background-color: #76836F; }
a { background-color: rgb(118,131,111); }
div.DivClassName
{
background-color: #76836F;
}
.BgClassName
{
background-color: #76836F;
}
</style>
border-color css
<style>
span { border-color: #76836F; }
span { border-color: rgb(118,131,111); }
td.TdClassName
{
border-color: #76836F;
}
.TagClassName
{
border-color: #76836F;
}
</style>