Shades of Xanadu #73866C
Tints of Xanadu #73866C
RGB
CMYK
RGB Variations
Color information
#73866C (or 0x73866C) is known color: Xanadu. HEX triplet: 73, 86 and 6C. RGB value is (115,134,108). Sum of RGB (Red+Green+Blue) = 115+134+108=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #73866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73866C is #8C7993. Grayscale: #7D7D7D. Windows color (decimal): -9206164 or 7112307. OLE color: 7112307.
HSL color Cylindrical-coordinate representation of color #73866C: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73866C is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 108 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.47 |
| HSL | 103.85º | 0.11% | 0.47% | - |
| HSV(B) | 103.85º | 0.19% | 0.53% | - |
| XYZ | 18.3 | 21.78 | 17.43 | - |
| YUV | 125.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 108 | 0.14 | 0 | 0.19 | 0.47 | 103.85 | 0.11 | 0.47 |
| Hex | 73 | 86 | 6C | E | 0 | 13 | 2F | 68 | B | 2F |
| Octal | 163 | 206 | 154 | 16 | 0 | 23 | 57 | 150 | 13 | 57 |
| Binary | 1110011 | 10000110 | 1101100 | 1110 | 0 | 10011 | 101111 | 1101000 | 1011 | 101111 |
Color Harmonies of #73866C
Complementary color
Monochromatic Colors of #73866C
Black with #73866C
Text Example
Text Example
White with #73866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73866C; }
p { color: rgb(115,134,108); }
H1.HeaderClassName
{
color: #73866C;
}
.AnyTagClassName
{
color: #73866C;
}
</style>
background-color css
<style>
a { background-color: #73866C; }
a { background-color: rgb(115,134,108); }
div.DivClassName
{
background-color: #73866C;
}
.BgClassName
{
background-color: #73866C;
}
</style>
border-color css
<style>
span { border-color: #73866C; }
span { border-color: rgb(115,134,108); }
td.TdClassName
{
border-color: #73866C;
}
.TagClassName
{
border-color: #73866C;
}
</style>