Shades of Scorpion #70666A
Tints of Scorpion #70666A
RGB
CMYK
RGB Variations
Color information
#70666A (or 0x70666A) is known color: Scorpion. HEX triplet: 70, 66 and 6A. RGB value is (112,102,106). Sum of RGB (Red+Green+Blue) = 112+102+106=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666A is #8F9995. Grayscale: #696969. Windows color (decimal): -9410966 or 6973040. OLE color: 6973040.
HSL color Cylindrical-coordinate representation of color #70666A: hue angle of 336º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70666A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 106 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.56 |
| HSL | 336º | 0.05% | 0.42% | - |
| HSV(B) | 336º | 0.09% | 0.44% | - |
| XYZ | 14.03 | 13.99 | 15.6 | - |
| YUV | 105.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 106 | 0 | 0.09 | 0.05 | 0.56 | 336 | 0.05 | 0.42 |
| Hex | 70 | 66 | 6A | 0 | 9 | 5 | 38 | 150 | 5 | 2A |
| Octal | 160 | 146 | 152 | 0 | 11 | 5 | 70 | 520 | 5 | 52 |
| Binary | 1110000 | 1100110 | 1101010 | 0 | 1001 | 101 | 111000 | 101010000 | 101 | 101010 |
Color Harmonies of #70666A
Complementary color
Monochromatic Colors of #70666A
Black with #70666A
Text Example
Text Example
White with #70666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70666A; }
p { color: rgb(112,102,106); }
H1.HeaderClassName
{
color: #70666A;
}
.AnyTagClassName
{
color: #70666A;
}
</style>
background-color css
<style>
a { background-color: #70666A; }
a { background-color: rgb(112,102,106); }
div.DivClassName
{
background-color: #70666A;
}
.BgClassName
{
background-color: #70666A;
}
</style>
border-color css
<style>
span { border-color: #70666A; }
span { border-color: rgb(112,102,106); }
td.TdClassName
{
border-color: #70666A;
}
.TagClassName
{
border-color: #70666A;
}
</style>