Shades of Scorpion #716F70
Tints of Scorpion #716F70
RGB
CMYK
RGB Variations
Color information
#716F70 (or 0x716F70) is known color: Scorpion. HEX triplet: 71, 6F and 70. RGB value is (113,111,112). Sum of RGB (Red+Green+Blue) = 113+111+112=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 113 - color contains mainly: red. Hex color #716F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F70 is #8E908F. Grayscale: #6F6F6F. Windows color (decimal): -9343120 or 7368561. OLE color: 7368561.
HSL color Cylindrical-coordinate representation of color #716F70: hue angle of 330º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #716F70 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 112 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.56 |
| HSL | 330º | 0.01% | 0.44% | - |
| HSV(B) | 330º | 0.02% | 0.44% | - |
| XYZ | 15.42 | 16.05 | 17.61 | - |
| YUV | 111.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 112 | 0 | 0.02 | 0.01 | 0.56 | 330 | 0.01 | 0.44 |
| Hex | 71 | 6F | 70 | 0 | 2 | 1 | 38 | 14A | 1 | 2C |
| Octal | 161 | 157 | 160 | 0 | 2 | 1 | 70 | 512 | 1 | 54 |
| Binary | 1110001 | 1101111 | 1110000 | 0 | 10 | 1 | 111000 | 101001010 | 1 | 101100 |
Color Harmonies of #716F70
Complementary color
Monochromatic Colors of #716F70
Black with #716F70
Text Example
Text Example
White with #716F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F70; }
p { color: rgb(113,111,112); }
H1.HeaderClassName
{
color: #716F70;
}
.AnyTagClassName
{
color: #716F70;
}
</style>
background-color css
<style>
a { background-color: #716F70; }
a { background-color: rgb(113,111,112); }
div.DivClassName
{
background-color: #716F70;
}
.BgClassName
{
background-color: #716F70;
}
</style>
border-color css
<style>
span { border-color: #716F70; }
span { border-color: rgb(113,111,112); }
td.TdClassName
{
border-color: #716F70;
}
.TagClassName
{
border-color: #716F70;
}
</style>