Shades of Scorpion #715F69
Tints of Scorpion #715F69
RGB
CMYK
RGB Variations
Color information
#715F69 (or 0x715F69) is known color: Scorpion. HEX triplet: 71, 5F and 69. RGB value is (113,95,105). Sum of RGB (Red+Green+Blue) = 113+95+105=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #715F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F69 is #8EA096. Grayscale: #656565. Windows color (decimal): -9347223 or 6905713. OLE color: 6905713.
HSL color Cylindrical-coordinate representation of color #715F69: hue angle of 326.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 #715F69 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 105 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.56 |
| HSL | 326.67º | 0.09% | 0.41% | - |
| HSV(B) | 326.67º | 0.16% | 0.44% | - |
| XYZ | 13.45 | 12.72 | 15.11 | - |
| YUV | 101.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 105 | 0 | 0.16 | 0.07 | 0.56 | 326.67 | 0.09 | 0.41 |
| Hex | 71 | 5F | 69 | 0 | 10 | 7 | 38 | 147 | 9 | 29 |
| Octal | 161 | 137 | 151 | 0 | 20 | 7 | 70 | 507 | 11 | 51 |
| Binary | 1110001 | 1011111 | 1101001 | 0 | 10000 | 111 | 111000 | 101000111 | 1001 | 101001 |
Color Harmonies of #715F69
Complementary color
Monochromatic Colors of #715F69
Black with #715F69
Text Example
Text Example
White with #715F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F69; }
p { color: rgb(113,95,105); }
H1.HeaderClassName
{
color: #715F69;
}
.AnyTagClassName
{
color: #715F69;
}
</style>
background-color css
<style>
a { background-color: #715F69; }
a { background-color: rgb(113,95,105); }
div.DivClassName
{
background-color: #715F69;
}
.BgClassName
{
background-color: #715F69;
}
</style>
border-color css
<style>
span { border-color: #715F69; }
span { border-color: rgb(113,95,105); }
td.TdClassName
{
border-color: #715F69;
}
.TagClassName
{
border-color: #715F69;
}
</style>