Shades of Xanadu #72846D
Tints of Xanadu #72846D
RGB
CMYK
RGB Variations
Color information
#72846D (or 0x72846D) is known color: Xanadu. HEX triplet: 72, 84 and 6D. RGB value is (114,132,109). Sum of RGB (Red+Green+Blue) = 114+132+109=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #72846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72846D is #8D7B92. Grayscale: #7C7C7C. Windows color (decimal): -9272211 or 7177330. OLE color: 7177330.
HSL color Cylindrical-coordinate representation of color #72846D: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72846D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 109 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.48 |
| HSL | 106.96º | 0.1% | 0.47% | - |
| HSV(B) | 106.96º | 0.17% | 0.52% | - |
| XYZ | 17.95 | 21.18 | 17.61 | - |
| YUV | 124 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 109 | 0.14 | 0 | 0.17 | 0.48 | 106.96 | 0.1 | 0.47 |
| Hex | 72 | 84 | 6D | E | 0 | 11 | 30 | 6B | A | 2F |
| Octal | 162 | 204 | 155 | 16 | 0 | 21 | 60 | 153 | 12 | 57 |
| Binary | 1110010 | 10000100 | 1101101 | 1110 | 0 | 10001 | 110000 | 1101011 | 1010 | 101111 |
Color Harmonies of #72846D
Complementary color
Monochromatic Colors of #72846D
Black with #72846D
Text Example
Text Example
White with #72846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72846D; }
p { color: rgb(114,132,109); }
H1.HeaderClassName
{
color: #72846D;
}
.AnyTagClassName
{
color: #72846D;
}
</style>
background-color css
<style>
a { background-color: #72846D; }
a { background-color: rgb(114,132,109); }
div.DivClassName
{
background-color: #72846D;
}
.BgClassName
{
background-color: #72846D;
}
</style>
border-color css
<style>
span { border-color: #72846D; }
span { border-color: rgb(114,132,109); }
td.TdClassName
{
border-color: #72846D;
}
.TagClassName
{
border-color: #72846D;
}
</style>