Shades of Xanadu #72826B
Tints of Xanadu #72826B
RGB
CMYK
RGB Variations
Color information
#72826B (or 0x72826B) is known color: Xanadu. HEX triplet: 72, 82 and 6B. RGB value is (114,130,107). Sum of RGB (Red+Green+Blue) = 114+130+107=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #72826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72826B is #8D7D94. Grayscale: #7A7A7A. Windows color (decimal): -9272725 or 7045746. OLE color: 7045746.
HSL color Cylindrical-coordinate representation of color #72826B: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72826B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 107 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.49 |
| HSL | 101.74º | 0.1% | 0.46% | - |
| HSV(B) | 101.74º | 0.18% | 0.51% | - |
| XYZ | 17.58 | 20.6 | 16.96 | - |
| YUV | 122.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 107 | 0.12 | 0 | 0.18 | 0.49 | 101.74 | 0.1 | 0.46 |
| Hex | 72 | 82 | 6B | C | 0 | 12 | 31 | 66 | A | 2E |
| Octal | 162 | 202 | 153 | 14 | 0 | 22 | 61 | 146 | 12 | 56 |
| Binary | 1110010 | 10000010 | 1101011 | 1100 | 0 | 10010 | 110001 | 1100110 | 1010 | 101110 |
Color Harmonies of #72826B
Complementary color
Monochromatic Colors of #72826B
Black with #72826B
Text Example
Text Example
White with #72826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72826B; }
p { color: rgb(114,130,107); }
H1.HeaderClassName
{
color: #72826B;
}
.AnyTagClassName
{
color: #72826B;
}
</style>
background-color css
<style>
a { background-color: #72826B; }
a { background-color: rgb(114,130,107); }
div.DivClassName
{
background-color: #72826B;
}
.BgClassName
{
background-color: #72826B;
}
</style>
border-color css
<style>
span { border-color: #72826B; }
span { border-color: rgb(114,130,107); }
td.TdClassName
{
border-color: #72826B;
}
.TagClassName
{
border-color: #72826B;
}
</style>