Shades of Scorpion #70666B
Tints of Scorpion #70666B
RGB
CMYK
RGB Variations
Color information
#70666B (or 0x70666B) is known color: Scorpion. HEX triplet: 70, 66 and 6B. RGB value is (112,102,107). Sum of RGB (Red+Green+Blue) = 112+102+107=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666B is #8F9994. Grayscale: #696969. Windows color (decimal): -9410965 or 7038576. OLE color: 7038576.
HSL color Cylindrical-coordinate representation of color #70666B: hue angle of 330º 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 #70666B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 107 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.56 |
| HSL | 330º | 0.05% | 0.42% | - |
| HSV(B) | 330º | 0.09% | 0.44% | - |
| XYZ | 14.09 | 14.01 | 15.87 | - |
| YUV | 105.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 107 | 0 | 0.09 | 0.04 | 0.56 | 330 | 0.05 | 0.42 |
| Hex | 70 | 66 | 6B | 0 | 9 | 4 | 38 | 14A | 5 | 2A |
| Octal | 160 | 146 | 153 | 0 | 11 | 4 | 70 | 512 | 5 | 52 |
| Binary | 1110000 | 1100110 | 1101011 | 0 | 1001 | 100 | 111000 | 101001010 | 101 | 101010 |
Color Harmonies of #70666B
Complementary color
Monochromatic Colors of #70666B
Black with #70666B
Text Example
Text Example
White with #70666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70666B; }
p { color: rgb(112,102,107); }
H1.HeaderClassName
{
color: #70666B;
}
.AnyTagClassName
{
color: #70666B;
}
</style>
background-color css
<style>
a { background-color: #70666B; }
a { background-color: rgb(112,102,107); }
div.DivClassName
{
background-color: #70666B;
}
.BgClassName
{
background-color: #70666B;
}
</style>
border-color css
<style>
span { border-color: #70666B; }
span { border-color: rgb(112,102,107); }
td.TdClassName
{
border-color: #70666B;
}
.TagClassName
{
border-color: #70666B;
}
</style>