Shades of Xanadu #747F71
Tints of Xanadu #747F71
RGB
CMYK
RGB Variations
Color information
#747F71 (or 0x747F71) is known color: Xanadu. HEX triplet: 74, 7F and 71. RGB value is (116,127,113). Sum of RGB (Red+Green+Blue) = 116+127+113=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #747F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F71 is #8B808E. Grayscale: #7A7A7A. Windows color (decimal): -9142415 or 7438196. OLE color: 7438196.
HSL color Cylindrical-coordinate representation of color #747F71: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747F71 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 113 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.50 |
| HSL | 107.14º | 0.06% | 0.47% | - |
| HSV(B) | 107.14º | 0.11% | 0.5% | - |
| XYZ | 17.77 | 20.08 | 18.56 | - |
| YUV | 122.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 113 | 0.09 | 0 | 0.11 | 0.50 | 107.14 | 0.06 | 0.47 |
| Hex | 74 | 7F | 71 | 9 | 0 | B | 32 | 6B | 6 | 2F |
| Octal | 164 | 177 | 161 | 11 | 0 | 13 | 62 | 153 | 6 | 57 |
| Binary | 1110100 | 1111111 | 1110001 | 1001 | 0 | 1011 | 110010 | 1101011 | 110 | 101111 |
Color Harmonies of #747F71
Complementary color
Monochromatic Colors of #747F71
Black with #747F71
Text Example
Text Example
White with #747F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F71; }
p { color: rgb(116,127,113); }
H1.HeaderClassName
{
color: #747F71;
}
.AnyTagClassName
{
color: #747F71;
}
</style>
background-color css
<style>
a { background-color: #747F71; }
a { background-color: rgb(116,127,113); }
div.DivClassName
{
background-color: #747F71;
}
.BgClassName
{
background-color: #747F71;
}
</style>
border-color css
<style>
span { border-color: #747F71; }
span { border-color: rgb(116,127,113); }
td.TdClassName
{
border-color: #747F71;
}
.TagClassName
{
border-color: #747F71;
}
</style>