Shades of Xanadu #72796F
Tints of Xanadu #72796F
RGB
CMYK
RGB Variations
Color information
#72796F (or 0x72796F) is known color: Xanadu. HEX triplet: 72, 79 and 6F. RGB value is (114,121,111). Sum of RGB (Red+Green+Blue) = 114+121+111=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #72796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796F is #8D8690. Grayscale: #757575. Windows color (decimal): -9275025 or 7305586. OLE color: 7305586.
HSL color Cylindrical-coordinate representation of color #72796F: hue angle of 102º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72796F is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 111 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.53 |
| HSL | 102º | 0.04% | 0.45% | - |
| HSV(B) | 102º | 0.08% | 0.47% | - |
| XYZ | 16.65 | 18.4 | 17.71 | - |
| YUV | 117.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 111 | 0.06 | 0 | 0.08 | 0.53 | 102 | 0.04 | 0.45 |
| Hex | 72 | 79 | 6F | 6 | 0 | 8 | 35 | 66 | 4 | 2D |
| Octal | 162 | 171 | 157 | 6 | 0 | 10 | 65 | 146 | 4 | 55 |
| Binary | 1110010 | 1111001 | 1101111 | 110 | 0 | 1000 | 110101 | 1100110 | 100 | 101101 |
Color Harmonies of #72796F
Complementary color
Monochromatic Colors of #72796F
Black with #72796F
Text Example
Text Example
White with #72796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72796F; }
p { color: rgb(114,121,111); }
H1.HeaderClassName
{
color: #72796F;
}
.AnyTagClassName
{
color: #72796F;
}
</style>
background-color css
<style>
a { background-color: #72796F; }
a { background-color: rgb(114,121,111); }
div.DivClassName
{
background-color: #72796F;
}
.BgClassName
{
background-color: #72796F;
}
</style>
border-color css
<style>
span { border-color: #72796F; }
span { border-color: rgb(114,121,111); }
td.TdClassName
{
border-color: #72796F;
}
.TagClassName
{
border-color: #72796F;
}
</style>