Shades of Xanadu #73856B
Tints of Xanadu #73856B
RGB
CMYK
RGB Variations
Color information
#73856B (or 0x73856B) is known color: Xanadu. HEX triplet: 73, 85 and 6B. RGB value is (115,133,107). Sum of RGB (Red+Green+Blue) = 115+133+107=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #73856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73856B is #8C7A94. Grayscale: #7C7C7C. Windows color (decimal): -9206421 or 7046515. OLE color: 7046515.
HSL color Cylindrical-coordinate representation of color #73856B: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73856B is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 107 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.48 |
| HSL | 101.54º | 0.11% | 0.47% | - |
| HSV(B) | 101.54º | 0.2% | 0.52% | - |
| XYZ | 18.11 | 21.48 | 17.1 | - |
| YUV | 124.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 107 | 0.14 | 0 | 0.20 | 0.48 | 101.54 | 0.11 | 0.47 |
| Hex | 73 | 85 | 6B | E | 0 | 14 | 30 | 66 | B | 2F |
| Octal | 163 | 205 | 153 | 16 | 0 | 24 | 60 | 146 | 13 | 57 |
| Binary | 1110011 | 10000101 | 1101011 | 1110 | 0 | 10100 | 110000 | 1100110 | 1011 | 101111 |
Color Harmonies of #73856B
Complementary color
Monochromatic Colors of #73856B
Black with #73856B
Text Example
Text Example
White with #73856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73856B; }
p { color: rgb(115,133,107); }
H1.HeaderClassName
{
color: #73856B;
}
.AnyTagClassName
{
color: #73856B;
}
</style>
background-color css
<style>
a { background-color: #73856B; }
a { background-color: rgb(115,133,107); }
div.DivClassName
{
background-color: #73856B;
}
.BgClassName
{
background-color: #73856B;
}
</style>
border-color css
<style>
span { border-color: #73856B; }
span { border-color: rgb(115,133,107); }
td.TdClassName
{
border-color: #73856B;
}
.TagClassName
{
border-color: #73856B;
}
</style>