Shades of Scorpion #705F68
Tints of Scorpion #705F68
RGB
CMYK
RGB Variations
Color information
#705F68 (or 0x705F68) is known color: Scorpion. HEX triplet: 70, 5F and 68. RGB value is (112,95,104). Sum of RGB (Red+Green+Blue) = 112+95+104=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #705F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F68 is #8FA097. Grayscale: #656565. Windows color (decimal): -9412760 or 6840176. OLE color: 6840176.
HSL color Cylindrical-coordinate representation of color #705F68: hue angle of 328.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F68 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 104 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.56 |
| HSL | 328.24º | 0.08% | 0.41% | - |
| HSV(B) | 328.24º | 0.15% | 0.44% | - |
| XYZ | 13.27 | 12.63 | 14.83 | - |
| YUV | 101.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 104 | 0 | 0.15 | 0.07 | 0.56 | 328.24 | 0.08 | 0.41 |
| Hex | 70 | 5F | 68 | 0 | F | 7 | 38 | 148 | 8 | 29 |
| Octal | 160 | 137 | 150 | 0 | 17 | 7 | 70 | 510 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1101000 | 0 | 1111 | 111 | 111000 | 101001000 | 1000 | 101001 |
Color Harmonies of #705F68
Complementary color
Monochromatic Colors of #705F68
Black with #705F68
Text Example
Text Example
White with #705F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F68; }
p { color: rgb(112,95,104); }
H1.HeaderClassName
{
color: #705F68;
}
.AnyTagClassName
{
color: #705F68;
}
</style>
background-color css
<style>
a { background-color: #705F68; }
a { background-color: rgb(112,95,104); }
div.DivClassName
{
background-color: #705F68;
}
.BgClassName
{
background-color: #705F68;
}
</style>
border-color css
<style>
span { border-color: #705F68; }
span { border-color: rgb(112,95,104); }
td.TdClassName
{
border-color: #705F68;
}
.TagClassName
{
border-color: #705F68;
}
</style>