Shades of Xanadu #747773
Tints of Xanadu #747773
RGB
CMYK
RGB Variations
Color information
#747773 (or 0x747773) is known color: Xanadu. HEX triplet: 74, 77 and 73. RGB value is (116,119,115). Sum of RGB (Red+Green+Blue) = 116+119+115=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 119 - color contains mainly: green. Hex color #747773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747773 is #8B888C. Grayscale: #757575. Windows color (decimal): -9144461 or 7567220. OLE color: 7567220.
HSL color Cylindrical-coordinate representation of color #747773: hue angle of 105º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747773 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 115 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.53 |
| HSL | 105º | 0.02% | 0.46% | - |
| HSV(B) | 105º | 0.03% | 0.47% | - |
| XYZ | 16.89 | 18.14 | 18.83 | - |
| YUV | 117.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 115 | 0.03 | 0 | 0.03 | 0.53 | 105 | 0.02 | 0.46 |
| Hex | 74 | 77 | 73 | 3 | 0 | 3 | 35 | 69 | 2 | 2E |
| Octal | 164 | 167 | 163 | 3 | 0 | 3 | 65 | 151 | 2 | 56 |
| Binary | 1110100 | 1110111 | 1110011 | 11 | 0 | 11 | 110101 | 1101001 | 10 | 101110 |
Color Harmonies of #747773
Complementary color
Monochromatic Colors of #747773
Black with #747773
Text Example
Text Example
White with #747773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747773; }
p { color: rgb(116,119,115); }
H1.HeaderClassName
{
color: #747773;
}
.AnyTagClassName
{
color: #747773;
}
</style>
background-color css
<style>
a { background-color: #747773; }
a { background-color: rgb(116,119,115); }
div.DivClassName
{
background-color: #747773;
}
.BgClassName
{
background-color: #747773;
}
</style>
border-color css
<style>
span { border-color: #747773; }
span { border-color: rgb(116,119,115); }
td.TdClassName
{
border-color: #747773;
}
.TagClassName
{
border-color: #747773;
}
</style>