Shades of Xanadu #72896E
Tints of Xanadu #72896E
RGB
CMYK
RGB Variations
Color information
#72896E (or 0x72896E) is known color: Xanadu. HEX triplet: 72, 89 and 6E. RGB value is (114,137,110). Sum of RGB (Red+Green+Blue) = 114+137+110=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #72896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72896E is #8D7691. Grayscale: #7F7F7F. Windows color (decimal): -9270930 or 7244146. OLE color: 7244146.
HSL color Cylindrical-coordinate representation of color #72896E: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72896E is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 110 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.46 |
| HSL | 111.11º | 0.11% | 0.48% | - |
| HSV(B) | 111.11º | 0.2% | 0.54% | - |
| XYZ | 18.7 | 22.59 | 18.13 | - |
| YUV | 127.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 110 | 0.17 | 0 | 0.20 | 0.46 | 111.11 | 0.11 | 0.48 |
| Hex | 72 | 89 | 6E | 11 | 0 | 14 | 2E | 6F | B | 30 |
| Octal | 162 | 211 | 156 | 21 | 0 | 24 | 56 | 157 | 13 | 60 |
| Binary | 1110010 | 10001001 | 1101110 | 10001 | 0 | 10100 | 101110 | 1101111 | 1011 | 110000 |
Color Harmonies of #72896E
Complementary color
Monochromatic Colors of #72896E
Black with #72896E
Text Example
Text Example
White with #72896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72896E; }
p { color: rgb(114,137,110); }
H1.HeaderClassName
{
color: #72896E;
}
.AnyTagClassName
{
color: #72896E;
}
</style>
background-color css
<style>
a { background-color: #72896E; }
a { background-color: rgb(114,137,110); }
div.DivClassName
{
background-color: #72896E;
}
.BgClassName
{
background-color: #72896E;
}
</style>
border-color css
<style>
span { border-color: #72896E; }
span { border-color: rgb(114,137,110); }
td.TdClassName
{
border-color: #72896E;
}
.TagClassName
{
border-color: #72896E;
}
</style>