Shades of Scorpion #70686C
Tints of Scorpion #70686C
RGB
CMYK
RGB Variations
Color information
#70686C (or 0x70686C) is known color: Scorpion. HEX triplet: 70, 68 and 6C. RGB value is (112,104,108). Sum of RGB (Red+Green+Blue) = 112+104+108=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #70686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686C is #8F9793. Grayscale: #6A6A6A. Windows color (decimal): -9410452 or 7104624. OLE color: 7104624.
HSL color Cylindrical-coordinate representation of color #70686C: hue angle of 330º 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 #70686C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 108 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.56 |
| HSL | 330º | 0.04% | 0.42% | - |
| HSV(B) | 330º | 0.07% | 0.44% | - |
| XYZ | 14.34 | 14.43 | 16.22 | - |
| YUV | 106.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 108 | 0 | 0.07 | 0.04 | 0.56 | 330 | 0.04 | 0.42 |
| Hex | 70 | 68 | 6C | 0 | 7 | 4 | 38 | 14A | 4 | 2A |
| Octal | 160 | 150 | 154 | 0 | 7 | 4 | 70 | 512 | 4 | 52 |
| Binary | 1110000 | 1101000 | 1101100 | 0 | 111 | 100 | 111000 | 101001010 | 100 | 101010 |
Color Harmonies of #70686C
Complementary color
Monochromatic Colors of #70686C
Black with #70686C
Text Example
Text Example
White with #70686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70686C; }
p { color: rgb(112,104,108); }
H1.HeaderClassName
{
color: #70686C;
}
.AnyTagClassName
{
color: #70686C;
}
</style>
background-color css
<style>
a { background-color: #70686C; }
a { background-color: rgb(112,104,108); }
div.DivClassName
{
background-color: #70686C;
}
.BgClassName
{
background-color: #70686C;
}
</style>
border-color css
<style>
span { border-color: #70686C; }
span { border-color: rgb(112,104,108); }
td.TdClassName
{
border-color: #70686C;
}
.TagClassName
{
border-color: #70686C;
}
</style>