Shades of Scorpion #706B6D
Tints of Scorpion #706B6D
RGB
CMYK
RGB Variations
Color information
#706B6D (or 0x706B6D) is known color: Scorpion. HEX triplet: 70, 6B and 6D. RGB value is (112,107,109). Sum of RGB (Red+Green+Blue) = 112+107+109=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 112 - color contains mainly: red. Hex color #706B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B6D is #8F9492. Grayscale: #6C6C6C. Windows color (decimal): -9409683 or 7170928. OLE color: 7170928.
HSL color Cylindrical-coordinate representation of color #706B6D: hue angle of 336º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706B6D is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 109 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.56 |
| HSL | 336º | 0.02% | 0.43% | - |
| HSV(B) | 336º | 0.04% | 0.44% | - |
| XYZ | 14.7 | 15.06 | 16.6 | - |
| YUV | 108.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 109 | 0 | 0.04 | 0.03 | 0.56 | 336 | 0.02 | 0.43 |
| Hex | 70 | 6B | 6D | 0 | 4 | 3 | 38 | 150 | 2 | 2B |
| Octal | 160 | 153 | 155 | 0 | 4 | 3 | 70 | 520 | 2 | 53 |
| Binary | 1110000 | 1101011 | 1101101 | 0 | 100 | 11 | 111000 | 101010000 | 10 | 101011 |
Color Harmonies of #706B6D
Complementary color
Monochromatic Colors of #706B6D
Black with #706B6D
Text Example
Text Example
White with #706B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B6D; }
p { color: rgb(112,107,109); }
H1.HeaderClassName
{
color: #706B6D;
}
.AnyTagClassName
{
color: #706B6D;
}
</style>
background-color css
<style>
a { background-color: #706B6D; }
a { background-color: rgb(112,107,109); }
div.DivClassName
{
background-color: #706B6D;
}
.BgClassName
{
background-color: #706B6D;
}
</style>
border-color css
<style>
span { border-color: #706B6D; }
span { border-color: rgb(112,107,109); }
td.TdClassName
{
border-color: #706B6D;
}
.TagClassName
{
border-color: #706B6D;
}
</style>