Shades of Scorpion #7A6A71
Tints of Scorpion #7A6A71
RGB
CMYK
RGB Variations
Color information
#7A6A71 (or 0x7A6A71) is known color: Scorpion. HEX triplet: 7A, 6A and 71. RGB value is (122,106,113). Sum of RGB (Red+Green+Blue) = 122+106+113=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A71 is #85958E. Grayscale: #6F6F6F. Windows color (decimal): -8754575 or 7432826. OLE color: 7432826.
HSL color Cylindrical-coordinate representation of color #7A6A71: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A6A71 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 113 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.52 |
| HSL | 333.75º | 0.07% | 0.45% | - |
| HSV(B) | 333.75º | 0.13% | 0.48% | - |
| XYZ | 16.16 | 15.64 | 17.79 | - |
| YUV | 111.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 113 | 0 | 0.13 | 0.07 | 0.52 | 333.75 | 0.07 | 0.45 |
| Hex | 7A | 6A | 71 | 0 | D | 7 | 34 | 14E | 7 | 2D |
| Octal | 172 | 152 | 161 | 0 | 15 | 7 | 64 | 516 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1110001 | 0 | 1101 | 111 | 110100 | 101001110 | 111 | 101101 |
Color Harmonies of #7A6A71
Complementary color
Monochromatic Colors of #7A6A71
Black with #7A6A71
Text Example
Text Example
White with #7A6A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A71; }
p { color: rgb(122,106,113); }
H1.HeaderClassName
{
color: #7A6A71;
}
.AnyTagClassName
{
color: #7A6A71;
}
</style>
background-color css
<style>
a { background-color: #7A6A71; }
a { background-color: rgb(122,106,113); }
div.DivClassName
{
background-color: #7A6A71;
}
.BgClassName
{
background-color: #7A6A71;
}
</style>
border-color css
<style>
span { border-color: #7A6A71; }
span { border-color: rgb(122,106,113); }
td.TdClassName
{
border-color: #7A6A71;
}
.TagClassName
{
border-color: #7A6A71;
}
</style>