Shades of Scorpion #715D68
Tints of Scorpion #715D68
RGB
CMYK
RGB Variations
Color information
#715D68 (or 0x715D68) is known color: Scorpion. HEX triplet: 71, 5D and 68. RGB value is (113,93,104). Sum of RGB (Red+Green+Blue) = 113+93+104=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #715D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D68 is #8EA297. Grayscale: #646464. Windows color (decimal): -9347736 or 6839665. OLE color: 6839665.
HSL color Cylindrical-coordinate representation of color #715D68: hue angle of 327º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715D68 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 104 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.56 |
| HSL | 327º | 0.1% | 0.4% | - |
| HSV(B) | 327º | 0.18% | 0.44% | - |
| XYZ | 13.22 | 12.34 | 14.78 | - |
| YUV | 100.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 104 | 0 | 0.18 | 0.08 | 0.56 | 327 | 0.1 | 0.4 |
| Hex | 71 | 5D | 68 | 0 | 12 | 8 | 38 | 147 | A | 28 |
| Octal | 161 | 135 | 150 | 0 | 22 | 10 | 70 | 507 | 12 | 50 |
| Binary | 1110001 | 1011101 | 1101000 | 0 | 10010 | 1000 | 111000 | 101000111 | 1010 | 101000 |
Color Harmonies of #715D68
Complementary color
Monochromatic Colors of #715D68
Black with #715D68
Text Example
Text Example
White with #715D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D68; }
p { color: rgb(113,93,104); }
H1.HeaderClassName
{
color: #715D68;
}
.AnyTagClassName
{
color: #715D68;
}
</style>
background-color css
<style>
a { background-color: #715D68; }
a { background-color: rgb(113,93,104); }
div.DivClassName
{
background-color: #715D68;
}
.BgClassName
{
background-color: #715D68;
}
</style>
border-color css
<style>
span { border-color: #715D68; }
span { border-color: rgb(113,93,104); }
td.TdClassName
{
border-color: #715D68;
}
.TagClassName
{
border-color: #715D68;
}
</style>