Shades of Scorpion #746E71
Tints of Scorpion #746E71
RGB
CMYK
RGB Variations
Color information
#746E71 (or 0x746E71) is known color: Scorpion. HEX triplet: 74, 6E and 71. RGB value is (116,110,113). Sum of RGB (Red+Green+Blue) = 116+110+113=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #746E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E71 is #8B918E. Grayscale: #707070. Windows color (decimal): -9146767 or 7433844. OLE color: 7433844.
HSL color Cylindrical-coordinate representation of color #746E71: hue angle of 330º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746E71 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 113 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.55 |
| HSL | 330º | 0.03% | 0.44% | - |
| HSV(B) | 330º | 0.05% | 0.45% | - |
| XYZ | 15.76 | 16.06 | 17.89 | - |
| YUV | 112.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 113 | 0 | 0.05 | 0.03 | 0.55 | 330 | 0.03 | 0.44 |
| Hex | 74 | 6E | 71 | 0 | 5 | 3 | 37 | 14A | 3 | 2C |
| Octal | 164 | 156 | 161 | 0 | 5 | 3 | 67 | 512 | 3 | 54 |
| Binary | 1110100 | 1101110 | 1110001 | 0 | 101 | 11 | 110111 | 101001010 | 11 | 101100 |
Color Harmonies of #746E71
Complementary color
Monochromatic Colors of #746E71
Black with #746E71
Text Example
Text Example
White with #746E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E71; }
p { color: rgb(116,110,113); }
H1.HeaderClassName
{
color: #746E71;
}
.AnyTagClassName
{
color: #746E71;
}
</style>
background-color css
<style>
a { background-color: #746E71; }
a { background-color: rgb(116,110,113); }
div.DivClassName
{
background-color: #746E71;
}
.BgClassName
{
background-color: #746E71;
}
</style>
border-color css
<style>
span { border-color: #746E71; }
span { border-color: rgb(116,110,113); }
td.TdClassName
{
border-color: #746E71;
}
.TagClassName
{
border-color: #746E71;
}
</style>