Shades of Scorpion #7A6066
Tints of Scorpion #7A6066
RGB
CMYK
RGB Variations
Color information
#7A6066 (or 0x7A6066) is known color: Scorpion. HEX triplet: 7A, 60 and 66. RGB value is (122,96,102). Sum of RGB (Red+Green+Blue) = 122+96+102=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6066 is #859F99. Grayscale: #686868. Windows color (decimal): -8757146 or 6709370. OLE color: 6709370.
HSL color Cylindrical-coordinate representation of color #7A6066: hue angle of 346.15º 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 #7A6066 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 102 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.52 |
| HSL | 346.15º | 0.12% | 0.43% | - |
| HSV(B) | 346.15º | 0.21% | 0.48% | - |
| XYZ | 14.61 | 13.46 | 14.4 | - |
| YUV | 104.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 102 | 0 | 0.21 | 0.16 | 0.52 | 346.15 | 0.12 | 0.43 |
| Hex | 7A | 60 | 66 | 0 | 15 | 10 | 34 | 15A | C | 2B |
| Octal | 172 | 140 | 146 | 0 | 25 | 20 | 64 | 532 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1100110 | 0 | 10101 | 10000 | 110100 | 101011010 | 1100 | 101011 |
Color Harmonies of #7A6066
Complementary color
Monochromatic Colors of #7A6066
Black with #7A6066
Text Example
Text Example
White with #7A6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6066; }
p { color: rgb(122,96,102); }
H1.HeaderClassName
{
color: #7A6066;
}
.AnyTagClassName
{
color: #7A6066;
}
</style>
background-color css
<style>
a { background-color: #7A6066; }
a { background-color: rgb(122,96,102); }
div.DivClassName
{
background-color: #7A6066;
}
.BgClassName
{
background-color: #7A6066;
}
</style>
border-color css
<style>
span { border-color: #7A6066; }
span { border-color: rgb(122,96,102); }
td.TdClassName
{
border-color: #7A6066;
}
.TagClassName
{
border-color: #7A6066;
}
</style>