Shades of Xanadu #728E6C
Tints of Xanadu #728E6C
RGB
CMYK
RGB Variations
Color information
#728E6C (or 0x728E6C) is known color: Xanadu. HEX triplet: 72, 8E and 6C. RGB value is (114,142,108). Sum of RGB (Red+Green+Blue) = 114+142+108=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #728E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E6C is #8D7193. Grayscale: #818181. Windows color (decimal): -9269652 or 7114354. OLE color: 7114354.
HSL color Cylindrical-coordinate representation of color #728E6C: hue angle of 109.41º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728E6C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 108 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.44 |
| HSL | 109.41º | 0.14% | 0.49% | - |
| HSV(B) | 109.41º | 0.24% | 0.56% | - |
| XYZ | 19.32 | 24.01 | 17.8 | - |
| YUV | 129.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 108 | 0.20 | 0 | 0.24 | 0.44 | 109.41 | 0.14 | 0.49 |
| Hex | 72 | 8E | 6C | 14 | 0 | 18 | 2C | 6D | E | 31 |
| Octal | 162 | 216 | 154 | 24 | 0 | 30 | 54 | 155 | 16 | 61 |
| Binary | 1110010 | 10001110 | 1101100 | 10100 | 0 | 11000 | 101100 | 1101101 | 1110 | 110001 |
Color Harmonies of #728E6C
Complementary color
Monochromatic Colors of #728E6C
Black with #728E6C
Text Example
Text Example
White with #728E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E6C; }
p { color: rgb(114,142,108); }
H1.HeaderClassName
{
color: #728E6C;
}
.AnyTagClassName
{
color: #728E6C;
}
</style>
background-color css
<style>
a { background-color: #728E6C; }
a { background-color: rgb(114,142,108); }
div.DivClassName
{
background-color: #728E6C;
}
.BgClassName
{
background-color: #728E6C;
}
</style>
border-color css
<style>
span { border-color: #728E6C; }
span { border-color: rgb(114,142,108); }
td.TdClassName
{
border-color: #728E6C;
}
.TagClassName
{
border-color: #728E6C;
}
</style>