Shades of Xanadu #73896D
Tints of Xanadu #73896D
RGB
CMYK
RGB Variations
Color information
#73896D (or 0x73896D) is known color: Xanadu. HEX triplet: 73, 89 and 6D. RGB value is (115,137,109). Sum of RGB (Red+Green+Blue) = 115+137+109=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #73896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896D is #8C7692. Grayscale: #7F7F7F. Windows color (decimal): -9205395 or 7178611. OLE color: 7178611.
HSL color Cylindrical-coordinate representation of color #73896D: hue angle of 107.14º 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 #73896D is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 109 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.46 |
| HSL | 107.14º | 0.11% | 0.48% | - |
| HSV(B) | 107.14º | 0.2% | 0.54% | - |
| XYZ | 18.78 | 22.64 | 17.85 | - |
| YUV | 127.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 109 | 0.16 | 0 | 0.20 | 0.46 | 107.14 | 0.11 | 0.48 |
| Hex | 73 | 89 | 6D | 10 | 0 | 14 | 2E | 6B | B | 30 |
| Octal | 163 | 211 | 155 | 20 | 0 | 24 | 56 | 153 | 13 | 60 |
| Binary | 1110011 | 10001001 | 1101101 | 10000 | 0 | 10100 | 101110 | 1101011 | 1011 | 110000 |
Color Harmonies of #73896D
Complementary color
Monochromatic Colors of #73896D
Black with #73896D
Text Example
Text Example
White with #73896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73896D; }
p { color: rgb(115,137,109); }
H1.HeaderClassName
{
color: #73896D;
}
.AnyTagClassName
{
color: #73896D;
}
</style>
background-color css
<style>
a { background-color: #73896D; }
a { background-color: rgb(115,137,109); }
div.DivClassName
{
background-color: #73896D;
}
.BgClassName
{
background-color: #73896D;
}
</style>
border-color css
<style>
span { border-color: #73896D; }
span { border-color: rgb(115,137,109); }
td.TdClassName
{
border-color: #73896D;
}
.TagClassName
{
border-color: #73896D;
}
</style>