Shades of Scorpion #7A636D
Tints of Scorpion #7A636D
RGB
CMYK
RGB Variations
Color information
#7A636D (or 0x7A636D) is known color: Scorpion. HEX triplet: 7A, 63 and 6D. RGB value is (122,99,109). Sum of RGB (Red+Green+Blue) = 122+99+109=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A636D is #859C92. Grayscale: #6A6A6A. Windows color (decimal): -8756371 or 7168890. OLE color: 7168890.
HSL color Cylindrical-coordinate representation of color #7A636D: hue angle of 333.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A636D is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 109 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.52 |
| HSL | 333.91º | 0.1% | 0.43% | - |
| HSV(B) | 333.91º | 0.19% | 0.48% | - |
| XYZ | 15.25 | 14.17 | 16.4 | - |
| YUV | 107.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 109 | 0 | 0.19 | 0.11 | 0.52 | 333.91 | 0.1 | 0.43 |
| Hex | 7A | 63 | 6D | 0 | 13 | B | 34 | 14E | A | 2B |
| Octal | 172 | 143 | 155 | 0 | 23 | 13 | 64 | 516 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1101101 | 0 | 10011 | 1011 | 110100 | 101001110 | 1010 | 101011 |
Color Harmonies of #7A636D
Complementary color
Monochromatic Colors of #7A636D
Black with #7A636D
Text Example
Text Example
White with #7A636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A636D; }
p { color: rgb(122,99,109); }
H1.HeaderClassName
{
color: #7A636D;
}
.AnyTagClassName
{
color: #7A636D;
}
</style>
background-color css
<style>
a { background-color: #7A636D; }
a { background-color: rgb(122,99,109); }
div.DivClassName
{
background-color: #7A636D;
}
.BgClassName
{
background-color: #7A636D;
}
</style>
border-color css
<style>
span { border-color: #7A636D; }
span { border-color: rgb(122,99,109); }
td.TdClassName
{
border-color: #7A636D;
}
.TagClassName
{
border-color: #7A636D;
}
</style>