Shades of Xanadu #728B6C
Tints of Xanadu #728B6C
RGB
CMYK
RGB Variations
Color information
#728B6C (or 0x728B6C) is known color: Xanadu. HEX triplet: 72, 8B and 6C. RGB value is (114,139,108). Sum of RGB (Red+Green+Blue) = 114+139+108=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #728B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B6C is #8D7493. Grayscale: #808080. Windows color (decimal): -9270420 or 7113586. OLE color: 7113586.
HSL color Cylindrical-coordinate representation of color #728B6C: hue angle of 108.39º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728B6C is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 108 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.45 |
| HSL | 108.39º | 0.13% | 0.48% | - |
| HSV(B) | 108.39º | 0.22% | 0.55% | - |
| XYZ | 18.88 | 23.13 | 17.66 | - |
| YUV | 127.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 108 | 0.18 | 0 | 0.22 | 0.45 | 108.39 | 0.13 | 0.48 |
| Hex | 72 | 8B | 6C | 12 | 0 | 16 | 2D | 6C | D | 30 |
| Octal | 162 | 213 | 154 | 22 | 0 | 26 | 55 | 154 | 15 | 60 |
| Binary | 1110010 | 10001011 | 1101100 | 10010 | 0 | 10110 | 101101 | 1101100 | 1101 | 110000 |
Color Harmonies of #728B6C
Complementary color
Monochromatic Colors of #728B6C
Black with #728B6C
Text Example
Text Example
White with #728B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B6C; }
p { color: rgb(114,139,108); }
H1.HeaderClassName
{
color: #728B6C;
}
.AnyTagClassName
{
color: #728B6C;
}
</style>
background-color css
<style>
a { background-color: #728B6C; }
a { background-color: rgb(114,139,108); }
div.DivClassName
{
background-color: #728B6C;
}
.BgClassName
{
background-color: #728B6C;
}
</style>
border-color css
<style>
span { border-color: #728B6C; }
span { border-color: rgb(114,139,108); }
td.TdClassName
{
border-color: #728B6C;
}
.TagClassName
{
border-color: #728B6C;
}
</style>