Shades of Scorpion #70696D
Tints of Scorpion #70696D
RGB
CMYK
RGB Variations
Color information
#70696D (or 0x70696D) is known color: Scorpion. HEX triplet: 70, 69 and 6D. RGB value is (112,105,109). Sum of RGB (Red+Green+Blue) = 112+105+109=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #70696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70696D is #8F9692. Grayscale: #6B6B6B. Windows color (decimal): -9410195 or 7170416. OLE color: 7170416.
HSL color Cylindrical-coordinate representation of color #70696D: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70696D is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 109 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.56 |
| HSL | 325.71º | 0.03% | 0.43% | - |
| HSV(B) | 325.71º | 0.06% | 0.44% | - |
| XYZ | 14.49 | 14.65 | 16.53 | - |
| YUV | 107.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 109 | 0 | 0.06 | 0.03 | 0.56 | 325.71 | 0.03 | 0.43 |
| Hex | 70 | 69 | 6D | 0 | 6 | 3 | 38 | 146 | 3 | 2B |
| Octal | 160 | 151 | 155 | 0 | 6 | 3 | 70 | 506 | 3 | 53 |
| Binary | 1110000 | 1101001 | 1101101 | 0 | 110 | 11 | 111000 | 101000110 | 11 | 101011 |
Color Harmonies of #70696D
Complementary color
Monochromatic Colors of #70696D
Black with #70696D
Text Example
Text Example
White with #70696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70696D; }
p { color: rgb(112,105,109); }
H1.HeaderClassName
{
color: #70696D;
}
.AnyTagClassName
{
color: #70696D;
}
</style>
background-color css
<style>
a { background-color: #70696D; }
a { background-color: rgb(112,105,109); }
div.DivClassName
{
background-color: #70696D;
}
.BgClassName
{
background-color: #70696D;
}
</style>
border-color css
<style>
span { border-color: #70696D; }
span { border-color: rgb(112,105,109); }
td.TdClassName
{
border-color: #70696D;
}
.TagClassName
{
border-color: #70696D;
}
</style>