Shades of Xanadu #728C63
Tints of Xanadu #728C63
RGB
CMYK
RGB Variations
Color information
#728C63 (or 0x728C63) is known color: Xanadu. HEX triplet: 72, 8C and 63. RGB value is (114,140,99). Sum of RGB (Red+Green+Blue) = 114+140+99=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #728C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C63 is #8D739C. Grayscale: #7F7F7F. Windows color (decimal): -9270173 or 6524018. OLE color: 6524018.
HSL color Cylindrical-coordinate representation of color #728C63: hue angle of 98.05º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #728C63 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 99 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.45 |
| HSL | 98.05º | 0.17% | 0.47% | - |
| HSV(B) | 98.05º | 0.29% | 0.55% | - |
| XYZ | 18.57 | 23.23 | 15.31 | - |
| YUV | 127.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 99 | 0.19 | 0 | 0.29 | 0.45 | 98.05 | 0.17 | 0.47 |
| Hex | 72 | 8C | 63 | 13 | 0 | 1D | 2D | 62 | 11 | 2F |
| Octal | 162 | 214 | 143 | 23 | 0 | 35 | 55 | 142 | 21 | 57 |
| Binary | 1110010 | 10001100 | 1100011 | 10011 | 0 | 11101 | 101101 | 1100010 | 10001 | 101111 |
Color Harmonies of #728C63
Complementary color
Monochromatic Colors of #728C63
Black with #728C63
Text Example
Text Example
White with #728C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C63; }
p { color: rgb(114,140,99); }
H1.HeaderClassName
{
color: #728C63;
}
.AnyTagClassName
{
color: #728C63;
}
</style>
background-color css
<style>
a { background-color: #728C63; }
a { background-color: rgb(114,140,99); }
div.DivClassName
{
background-color: #728C63;
}
.BgClassName
{
background-color: #728C63;
}
</style>
border-color css
<style>
span { border-color: #728C63; }
span { border-color: rgb(114,140,99); }
td.TdClassName
{
border-color: #728C63;
}
.TagClassName
{
border-color: #728C63;
}
</style>