Shades of Xanadu #73886A
Tints of Xanadu #73886A
RGB
CMYK
RGB Variations
Color information
#73886A (or 0x73886A) is known color: Xanadu. HEX triplet: 73, 88 and 6A. RGB value is (115,136,106). Sum of RGB (Red+Green+Blue) = 115+136+106=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #73886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73886A is #8C7795. Grayscale: #7E7E7E. Windows color (decimal): -9205654 or 6981747. OLE color: 6981747.
HSL color Cylindrical-coordinate representation of color #73886A: hue angle of 102º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73886A is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 106 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.47 |
| HSL | 102º | 0.12% | 0.47% | - |
| HSV(B) | 102º | 0.22% | 0.53% | - |
| XYZ | 18.48 | 22.29 | 16.97 | - |
| YUV | 126.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 106 | 0.15 | 0 | 0.22 | 0.47 | 102 | 0.12 | 0.47 |
| Hex | 73 | 88 | 6A | F | 0 | 16 | 2F | 66 | C | 2F |
| Octal | 163 | 210 | 152 | 17 | 0 | 26 | 57 | 146 | 14 | 57 |
| Binary | 1110011 | 10001000 | 1101010 | 1111 | 0 | 10110 | 101111 | 1100110 | 1100 | 101111 |
Color Harmonies of #73886A
Complementary color
Monochromatic Colors of #73886A
Black with #73886A
Text Example
Text Example
White with #73886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73886A; }
p { color: rgb(115,136,106); }
H1.HeaderClassName
{
color: #73886A;
}
.AnyTagClassName
{
color: #73886A;
}
</style>
background-color css
<style>
a { background-color: #73886A; }
a { background-color: rgb(115,136,106); }
div.DivClassName
{
background-color: #73886A;
}
.BgClassName
{
background-color: #73886A;
}
</style>
border-color css
<style>
span { border-color: #73886A; }
span { border-color: rgb(115,136,106); }
td.TdClassName
{
border-color: #73886A;
}
.TagClassName
{
border-color: #73886A;
}
</style>