Shades of Xanadu #72886C
Tints of Xanadu #72886C
RGB
CMYK
RGB Variations
Color information
#72886C (or 0x72886C) is known color: Xanadu. HEX triplet: 72, 88 and 6C. RGB value is (114,136,108). Sum of RGB (Red+Green+Blue) = 114+136+108=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #72886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72886C is #8D7793. Grayscale: #7E7E7E. Windows color (decimal): -9271188 or 7112818. OLE color: 7112818.
HSL color Cylindrical-coordinate representation of color #72886C: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72886C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 108 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.47 |
| HSL | 107.14º | 0.11% | 0.48% | - |
| HSV(B) | 107.14º | 0.21% | 0.53% | - |
| XYZ | 18.45 | 22.27 | 17.51 | - |
| YUV | 126.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 108 | 0.16 | 0 | 0.21 | 0.47 | 107.14 | 0.11 | 0.48 |
| Hex | 72 | 88 | 6C | 10 | 0 | 15 | 2F | 6B | B | 30 |
| Octal | 162 | 210 | 154 | 20 | 0 | 25 | 57 | 153 | 13 | 60 |
| Binary | 1110010 | 10001000 | 1101100 | 10000 | 0 | 10101 | 101111 | 1101011 | 1011 | 110000 |
Color Harmonies of #72886C
Complementary color
Monochromatic Colors of #72886C
Black with #72886C
Text Example
Text Example
White with #72886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72886C; }
p { color: rgb(114,136,108); }
H1.HeaderClassName
{
color: #72886C;
}
.AnyTagClassName
{
color: #72886C;
}
</style>
background-color css
<style>
a { background-color: #72886C; }
a { background-color: rgb(114,136,108); }
div.DivClassName
{
background-color: #72886C;
}
.BgClassName
{
background-color: #72886C;
}
</style>
border-color css
<style>
span { border-color: #72886C; }
span { border-color: rgb(114,136,108); }
td.TdClassName
{
border-color: #72886C;
}
.TagClassName
{
border-color: #72886C;
}
</style>