Shades of Scorpion #706568
Tints of Scorpion #706568
RGB
CMYK
RGB Variations
Color information
#706568 (or 0x706568) is known color: Scorpion. HEX triplet: 70, 65 and 68. RGB value is (112,101,104). Sum of RGB (Red+Green+Blue) = 112+101+104=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706568 is #8F9A97. Grayscale: #686868. Windows color (decimal): -9411224 or 6841712. OLE color: 6841712.
HSL color Cylindrical-coordinate representation of color #706568: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706568 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 104 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.56 |
| HSL | 343.64º | 0.05% | 0.42% | - |
| HSV(B) | 343.64º | 0.1% | 0.44% | - |
| XYZ | 13.83 | 13.75 | 15.02 | - |
| YUV | 104.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 104 | 0 | 0.10 | 0.07 | 0.56 | 343.64 | 0.05 | 0.42 |
| Hex | 70 | 65 | 68 | 0 | A | 7 | 38 | 158 | 5 | 2A |
| Octal | 160 | 145 | 150 | 0 | 12 | 7 | 70 | 530 | 5 | 52 |
| Binary | 1110000 | 1100101 | 1101000 | 0 | 1010 | 111 | 111000 | 101011000 | 101 | 101010 |
Color Harmonies of #706568
Complementary color
Monochromatic Colors of #706568
Black with #706568
Text Example
Text Example
White with #706568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706568; }
p { color: rgb(112,101,104); }
H1.HeaderClassName
{
color: #706568;
}
.AnyTagClassName
{
color: #706568;
}
</style>
background-color css
<style>
a { background-color: #706568; }
a { background-color: rgb(112,101,104); }
div.DivClassName
{
background-color: #706568;
}
.BgClassName
{
background-color: #706568;
}
</style>
border-color css
<style>
span { border-color: #706568; }
span { border-color: rgb(112,101,104); }
td.TdClassName
{
border-color: #706568;
}
.TagClassName
{
border-color: #706568;
}
</style>