Shades of Scorpion #705D65
Tints of Scorpion #705D65
RGB
CMYK
RGB Variations
Color information
#705D65 (or 0x705D65) is known color: Scorpion. HEX triplet: 70, 5D and 65. RGB value is (112,93,101). Sum of RGB (Red+Green+Blue) = 112+93+101=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #705D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D65 is #8FA29A. Grayscale: #636363. Windows color (decimal): -9413275 or 6643056. OLE color: 6643056.
HSL color Cylindrical-coordinate representation of color #705D65: hue angle of 334.74º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #705D65 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 101 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.56 |
| HSL | 334.74º | 0.09% | 0.4% | - |
| HSV(B) | 334.74º | 0.17% | 0.44% | - |
| XYZ | 12.95 | 12.21 | 13.99 | - |
| YUV | 99.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 101 | 0 | 0.17 | 0.10 | 0.56 | 334.74 | 0.09 | 0.4 |
| Hex | 70 | 5D | 65 | 0 | 11 | A | 38 | 14F | 9 | 28 |
| Octal | 160 | 135 | 145 | 0 | 21 | 12 | 70 | 517 | 11 | 50 |
| Binary | 1110000 | 1011101 | 1100101 | 0 | 10001 | 1010 | 111000 | 101001111 | 1001 | 101000 |
Color Harmonies of #705D65
Complementary color
Monochromatic Colors of #705D65
Black with #705D65
Text Example
Text Example
White with #705D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D65; }
p { color: rgb(112,93,101); }
H1.HeaderClassName
{
color: #705D65;
}
.AnyTagClassName
{
color: #705D65;
}
</style>
background-color css
<style>
a { background-color: #705D65; }
a { background-color: rgb(112,93,101); }
div.DivClassName
{
background-color: #705D65;
}
.BgClassName
{
background-color: #705D65;
}
</style>
border-color css
<style>
span { border-color: #705D65; }
span { border-color: rgb(112,93,101); }
td.TdClassName
{
border-color: #705D65;
}
.TagClassName
{
border-color: #705D65;
}
</style>