Shades of Scorpion #706167
Tints of Scorpion #706167
RGB
CMYK
RGB Variations
Color information
#706167 (or 0x706167) is known color: Scorpion. HEX triplet: 70, 61 and 67. RGB value is (112,97,103). Sum of RGB (Red+Green+Blue) = 112+97+103=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706167 is #8F9E98. Grayscale: #666666. Windows color (decimal): -9412249 or 6775152. OLE color: 6775152.
HSL color Cylindrical-coordinate representation of color #706167: hue angle of 336º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706167 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 103 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.56 |
| HSL | 336º | 0.07% | 0.41% | - |
| HSV(B) | 336º | 0.13% | 0.44% | - |
| XYZ | 13.4 | 12.97 | 14.63 | - |
| YUV | 102.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 103 | 0 | 0.13 | 0.08 | 0.56 | 336 | 0.07 | 0.41 |
| Hex | 70 | 61 | 67 | 0 | D | 8 | 38 | 150 | 7 | 29 |
| Octal | 160 | 141 | 147 | 0 | 15 | 10 | 70 | 520 | 7 | 51 |
| Binary | 1110000 | 1100001 | 1100111 | 0 | 1101 | 1000 | 111000 | 101010000 | 111 | 101001 |
Color Harmonies of #706167
Complementary color
Monochromatic Colors of #706167
Black with #706167
Text Example
Text Example
White with #706167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706167; }
p { color: rgb(112,97,103); }
H1.HeaderClassName
{
color: #706167;
}
.AnyTagClassName
{
color: #706167;
}
</style>
background-color css
<style>
a { background-color: #706167; }
a { background-color: rgb(112,97,103); }
div.DivClassName
{
background-color: #706167;
}
.BgClassName
{
background-color: #706167;
}
</style>
border-color css
<style>
span { border-color: #706167; }
span { border-color: rgb(112,97,103); }
td.TdClassName
{
border-color: #706167;
}
.TagClassName
{
border-color: #706167;
}
</style>