Shades of Xanadu #727F6F
Tints of Xanadu #727F6F
RGB
CMYK
RGB Variations
Color information
#727F6F (or 0x727F6F) is known color: Xanadu. HEX triplet: 72, 7F and 6F. RGB value is (114,127,111). Sum of RGB (Red+Green+Blue) = 114+127+111=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #727F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F6F is #8D8090. Grayscale: #797979. Windows color (decimal): -9273489 or 7307122. OLE color: 7307122.
HSL color Cylindrical-coordinate representation of color #727F6F: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727F6F is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 111 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.50 |
| HSL | 108.75º | 0.07% | 0.47% | - |
| HSV(B) | 108.75º | 0.13% | 0.5% | - |
| XYZ | 17.4 | 19.9 | 17.96 | - |
| YUV | 121.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 111 | 0.10 | 0 | 0.13 | 0.50 | 108.75 | 0.07 | 0.47 |
| Hex | 72 | 7F | 6F | A | 0 | D | 32 | 6D | 7 | 2F |
| Octal | 162 | 177 | 157 | 12 | 0 | 15 | 62 | 155 | 7 | 57 |
| Binary | 1110010 | 1111111 | 1101111 | 1010 | 0 | 1101 | 110010 | 1101101 | 111 | 101111 |
Color Harmonies of #727F6F
Complementary color
Monochromatic Colors of #727F6F
Black with #727F6F
Text Example
Text Example
White with #727F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F6F; }
p { color: rgb(114,127,111); }
H1.HeaderClassName
{
color: #727F6F;
}
.AnyTagClassName
{
color: #727F6F;
}
</style>
background-color css
<style>
a { background-color: #727F6F; }
a { background-color: rgb(114,127,111); }
div.DivClassName
{
background-color: #727F6F;
}
.BgClassName
{
background-color: #727F6F;
}
</style>
border-color css
<style>
span { border-color: #727F6F; }
span { border-color: rgb(114,127,111); }
td.TdClassName
{
border-color: #727F6F;
}
.TagClassName
{
border-color: #727F6F;
}
</style>