Shades of Xanadu #72866C
Tints of Xanadu #72866C
RGB
CMYK
RGB Variations
Color information
#72866C (or 0x72866C) is known color: Xanadu. HEX triplet: 72, 86 and 6C. RGB value is (114,134,108). Sum of RGB (Red+Green+Blue) = 114+134+108=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #72866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72866C is #8D7993. Grayscale: #7D7D7D. Windows color (decimal): -9271700 or 7112306. OLE color: 7112306.
HSL color Cylindrical-coordinate representation of color #72866C: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72866C is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 108 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.47 |
| HSL | 106.15º | 0.11% | 0.47% | - |
| HSV(B) | 106.15º | 0.19% | 0.53% | - |
| XYZ | 18.17 | 21.71 | 17.42 | - |
| YUV | 125.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 108 | 0.15 | 0 | 0.19 | 0.47 | 106.15 | 0.11 | 0.47 |
| Hex | 72 | 86 | 6C | F | 0 | 13 | 2F | 6A | B | 2F |
| Octal | 162 | 206 | 154 | 17 | 0 | 23 | 57 | 152 | 13 | 57 |
| Binary | 1110010 | 10000110 | 1101100 | 1111 | 0 | 10011 | 101111 | 1101010 | 1011 | 101111 |
Color Harmonies of #72866C
Complementary color
Monochromatic Colors of #72866C
Black with #72866C
Text Example
Text Example
White with #72866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72866C; }
p { color: rgb(114,134,108); }
H1.HeaderClassName
{
color: #72866C;
}
.AnyTagClassName
{
color: #72866C;
}
</style>
background-color css
<style>
a { background-color: #72866C; }
a { background-color: rgb(114,134,108); }
div.DivClassName
{
background-color: #72866C;
}
.BgClassName
{
background-color: #72866C;
}
</style>
border-color css
<style>
span { border-color: #72866C; }
span { border-color: rgb(114,134,108); }
td.TdClassName
{
border-color: #72866C;
}
.TagClassName
{
border-color: #72866C;
}
</style>