Shades of Scorpion #7A606D
Tints of Scorpion #7A606D
RGB
CMYK
RGB Variations
Color information
#7A606D (or 0x7A606D) is known color: Scorpion. HEX triplet: 7A, 60 and 6D. RGB value is (122,96,109). Sum of RGB (Red+Green+Blue) = 122+96+109=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606D is #859F92. Grayscale: #696969. Windows color (decimal): -8757139 or 7168122. OLE color: 7168122.
HSL color Cylindrical-coordinate representation of color #7A606D: hue angle of 330º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A606D is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 109 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.52 |
| HSL | 330º | 0.12% | 0.43% | - |
| HSV(B) | 330º | 0.21% | 0.48% | - |
| XYZ | 14.97 | 13.61 | 16.31 | - |
| YUV | 105.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 109 | 0 | 0.21 | 0.11 | 0.52 | 330 | 0.12 | 0.43 |
| Hex | 7A | 60 | 6D | 0 | 15 | B | 34 | 14A | C | 2B |
| Octal | 172 | 140 | 155 | 0 | 25 | 13 | 64 | 512 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1101101 | 0 | 10101 | 1011 | 110100 | 101001010 | 1100 | 101011 |
Color Harmonies of #7A606D
Complementary color
Monochromatic Colors of #7A606D
Black with #7A606D
Text Example
Text Example
White with #7A606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A606D; }
p { color: rgb(122,96,109); }
H1.HeaderClassName
{
color: #7A606D;
}
.AnyTagClassName
{
color: #7A606D;
}
</style>
background-color css
<style>
a { background-color: #7A606D; }
a { background-color: rgb(122,96,109); }
div.DivClassName
{
background-color: #7A606D;
}
.BgClassName
{
background-color: #7A606D;
}
</style>
border-color css
<style>
span { border-color: #7A606D; }
span { border-color: rgb(122,96,109); }
td.TdClassName
{
border-color: #7A606D;
}
.TagClassName
{
border-color: #7A606D;
}
</style>