Shades of Scorpion #70575E
Tints of Scorpion #70575E
RGB
CMYK
RGB Variations
Color information
#70575E (or 0x70575E) is known color: Scorpion. HEX triplet: 70, 57 and 5E. RGB value is (112,87,94). Sum of RGB (Red+Green+Blue) = 112+87+94=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575E is #8FA8A1. Grayscale: #5F5F5F. Windows color (decimal): -9414818 or 6182768. OLE color: 6182768.
HSL color Cylindrical-coordinate representation of color #70575E: hue angle of 343.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70575E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 94 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.56 |
| HSL | 343.2º | 0.13% | 0.39% | - |
| HSV(B) | 343.2º | 0.22% | 0.44% | - |
| XYZ | 12.11 | 11.07 | 12.09 | - |
| YUV | 95.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 94 | 0 | 0.22 | 0.16 | 0.56 | 343.2 | 0.13 | 0.39 |
| Hex | 70 | 57 | 5E | 0 | 16 | 10 | 38 | 157 | D | 27 |
| Octal | 160 | 127 | 136 | 0 | 26 | 20 | 70 | 527 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1011110 | 0 | 10110 | 10000 | 111000 | 101010111 | 1101 | 100111 |
Color Harmonies of #70575E
Complementary color
Monochromatic Colors of #70575E
Black with #70575E
Text Example
Text Example
White with #70575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70575E; }
p { color: rgb(112,87,94); }
H1.HeaderClassName
{
color: #70575E;
}
.AnyTagClassName
{
color: #70575E;
}
</style>
background-color css
<style>
a { background-color: #70575E; }
a { background-color: rgb(112,87,94); }
div.DivClassName
{
background-color: #70575E;
}
.BgClassName
{
background-color: #70575E;
}
</style>
border-color css
<style>
span { border-color: #70575E; }
span { border-color: rgb(112,87,94); }
td.TdClassName
{
border-color: #70575E;
}
.TagClassName
{
border-color: #70575E;
}
</style>