Shades of Scorpion #70626A
Tints of Scorpion #70626A
RGB
CMYK
RGB Variations
Color information
#70626A (or 0x70626A) is known color: Scorpion. HEX triplet: 70, 62 and 6A. RGB value is (112,98,106). Sum of RGB (Red+Green+Blue) = 112+98+106=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #70626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70626A is #8F9D95. Grayscale: #676767. Windows color (decimal): -9411990 or 6972016. OLE color: 6972016.
HSL color Cylindrical-coordinate representation of color #70626A: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70626A is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 106 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.56 |
| HSL | 325.71º | 0.07% | 0.41% | - |
| HSV(B) | 325.71º | 0.13% | 0.44% | - |
| XYZ | 13.65 | 13.22 | 15.47 | - |
| YUV | 103.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 106 | 0 | 0.13 | 0.05 | 0.56 | 325.71 | 0.07 | 0.41 |
| Hex | 70 | 62 | 6A | 0 | D | 5 | 38 | 146 | 7 | 29 |
| Octal | 160 | 142 | 152 | 0 | 15 | 5 | 70 | 506 | 7 | 51 |
| Binary | 1110000 | 1100010 | 1101010 | 0 | 1101 | 101 | 111000 | 101000110 | 111 | 101001 |
Color Harmonies of #70626A
Complementary color
Monochromatic Colors of #70626A
Black with #70626A
Text Example
Text Example
White with #70626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70626A; }
p { color: rgb(112,98,106); }
H1.HeaderClassName
{
color: #70626A;
}
.AnyTagClassName
{
color: #70626A;
}
</style>
background-color css
<style>
a { background-color: #70626A; }
a { background-color: rgb(112,98,106); }
div.DivClassName
{
background-color: #70626A;
}
.BgClassName
{
background-color: #70626A;
}
</style>
border-color css
<style>
span { border-color: #70626A; }
span { border-color: rgb(112,98,106); }
td.TdClassName
{
border-color: #70626A;
}
.TagClassName
{
border-color: #70626A;
}
</style>