Shades of Scorpion #716A6D
Tints of Scorpion #716A6D
RGB
CMYK
RGB Variations
Color information
#716A6D (or 0x716A6D) is known color: Scorpion. HEX triplet: 71, 6A and 6D. RGB value is (113,106,109). Sum of RGB (Red+Green+Blue) = 113+106+109=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6D is #8E9592. Grayscale: #6C6C6C. Windows color (decimal): -9344403 or 7170673. OLE color: 7170673.
HSL color Cylindrical-coordinate representation of color #716A6D: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716A6D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 109 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.56 |
| HSL | 334.29º | 0.03% | 0.43% | - |
| HSV(B) | 334.29º | 0.06% | 0.44% | - |
| XYZ | 14.72 | 14.92 | 16.57 | - |
| YUV | 108.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 109 | 0 | 0.06 | 0.04 | 0.56 | 334.29 | 0.03 | 0.43 |
| Hex | 71 | 6A | 6D | 0 | 6 | 4 | 38 | 14E | 3 | 2B |
| Octal | 161 | 152 | 155 | 0 | 6 | 4 | 70 | 516 | 3 | 53 |
| Binary | 1110001 | 1101010 | 1101101 | 0 | 110 | 100 | 111000 | 101001110 | 11 | 101011 |
Color Harmonies of #716A6D
Complementary color
Monochromatic Colors of #716A6D
Black with #716A6D
Text Example
Text Example
White with #716A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A6D; }
p { color: rgb(113,106,109); }
H1.HeaderClassName
{
color: #716A6D;
}
.AnyTagClassName
{
color: #716A6D;
}
</style>
background-color css
<style>
a { background-color: #716A6D; }
a { background-color: rgb(113,106,109); }
div.DivClassName
{
background-color: #716A6D;
}
.BgClassName
{
background-color: #716A6D;
}
</style>
border-color css
<style>
span { border-color: #716A6D; }
span { border-color: rgb(113,106,109); }
td.TdClassName
{
border-color: #716A6D;
}
.TagClassName
{
border-color: #716A6D;
}
</style>