Shades of Xanadu #728768
Tints of Xanadu #728768
RGB
CMYK
RGB Variations
Color information
#728768 (or 0x728768) is known color: Xanadu. HEX triplet: 72, 87 and 68. RGB value is (114,135,104). Sum of RGB (Red+Green+Blue) = 114+135+104=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #728768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728768 is #8D7897. Grayscale: #7D7D7D. Windows color (decimal): -9271448 or 6850418. OLE color: 6850418.
HSL color Cylindrical-coordinate representation of color #728768: hue angle of 100.65º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728768 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 104 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.47 |
| HSL | 100.65º | 0.13% | 0.47% | - |
| HSV(B) | 100.65º | 0.23% | 0.53% | - |
| XYZ | 18.1 | 21.9 | 16.37 | - |
| YUV | 125.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 104 | 0.16 | 0 | 0.23 | 0.47 | 100.65 | 0.13 | 0.47 |
| Hex | 72 | 87 | 68 | 10 | 0 | 17 | 2F | 65 | D | 2F |
| Octal | 162 | 207 | 150 | 20 | 0 | 27 | 57 | 145 | 15 | 57 |
| Binary | 1110010 | 10000111 | 1101000 | 10000 | 0 | 10111 | 101111 | 1100101 | 1101 | 101111 |
Color Harmonies of #728768
Complementary color
Monochromatic Colors of #728768
Black with #728768
Text Example
Text Example
White with #728768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728768; }
p { color: rgb(114,135,104); }
H1.HeaderClassName
{
color: #728768;
}
.AnyTagClassName
{
color: #728768;
}
</style>
background-color css
<style>
a { background-color: #728768; }
a { background-color: rgb(114,135,104); }
div.DivClassName
{
background-color: #728768;
}
.BgClassName
{
background-color: #728768;
}
</style>
border-color css
<style>
span { border-color: #728768; }
span { border-color: rgb(114,135,104); }
td.TdClassName
{
border-color: #728768;
}
.TagClassName
{
border-color: #728768;
}
</style>