Shades of Scorpion #7A666D
Tints of Scorpion #7A666D
RGB
CMYK
RGB Variations
Color information
#7A666D (or 0x7A666D) is known color: Scorpion. HEX triplet: 7A, 66 and 6D. RGB value is (122,102,109). Sum of RGB (Red+Green+Blue) = 122+102+109=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A666D is #859992. Grayscale: #6C6C6C. Windows color (decimal): -8755603 or 7169658. OLE color: 7169658.
HSL color Cylindrical-coordinate representation of color #7A666D: hue angle of 339º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A666D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 109 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.52 |
| HSL | 339º | 0.09% | 0.44% | - |
| HSV(B) | 339º | 0.16% | 0.48% | - |
| XYZ | 15.54 | 14.74 | 16.5 | - |
| YUV | 108.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 109 | 0 | 0.16 | 0.11 | 0.52 | 339 | 0.09 | 0.44 |
| Hex | 7A | 66 | 6D | 0 | 10 | B | 34 | 153 | 9 | 2C |
| Octal | 172 | 146 | 155 | 0 | 20 | 13 | 64 | 523 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1101101 | 0 | 10000 | 1011 | 110100 | 101010011 | 1001 | 101100 |
Color Harmonies of #7A666D
Complementary color
Monochromatic Colors of #7A666D
Black with #7A666D
Text Example
Text Example
White with #7A666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A666D; }
p { color: rgb(122,102,109); }
H1.HeaderClassName
{
color: #7A666D;
}
.AnyTagClassName
{
color: #7A666D;
}
</style>
background-color css
<style>
a { background-color: #7A666D; }
a { background-color: rgb(122,102,109); }
div.DivClassName
{
background-color: #7A666D;
}
.BgClassName
{
background-color: #7A666D;
}
</style>
border-color css
<style>
span { border-color: #7A666D; }
span { border-color: rgb(122,102,109); }
td.TdClassName
{
border-color: #7A666D;
}
.TagClassName
{
border-color: #7A666D;
}
</style>