Shades of Scorpion #70686A
Tints of Scorpion #70686A
RGB
CMYK
RGB Variations
Color information
#70686A (or 0x70686A) is known color: Scorpion. HEX triplet: 70, 68 and 6A. RGB value is (112,104,106). Sum of RGB (Red+Green+Blue) = 112+104+106=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686A is #8F9795. Grayscale: #6A6A6A. Windows color (decimal): -9410454 or 6973552. OLE color: 6973552.
HSL color Cylindrical-coordinate representation of color #70686A: hue angle of 345º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #70686A is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 106 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.56 |
| HSL | 345º | 0.04% | 0.42% | - |
| HSV(B) | 345º | 0.07% | 0.44% | - |
| XYZ | 14.23 | 14.39 | 15.66 | - |
| YUV | 106.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 106 | 0 | 0.07 | 0.05 | 0.56 | 345 | 0.04 | 0.42 |
| Hex | 70 | 68 | 6A | 0 | 7 | 5 | 38 | 159 | 4 | 2A |
| Octal | 160 | 150 | 152 | 0 | 7 | 5 | 70 | 531 | 4 | 52 |
| Binary | 1110000 | 1101000 | 1101010 | 0 | 111 | 101 | 111000 | 101011001 | 100 | 101010 |
Color Harmonies of #70686A
Complementary color
Monochromatic Colors of #70686A
Black with #70686A
Text Example
Text Example
White with #70686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70686A; }
p { color: rgb(112,104,106); }
H1.HeaderClassName
{
color: #70686A;
}
.AnyTagClassName
{
color: #70686A;
}
</style>
background-color css
<style>
a { background-color: #70686A; }
a { background-color: rgb(112,104,106); }
div.DivClassName
{
background-color: #70686A;
}
.BgClassName
{
background-color: #70686A;
}
</style>
border-color css
<style>
span { border-color: #70686A; }
span { border-color: rgb(112,104,106); }
td.TdClassName
{
border-color: #70686A;
}
.TagClassName
{
border-color: #70686A;
}
</style>