Shades of Xanadu #73896E
Tints of Xanadu #73896E
RGB
CMYK
RGB Variations
Color information
#73896E (or 0x73896E) is known color: Xanadu. HEX triplet: 73, 89 and 6E. RGB value is (115,137,110). Sum of RGB (Red+Green+Blue) = 115+137+110=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #73896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896E is #8C7691. Grayscale: #7F7F7F. Windows color (decimal): -9205394 or 7244147. OLE color: 7244147.
HSL color Cylindrical-coordinate representation of color #73896E: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73896E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 110 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.46 |
| HSL | 108.89º | 0.11% | 0.48% | - |
| HSV(B) | 108.89º | 0.2% | 0.54% | - |
| XYZ | 18.83 | 22.66 | 18.13 | - |
| YUV | 127.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 110 | 0.16 | 0 | 0.20 | 0.46 | 108.89 | 0.11 | 0.48 |
| Hex | 73 | 89 | 6E | 10 | 0 | 14 | 2E | 6D | B | 30 |
| Octal | 163 | 211 | 156 | 20 | 0 | 24 | 56 | 155 | 13 | 60 |
| Binary | 1110011 | 10001001 | 1101110 | 10000 | 0 | 10100 | 101110 | 1101101 | 1011 | 110000 |
Color Harmonies of #73896E
Complementary color
Monochromatic Colors of #73896E
Black with #73896E
Text Example
Text Example
White with #73896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73896E; }
p { color: rgb(115,137,110); }
H1.HeaderClassName
{
color: #73896E;
}
.AnyTagClassName
{
color: #73896E;
}
</style>
background-color css
<style>
a { background-color: #73896E; }
a { background-color: rgb(115,137,110); }
div.DivClassName
{
background-color: #73896E;
}
.BgClassName
{
background-color: #73896E;
}
</style>
border-color css
<style>
span { border-color: #73896E; }
span { border-color: rgb(115,137,110); }
td.TdClassName
{
border-color: #73896E;
}
.TagClassName
{
border-color: #73896E;
}
</style>