Shades of Xanadu #747E6F
Tints of Xanadu #747E6F
RGB
CMYK
RGB Variations
Color information
#747E6F (or 0x747E6F) is known color: Xanadu. HEX triplet: 74, 7E and 6F. RGB value is (116,126,111). Sum of RGB (Red+Green+Blue) = 116+126+111=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 126 - color contains mainly: green. Hex color #747E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E6F is #8B8190. Grayscale: #797979. Windows color (decimal): -9142673 or 7306868. OLE color: 7306868.
HSL color Cylindrical-coordinate representation of color #747E6F: hue angle of 100º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747E6F is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 111 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.51 |
| HSL | 100º | 0.06% | 0.46% | - |
| HSV(B) | 100º | 0.12% | 0.49% | - |
| XYZ | 17.53 | 19.78 | 17.93 | - |
| YUV | 121.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 111 | 0.08 | 0 | 0.12 | 0.51 | 100 | 0.06 | 0.46 |
| Hex | 74 | 7E | 6F | 8 | 0 | C | 33 | 64 | 6 | 2E |
| Octal | 164 | 176 | 157 | 10 | 0 | 14 | 63 | 144 | 6 | 56 |
| Binary | 1110100 | 1111110 | 1101111 | 1000 | 0 | 1100 | 110011 | 1100100 | 110 | 101110 |
Color Harmonies of #747E6F
Complementary color
Monochromatic Colors of #747E6F
Black with #747E6F
Text Example
Text Example
White with #747E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E6F; }
p { color: rgb(116,126,111); }
H1.HeaderClassName
{
color: #747E6F;
}
.AnyTagClassName
{
color: #747E6F;
}
</style>
background-color css
<style>
a { background-color: #747E6F; }
a { background-color: rgb(116,126,111); }
div.DivClassName
{
background-color: #747E6F;
}
.BgClassName
{
background-color: #747E6F;
}
</style>
border-color css
<style>
span { border-color: #747E6F; }
span { border-color: rgb(116,126,111); }
td.TdClassName
{
border-color: #747E6F;
}
.TagClassName
{
border-color: #747E6F;
}
</style>