Shades of Xanadu #728D6D
Tints of Xanadu #728D6D
RGB
CMYK
RGB Variations
Color information
#728D6D (or 0x728D6D) is known color: Xanadu. HEX triplet: 72, 8D and 6D. RGB value is (114,141,109). Sum of RGB (Red+Green+Blue) = 114+141+109=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #728D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D6D is #8D7292. Grayscale: #818181. Windows color (decimal): -9269907 or 7179634. OLE color: 7179634.
HSL color Cylindrical-coordinate representation of color #728D6D: hue angle of 110.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728D6D is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 109 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.45 |
| HSL | 110.63º | 0.13% | 0.49% | - |
| HSV(B) | 110.63º | 0.23% | 0.55% | - |
| XYZ | 19.22 | 23.73 | 18.04 | - |
| YUV | 129.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 109 | 0.19 | 0 | 0.23 | 0.45 | 110.63 | 0.13 | 0.49 |
| Hex | 72 | 8D | 6D | 13 | 0 | 17 | 2D | 6F | D | 31 |
| Octal | 162 | 215 | 155 | 23 | 0 | 27 | 55 | 157 | 15 | 61 |
| Binary | 1110010 | 10001101 | 1101101 | 10011 | 0 | 10111 | 101101 | 1101111 | 1101 | 110001 |
Color Harmonies of #728D6D
Complementary color
Monochromatic Colors of #728D6D
Black with #728D6D
Text Example
Text Example
White with #728D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D6D; }
p { color: rgb(114,141,109); }
H1.HeaderClassName
{
color: #728D6D;
}
.AnyTagClassName
{
color: #728D6D;
}
</style>
background-color css
<style>
a { background-color: #728D6D; }
a { background-color: rgb(114,141,109); }
div.DivClassName
{
background-color: #728D6D;
}
.BgClassName
{
background-color: #728D6D;
}
</style>
border-color css
<style>
span { border-color: #728D6D; }
span { border-color: rgb(114,141,109); }
td.TdClassName
{
border-color: #728D6D;
}
.TagClassName
{
border-color: #728D6D;
}
</style>