Shades of Scorpion #7A606E
Tints of Scorpion #7A606E
RGB
CMYK
RGB Variations
Color information
#7A606E (or 0x7A606E) is known color: Scorpion. HEX triplet: 7A, 60 and 6E. RGB value is (122,96,110). Sum of RGB (Red+Green+Blue) = 122+96+110=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606E is #859F91. Grayscale: #696969. Windows color (decimal): -8757138 or 7233658. OLE color: 7233658.
HSL color Cylindrical-coordinate representation of color #7A606E: hue angle of 327.69º 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 #7A606E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 110 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.52 |
| HSL | 327.69º | 0.12% | 0.43% | - |
| HSV(B) | 327.69º | 0.21% | 0.48% | - |
| XYZ | 15.02 | 13.63 | 16.59 | - |
| YUV | 105.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 110 | 0 | 0.21 | 0.10 | 0.52 | 327.69 | 0.12 | 0.43 |
| Hex | 7A | 60 | 6E | 0 | 15 | A | 34 | 148 | C | 2B |
| Octal | 172 | 140 | 156 | 0 | 25 | 12 | 64 | 510 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1101110 | 0 | 10101 | 1010 | 110100 | 101001000 | 1100 | 101011 |
Color Harmonies of #7A606E
Complementary color
Monochromatic Colors of #7A606E
Black with #7A606E
Text Example
Text Example
White with #7A606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A606E; }
p { color: rgb(122,96,110); }
H1.HeaderClassName
{
color: #7A606E;
}
.AnyTagClassName
{
color: #7A606E;
}
</style>
background-color css
<style>
a { background-color: #7A606E; }
a { background-color: rgb(122,96,110); }
div.DivClassName
{
background-color: #7A606E;
}
.BgClassName
{
background-color: #7A606E;
}
</style>
border-color css
<style>
span { border-color: #7A606E; }
span { border-color: rgb(122,96,110); }
td.TdClassName
{
border-color: #7A606E;
}
.TagClassName
{
border-color: #7A606E;
}
</style>