Shades of Scorpion #70676B
Tints of Scorpion #70676B
RGB
CMYK
RGB Variations
Color information
#70676B (or 0x70676B) is known color: Scorpion. HEX triplet: 70, 67 and 6B. RGB value is (112,103,107). Sum of RGB (Red+Green+Blue) = 112+103+107=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70676B is #8F9894. Grayscale: #6A6A6A. Windows color (decimal): -9410709 or 7038832. OLE color: 7038832.
HSL color Cylindrical-coordinate representation of color #70676B: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70676B is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 107 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.56 |
| HSL | 333.33º | 0.04% | 0.42% | - |
| HSV(B) | 333.33º | 0.08% | 0.44% | - |
| XYZ | 14.19 | 14.21 | 15.9 | - |
| YUV | 106.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 107 | 0 | 0.08 | 0.04 | 0.56 | 333.33 | 0.04 | 0.42 |
| Hex | 70 | 67 | 6B | 0 | 8 | 4 | 38 | 14D | 4 | 2A |
| Octal | 160 | 147 | 153 | 0 | 10 | 4 | 70 | 515 | 4 | 52 |
| Binary | 1110000 | 1100111 | 1101011 | 0 | 1000 | 100 | 111000 | 101001101 | 100 | 101010 |
Color Harmonies of #70676B
Complementary color
Monochromatic Colors of #70676B
Black with #70676B
Text Example
Text Example
White with #70676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70676B; }
p { color: rgb(112,103,107); }
H1.HeaderClassName
{
color: #70676B;
}
.AnyTagClassName
{
color: #70676B;
}
</style>
background-color css
<style>
a { background-color: #70676B; }
a { background-color: rgb(112,103,107); }
div.DivClassName
{
background-color: #70676B;
}
.BgClassName
{
background-color: #70676B;
}
</style>
border-color css
<style>
span { border-color: #70676B; }
span { border-color: rgb(112,103,107); }
td.TdClassName
{
border-color: #70676B;
}
.TagClassName
{
border-color: #70676B;
}
</style>