Shades of Xanadu #757774
Tints of Xanadu #757774
RGB
CMYK
RGB Variations
Color information
#757774 (or 0x757774) is known color: Xanadu. HEX triplet: 75, 77 and 74. RGB value is (117,119,116). Sum of RGB (Red+Green+Blue) = 117+119+116=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #757774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757774 is #8A888B. Grayscale: #767676. Windows color (decimal): -9078924 or 7632757. OLE color: 7632757.
HSL color Cylindrical-coordinate representation of color #757774: hue angle of 100º degrees, saturation: 0.01, 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 #757774 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 116 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.53 |
| HSL | 100º | 0.01% | 0.46% | - |
| HSV(B) | 100º | 0.03% | 0.47% | - |
| XYZ | 17.09 | 18.24 | 19.14 | - |
| YUV | 118.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 116 | 0.02 | 0 | 0.03 | 0.53 | 100 | 0.01 | 0.46 |
| Hex | 75 | 77 | 74 | 2 | 0 | 3 | 35 | 64 | 1 | 2E |
| Octal | 165 | 167 | 164 | 2 | 0 | 3 | 65 | 144 | 1 | 56 |
| Binary | 1110101 | 1110111 | 1110100 | 10 | 0 | 11 | 110101 | 1100100 | 1 | 101110 |
Color Harmonies of #757774
Complementary color
Monochromatic Colors of #757774
Black with #757774
Text Example
Text Example
White with #757774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757774; }
p { color: rgb(117,119,116); }
H1.HeaderClassName
{
color: #757774;
}
.AnyTagClassName
{
color: #757774;
}
</style>
background-color css
<style>
a { background-color: #757774; }
a { background-color: rgb(117,119,116); }
div.DivClassName
{
background-color: #757774;
}
.BgClassName
{
background-color: #757774;
}
</style>
border-color css
<style>
span { border-color: #757774; }
span { border-color: rgb(117,119,116); }
td.TdClassName
{
border-color: #757774;
}
.TagClassName
{
border-color: #757774;
}
</style>