Shades of Scorpion #7A646F
Tints of Scorpion #7A646F
RGB
CMYK
RGB Variations
Color information
#7A646F (or 0x7A646F) is known color: Scorpion. HEX triplet: 7A, 64 and 6F. RGB value is (122,100,111). Sum of RGB (Red+Green+Blue) = 122+100+111=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A646F is #859B90. Grayscale: #6B6B6B. Windows color (decimal): -8756113 or 7300218. OLE color: 7300218.
HSL color Cylindrical-coordinate representation of color #7A646F: hue angle of 330º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A646F is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 111 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.52 |
| HSL | 330º | 0.1% | 0.44% | - |
| HSV(B) | 330º | 0.18% | 0.48% | - |
| XYZ | 15.45 | 14.4 | 17 | - |
| YUV | 107.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 111 | 0 | 0.18 | 0.09 | 0.52 | 330 | 0.1 | 0.44 |
| Hex | 7A | 64 | 6F | 0 | 12 | 9 | 34 | 14A | A | 2C |
| Octal | 172 | 144 | 157 | 0 | 22 | 11 | 64 | 512 | 12 | 54 |
| Binary | 1111010 | 1100100 | 1101111 | 0 | 10010 | 1001 | 110100 | 101001010 | 1010 | 101100 |
Color Harmonies of #7A646F
Complementary color
Monochromatic Colors of #7A646F
Black with #7A646F
Text Example
Text Example
White with #7A646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A646F; }
p { color: rgb(122,100,111); }
H1.HeaderClassName
{
color: #7A646F;
}
.AnyTagClassName
{
color: #7A646F;
}
</style>
background-color css
<style>
a { background-color: #7A646F; }
a { background-color: rgb(122,100,111); }
div.DivClassName
{
background-color: #7A646F;
}
.BgClassName
{
background-color: #7A646F;
}
</style>
border-color css
<style>
span { border-color: #7A646F; }
span { border-color: rgb(122,100,111); }
td.TdClassName
{
border-color: #7A646F;
}
.TagClassName
{
border-color: #7A646F;
}
</style>