Shades of Scorpion #7A606A
Tints of Scorpion #7A606A
RGB
CMYK
RGB Variations
Color information
#7A606A (or 0x7A606A) is known color: Scorpion. HEX triplet: 7A, 60 and 6A. RGB value is (122,96,106). Sum of RGB (Red+Green+Blue) = 122+96+106=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606A is #859F95. Grayscale: #686868. Windows color (decimal): -8757142 or 6971514. OLE color: 6971514.
HSL color Cylindrical-coordinate representation of color #7A606A: hue angle of 336.92º 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 #7A606A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 106 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.52 |
| HSL | 336.92º | 0.12% | 0.43% | - |
| HSV(B) | 336.92º | 0.21% | 0.48% | - |
| XYZ | 14.81 | 13.54 | 15.47 | - |
| YUV | 104.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 106 | 0 | 0.21 | 0.13 | 0.52 | 336.92 | 0.12 | 0.43 |
| Hex | 7A | 60 | 6A | 0 | 15 | D | 34 | 151 | C | 2B |
| Octal | 172 | 140 | 152 | 0 | 25 | 15 | 64 | 521 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1101010 | 0 | 10101 | 1101 | 110100 | 101010001 | 1100 | 101011 |
Color Harmonies of #7A606A
Complementary color
Monochromatic Colors of #7A606A
Black with #7A606A
Text Example
Text Example
White with #7A606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A606A; }
p { color: rgb(122,96,106); }
H1.HeaderClassName
{
color: #7A606A;
}
.AnyTagClassName
{
color: #7A606A;
}
</style>
background-color css
<style>
a { background-color: #7A606A; }
a { background-color: rgb(122,96,106); }
div.DivClassName
{
background-color: #7A606A;
}
.BgClassName
{
background-color: #7A606A;
}
</style>
border-color css
<style>
span { border-color: #7A606A; }
span { border-color: rgb(122,96,106); }
td.TdClassName
{
border-color: #7A606A;
}
.TagClassName
{
border-color: #7A606A;
}
</style>