Shades of Xanadu #72826D
Tints of Xanadu #72826D
RGB
CMYK
RGB Variations
Color information
#72826D (or 0x72826D) is known color: Xanadu. HEX triplet: 72, 82 and 6D. RGB value is (114,130,109). Sum of RGB (Red+Green+Blue) = 114+130+109=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #72826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72826D is #8D7D92. Grayscale: #7A7A7A. Windows color (decimal): -9272723 or 7176818. OLE color: 7176818.
HSL color Cylindrical-coordinate representation of color #72826D: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72826D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 109 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.49 |
| HSL | 105.71º | 0.09% | 0.47% | - |
| HSV(B) | 105.71º | 0.16% | 0.51% | - |
| XYZ | 17.68 | 20.65 | 17.52 | - |
| YUV | 122.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 109 | 0.12 | 0 | 0.16 | 0.49 | 105.71 | 0.09 | 0.47 |
| Hex | 72 | 82 | 6D | C | 0 | 10 | 31 | 6A | 9 | 2F |
| Octal | 162 | 202 | 155 | 14 | 0 | 20 | 61 | 152 | 11 | 57 |
| Binary | 1110010 | 10000010 | 1101101 | 1100 | 0 | 10000 | 110001 | 1101010 | 1001 | 101111 |
Color Harmonies of #72826D
Complementary color
Monochromatic Colors of #72826D
Black with #72826D
Text Example
Text Example
White with #72826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72826D; }
p { color: rgb(114,130,109); }
H1.HeaderClassName
{
color: #72826D;
}
.AnyTagClassName
{
color: #72826D;
}
</style>
background-color css
<style>
a { background-color: #72826D; }
a { background-color: rgb(114,130,109); }
div.DivClassName
{
background-color: #72826D;
}
.BgClassName
{
background-color: #72826D;
}
</style>
border-color css
<style>
span { border-color: #72826D; }
span { border-color: rgb(114,130,109); }
td.TdClassName
{
border-color: #72826D;
}
.TagClassName
{
border-color: #72826D;
}
</style>