Shades of Scorpion #715F63
Tints of Scorpion #715F63
RGB
CMYK
RGB Variations
Color information
#715F63 (or 0x715F63) is known color: Scorpion. HEX triplet: 71, 5F and 63. RGB value is (113,95,99). Sum of RGB (Red+Green+Blue) = 113+95+99=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #715F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F63 is #8EA09C. Grayscale: #646464. Windows color (decimal): -9347229 or 6512497. OLE color: 6512497.
HSL color Cylindrical-coordinate representation of color #715F63: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #715F63 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 99 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.56 |
| HSL | 346.67º | 0.09% | 0.41% | - |
| HSV(B) | 346.67º | 0.16% | 0.44% | - |
| XYZ | 13.15 | 12.6 | 13.54 | - |
| YUV | 100.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 99 | 0 | 0.16 | 0.12 | 0.56 | 346.67 | 0.09 | 0.41 |
| Hex | 71 | 5F | 63 | 0 | 10 | C | 38 | 15B | 9 | 29 |
| Octal | 161 | 137 | 143 | 0 | 20 | 14 | 70 | 533 | 11 | 51 |
| Binary | 1110001 | 1011111 | 1100011 | 0 | 10000 | 1100 | 111000 | 101011011 | 1001 | 101001 |
Color Harmonies of #715F63
Complementary color
Monochromatic Colors of #715F63
Black with #715F63
Text Example
Text Example
White with #715F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F63; }
p { color: rgb(113,95,99); }
H1.HeaderClassName
{
color: #715F63;
}
.AnyTagClassName
{
color: #715F63;
}
</style>
background-color css
<style>
a { background-color: #715F63; }
a { background-color: rgb(113,95,99); }
div.DivClassName
{
background-color: #715F63;
}
.BgClassName
{
background-color: #715F63;
}
</style>
border-color css
<style>
span { border-color: #715F63; }
span { border-color: rgb(113,95,99); }
td.TdClassName
{
border-color: #715F63;
}
.TagClassName
{
border-color: #715F63;
}
</style>