Shades of Xanadu #747673
Tints of Xanadu #747673
RGB
CMYK
RGB Variations
Color information
#747673 (or 0x747673) is known color: Xanadu. HEX triplet: 74, 76 and 73. RGB value is (116,118,115). Sum of RGB (Red+Green+Blue) = 116+118+115=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 118 - color contains mainly: green. Hex color #747673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747673 is #8B898C. Grayscale: #757575. Windows color (decimal): -9144717 or 7566964. OLE color: 7566964.
HSL color Cylindrical-coordinate representation of color #747673: hue angle of 100º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747673 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 115 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.54 |
| HSL | 100º | 0.01% | 0.46% | - |
| HSV(B) | 100º | 0.03% | 0.46% | - |
| XYZ | 16.78 | 17.91 | 18.79 | - |
| YUV | 117.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 115 | 0.02 | 0 | 0.03 | 0.54 | 100 | 0.01 | 0.46 |
| Hex | 74 | 76 | 73 | 2 | 0 | 3 | 36 | 64 | 1 | 2E |
| Octal | 164 | 166 | 163 | 2 | 0 | 3 | 66 | 144 | 1 | 56 |
| Binary | 1110100 | 1110110 | 1110011 | 10 | 0 | 11 | 110110 | 1100100 | 1 | 101110 |
Color Harmonies of #747673
Complementary color
Monochromatic Colors of #747673
Black with #747673
Text Example
Text Example
White with #747673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747673; }
p { color: rgb(116,118,115); }
H1.HeaderClassName
{
color: #747673;
}
.AnyTagClassName
{
color: #747673;
}
</style>
background-color css
<style>
a { background-color: #747673; }
a { background-color: rgb(116,118,115); }
div.DivClassName
{
background-color: #747673;
}
.BgClassName
{
background-color: #747673;
}
</style>
border-color css
<style>
span { border-color: #747673; }
span { border-color: rgb(116,118,115); }
td.TdClassName
{
border-color: #747673;
}
.TagClassName
{
border-color: #747673;
}
</style>