Shades of Scorpion #70656A
Tints of Scorpion #70656A
RGB
CMYK
RGB Variations
Color information
#70656A (or 0x70656A) is known color: Scorpion. HEX triplet: 70, 65 and 6A. RGB value is (112,101,106). Sum of RGB (Red+Green+Blue) = 112+101+106=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #70656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70656A is #8F9A95. Grayscale: #686868. Windows color (decimal): -9411222 or 6972784. OLE color: 6972784.
HSL color Cylindrical-coordinate representation of color #70656A: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70656A is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 106 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.56 |
| HSL | 332.73º | 0.05% | 0.42% | - |
| HSV(B) | 332.73º | 0.1% | 0.44% | - |
| XYZ | 13.94 | 13.79 | 15.56 | - |
| YUV | 104.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 106 | 0 | 0.10 | 0.05 | 0.56 | 332.73 | 0.05 | 0.42 |
| Hex | 70 | 65 | 6A | 0 | A | 5 | 38 | 14D | 5 | 2A |
| Octal | 160 | 145 | 152 | 0 | 12 | 5 | 70 | 515 | 5 | 52 |
| Binary | 1110000 | 1100101 | 1101010 | 0 | 1010 | 101 | 111000 | 101001101 | 101 | 101010 |
Color Harmonies of #70656A
Complementary color
Monochromatic Colors of #70656A
Black with #70656A
Text Example
Text Example
White with #70656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70656A; }
p { color: rgb(112,101,106); }
H1.HeaderClassName
{
color: #70656A;
}
.AnyTagClassName
{
color: #70656A;
}
</style>
background-color css
<style>
a { background-color: #70656A; }
a { background-color: rgb(112,101,106); }
div.DivClassName
{
background-color: #70656A;
}
.BgClassName
{
background-color: #70656A;
}
</style>
border-color css
<style>
span { border-color: #70656A; }
span { border-color: rgb(112,101,106); }
td.TdClassName
{
border-color: #70656A;
}
.TagClassName
{
border-color: #70656A;
}
</style>