Shades of Xanadu #727C6F
Tints of Xanadu #727C6F
RGB
CMYK
RGB Variations
Color information
#727C6F (or 0x727C6F) is known color: Xanadu. HEX triplet: 72, 7C and 6F. RGB value is (114,124,111). Sum of RGB (Red+Green+Blue) = 114+124+111=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #727C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C6F is #8D8390. Grayscale: #777777. Windows color (decimal): -9274257 or 7306354. OLE color: 7306354.
HSL color Cylindrical-coordinate representation of color #727C6F: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727C6F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 111 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.51 |
| HSL | 106.15º | 0.06% | 0.46% | - |
| HSV(B) | 106.15º | 0.1% | 0.49% | - |
| XYZ | 17.02 | 19.14 | 17.84 | - |
| YUV | 119.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 111 | 0.08 | 0 | 0.10 | 0.51 | 106.15 | 0.06 | 0.46 |
| Hex | 72 | 7C | 6F | 8 | 0 | A | 33 | 6A | 6 | 2E |
| Octal | 162 | 174 | 157 | 10 | 0 | 12 | 63 | 152 | 6 | 56 |
| Binary | 1110010 | 1111100 | 1101111 | 1000 | 0 | 1010 | 110011 | 1101010 | 110 | 101110 |
Color Harmonies of #727C6F
Complementary color
Monochromatic Colors of #727C6F
Black with #727C6F
Text Example
Text Example
White with #727C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C6F; }
p { color: rgb(114,124,111); }
H1.HeaderClassName
{
color: #727C6F;
}
.AnyTagClassName
{
color: #727C6F;
}
</style>
background-color css
<style>
a { background-color: #727C6F; }
a { background-color: rgb(114,124,111); }
div.DivClassName
{
background-color: #727C6F;
}
.BgClassName
{
background-color: #727C6F;
}
</style>
border-color css
<style>
span { border-color: #727C6F; }
span { border-color: rgb(114,124,111); }
td.TdClassName
{
border-color: #727C6F;
}
.TagClassName
{
border-color: #727C6F;
}
</style>