Shades of Scorpion #7A6971
Tints of Scorpion #7A6971
RGB
CMYK
RGB Variations
Color information
#7A6971 (or 0x7A6971) is known color: Scorpion. HEX triplet: 7A, 69 and 71. RGB value is (122,105,113). Sum of RGB (Red+Green+Blue) = 122+105+113=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6971 is #85968E. Grayscale: #6E6E6E. Windows color (decimal): -8754831 or 7432570. OLE color: 7432570.
HSL color Cylindrical-coordinate representation of color #7A6971: hue angle of 331.76º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6971 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 113 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.52 |
| HSL | 331.76º | 0.07% | 0.45% | - |
| HSV(B) | 331.76º | 0.14% | 0.48% | - |
| XYZ | 16.06 | 15.43 | 17.76 | - |
| YUV | 111 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 113 | 0 | 0.14 | 0.07 | 0.52 | 331.76 | 0.07 | 0.45 |
| Hex | 7A | 69 | 71 | 0 | E | 7 | 34 | 14C | 7 | 2D |
| Octal | 172 | 151 | 161 | 0 | 16 | 7 | 64 | 514 | 7 | 55 |
| Binary | 1111010 | 1101001 | 1110001 | 0 | 1110 | 111 | 110100 | 101001100 | 111 | 101101 |
Color Harmonies of #7A6971
Complementary color
Monochromatic Colors of #7A6971
Black with #7A6971
Text Example
Text Example
White with #7A6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6971; }
p { color: rgb(122,105,113); }
H1.HeaderClassName
{
color: #7A6971;
}
.AnyTagClassName
{
color: #7A6971;
}
</style>
background-color css
<style>
a { background-color: #7A6971; }
a { background-color: rgb(122,105,113); }
div.DivClassName
{
background-color: #7A6971;
}
.BgClassName
{
background-color: #7A6971;
}
</style>
border-color css
<style>
span { border-color: #7A6971; }
span { border-color: rgb(122,105,113); }
td.TdClassName
{
border-color: #7A6971;
}
.TagClassName
{
border-color: #7A6971;
}
</style>