Shades of Xanadu #747B71
Tints of Xanadu #747B71
RGB
CMYK
RGB Variations
Color information
#747B71 (or 0x747B71) is known color: Xanadu. HEX triplet: 74, 7B and 71. RGB value is (116,123,113). Sum of RGB (Red+Green+Blue) = 116+123+113=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 123 - color contains mainly: green. Hex color #747B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B71 is #8B848E. Grayscale: #777777. Windows color (decimal): -9143439 or 7437172. OLE color: 7437172.
HSL color Cylindrical-coordinate representation of color #747B71: hue angle of 102º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #747B71 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 113 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.52 |
| HSL | 102º | 0.04% | 0.46% | - |
| HSV(B) | 102º | 0.08% | 0.48% | - |
| XYZ | 17.27 | 19.07 | 18.39 | - |
| YUV | 119.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 113 | 0.06 | 0 | 0.08 | 0.52 | 102 | 0.04 | 0.46 |
| Hex | 74 | 7B | 71 | 6 | 0 | 8 | 34 | 66 | 4 | 2E |
| Octal | 164 | 173 | 161 | 6 | 0 | 10 | 64 | 146 | 4 | 56 |
| Binary | 1110100 | 1111011 | 1110001 | 110 | 0 | 1000 | 110100 | 1100110 | 100 | 101110 |
Color Harmonies of #747B71
Complementary color
Monochromatic Colors of #747B71
Black with #747B71
Text Example
Text Example
White with #747B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B71; }
p { color: rgb(116,123,113); }
H1.HeaderClassName
{
color: #747B71;
}
.AnyTagClassName
{
color: #747B71;
}
</style>
background-color css
<style>
a { background-color: #747B71; }
a { background-color: rgb(116,123,113); }
div.DivClassName
{
background-color: #747B71;
}
.BgClassName
{
background-color: #747B71;
}
</style>
border-color css
<style>
span { border-color: #747B71; }
span { border-color: rgb(116,123,113); }
td.TdClassName
{
border-color: #747B71;
}
.TagClassName
{
border-color: #747B71;
}
</style>