Shades of Xanadu #728A6C
Tints of Xanadu #728A6C
RGB
CMYK
RGB Variations
Color information
#728A6C (or 0x728A6C) is known color: Xanadu. HEX triplet: 72, 8A and 6C. RGB value is (114,138,108). Sum of RGB (Red+Green+Blue) = 114+138+108=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #728A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A6C is #8D7593. Grayscale: #7F7F7F. Windows color (decimal): -9270676 or 7113330. OLE color: 7113330.
HSL color Cylindrical-coordinate representation of color #728A6C: hue angle of 108º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728A6C is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 108 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.46 |
| HSL | 108º | 0.12% | 0.48% | - |
| HSV(B) | 108º | 0.22% | 0.54% | - |
| XYZ | 18.73 | 22.84 | 17.61 | - |
| YUV | 127.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 108 | 0.17 | 0 | 0.22 | 0.46 | 108 | 0.12 | 0.48 |
| Hex | 72 | 8A | 6C | 11 | 0 | 16 | 2E | 6C | C | 30 |
| Octal | 162 | 212 | 154 | 21 | 0 | 26 | 56 | 154 | 14 | 60 |
| Binary | 1110010 | 10001010 | 1101100 | 10001 | 0 | 10110 | 101110 | 1101100 | 1100 | 110000 |
Color Harmonies of #728A6C
Complementary color
Monochromatic Colors of #728A6C
Black with #728A6C
Text Example
Text Example
White with #728A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A6C; }
p { color: rgb(114,138,108); }
H1.HeaderClassName
{
color: #728A6C;
}
.AnyTagClassName
{
color: #728A6C;
}
</style>
background-color css
<style>
a { background-color: #728A6C; }
a { background-color: rgb(114,138,108); }
div.DivClassName
{
background-color: #728A6C;
}
.BgClassName
{
background-color: #728A6C;
}
</style>
border-color css
<style>
span { border-color: #728A6C; }
span { border-color: rgb(114,138,108); }
td.TdClassName
{
border-color: #728A6C;
}
.TagClassName
{
border-color: #728A6C;
}
</style>