Shades of Xanadu #72866D
Tints of Xanadu #72866D
RGB
CMYK
RGB Variations
Color information
#72866D (or 0x72866D) is known color: Xanadu. HEX triplet: 72, 86 and 6D. RGB value is (114,134,109). Sum of RGB (Red+Green+Blue) = 114+134+109=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #72866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72866D is #8D7992. Grayscale: #7D7D7D. Windows color (decimal): -9271699 or 7177842. OLE color: 7177842.
HSL color Cylindrical-coordinate representation of color #72866D: hue angle of 108º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72866D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 109 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.47 |
| HSL | 108º | 0.1% | 0.48% | - |
| HSV(B) | 108º | 0.19% | 0.53% | - |
| XYZ | 18.22 | 21.73 | 17.7 | - |
| YUV | 125.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 109 | 0.15 | 0 | 0.19 | 0.47 | 108 | 0.1 | 0.48 |
| Hex | 72 | 86 | 6D | F | 0 | 13 | 2F | 6C | A | 30 |
| Octal | 162 | 206 | 155 | 17 | 0 | 23 | 57 | 154 | 12 | 60 |
| Binary | 1110010 | 10000110 | 1101101 | 1111 | 0 | 10011 | 101111 | 1101100 | 1010 | 110000 |
Color Harmonies of #72866D
Complementary color
Monochromatic Colors of #72866D
Black with #72866D
Text Example
Text Example
White with #72866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72866D; }
p { color: rgb(114,134,109); }
H1.HeaderClassName
{
color: #72866D;
}
.AnyTagClassName
{
color: #72866D;
}
</style>
background-color css
<style>
a { background-color: #72866D; }
a { background-color: rgb(114,134,109); }
div.DivClassName
{
background-color: #72866D;
}
.BgClassName
{
background-color: #72866D;
}
</style>
border-color css
<style>
span { border-color: #72866D; }
span { border-color: rgb(114,134,109); }
td.TdClassName
{
border-color: #72866D;
}
.TagClassName
{
border-color: #72866D;
}
</style>