Shades of Xanadu #728568
Tints of Xanadu #728568
RGB
CMYK
RGB Variations
Color information
#728568 (or 0x728568) is known color: Xanadu. HEX triplet: 72, 85 and 68. RGB value is (114,133,104). Sum of RGB (Red+Green+Blue) = 114+133+104=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #728568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728568 is #8D7A97. Grayscale: #7C7C7C. Windows color (decimal): -9271960 or 6849906. OLE color: 6849906.
HSL color Cylindrical-coordinate representation of color #728568: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728568 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 104 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.48 |
| HSL | 99.31º | 0.12% | 0.46% | - |
| HSV(B) | 99.31º | 0.22% | 0.52% | - |
| XYZ | 17.83 | 21.35 | 16.28 | - |
| YUV | 124.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 104 | 0.14 | 0 | 0.22 | 0.48 | 99.31 | 0.12 | 0.46 |
| Hex | 72 | 85 | 68 | E | 0 | 16 | 30 | 63 | C | 2E |
| Octal | 162 | 205 | 150 | 16 | 0 | 26 | 60 | 143 | 14 | 56 |
| Binary | 1110010 | 10000101 | 1101000 | 1110 | 0 | 10110 | 110000 | 1100011 | 1100 | 101110 |
Color Harmonies of #728568
Complementary color
Monochromatic Colors of #728568
Black with #728568
Text Example
Text Example
White with #728568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728568; }
p { color: rgb(114,133,104); }
H1.HeaderClassName
{
color: #728568;
}
.AnyTagClassName
{
color: #728568;
}
</style>
background-color css
<style>
a { background-color: #728568; }
a { background-color: rgb(114,133,104); }
div.DivClassName
{
background-color: #728568;
}
.BgClassName
{
background-color: #728568;
}
</style>
border-color css
<style>
span { border-color: #728568; }
span { border-color: rgb(114,133,104); }
td.TdClassName
{
border-color: #728568;
}
.TagClassName
{
border-color: #728568;
}
</style>