Shades of Scorpion #716164
Tints of Scorpion #716164
RGB
CMYK
RGB Variations
Color information
#716164 (or 0x716164) is known color: Scorpion. HEX triplet: 71, 61 and 64. RGB value is (113,97,100). Sum of RGB (Red+Green+Blue) = 113+97+100=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716164 is #8E9E9B. Grayscale: #666666. Windows color (decimal): -9346716 or 6578545. OLE color: 6578545.
HSL color Cylindrical-coordinate representation of color #716164: hue angle of 348.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #716164 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 100 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.56 |
| HSL | 348.75º | 0.08% | 0.41% | - |
| HSV(B) | 348.75º | 0.14% | 0.44% | - |
| XYZ | 13.39 | 12.98 | 13.86 | - |
| YUV | 102.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 100 | 0 | 0.14 | 0.12 | 0.56 | 348.75 | 0.08 | 0.41 |
| Hex | 71 | 61 | 64 | 0 | E | C | 38 | 15D | 8 | 29 |
| Octal | 161 | 141 | 144 | 0 | 16 | 14 | 70 | 535 | 10 | 51 |
| Binary | 1110001 | 1100001 | 1100100 | 0 | 1110 | 1100 | 111000 | 101011101 | 1000 | 101001 |
Color Harmonies of #716164
Complementary color
Monochromatic Colors of #716164
Black with #716164
Text Example
Text Example
White with #716164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716164; }
p { color: rgb(113,97,100); }
H1.HeaderClassName
{
color: #716164;
}
.AnyTagClassName
{
color: #716164;
}
</style>
background-color css
<style>
a { background-color: #716164; }
a { background-color: rgb(113,97,100); }
div.DivClassName
{
background-color: #716164;
}
.BgClassName
{
background-color: #716164;
}
</style>
border-color css
<style>
span { border-color: #716164; }
span { border-color: rgb(113,97,100); }
td.TdClassName
{
border-color: #716164;
}
.TagClassName
{
border-color: #716164;
}
</style>