Shades of Scorpion #7A646C
Tints of Scorpion #7A646C
RGB
CMYK
RGB Variations
Color information
#7A646C (or 0x7A646C) is known color: Scorpion. HEX triplet: 7A, 64 and 6C. RGB value is (122,100,108). Sum of RGB (Red+Green+Blue) = 122+100+108=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A646C is #859B93. Grayscale: #6B6B6B. Windows color (decimal): -8756116 or 7103610. OLE color: 7103610.
HSL color Cylindrical-coordinate representation of color #7A646C: hue angle of 338.18º 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 #7A646C is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 108 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.52 |
| HSL | 338.18º | 0.1% | 0.44% | - |
| HSV(B) | 338.18º | 0.18% | 0.48% | - |
| XYZ | 15.29 | 14.33 | 16.15 | - |
| YUV | 107.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 108 | 0 | 0.18 | 0.11 | 0.52 | 338.18 | 0.1 | 0.44 |
| Hex | 7A | 64 | 6C | 0 | 12 | B | 34 | 152 | A | 2C |
| Octal | 172 | 144 | 154 | 0 | 22 | 13 | 64 | 522 | 12 | 54 |
| Binary | 1111010 | 1100100 | 1101100 | 0 | 10010 | 1011 | 110100 | 101010010 | 1010 | 101100 |
Color Harmonies of #7A646C
Complementary color
Monochromatic Colors of #7A646C
Black with #7A646C
Text Example
Text Example
White with #7A646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A646C; }
p { color: rgb(122,100,108); }
H1.HeaderClassName
{
color: #7A646C;
}
.AnyTagClassName
{
color: #7A646C;
}
</style>
background-color css
<style>
a { background-color: #7A646C; }
a { background-color: rgb(122,100,108); }
div.DivClassName
{
background-color: #7A646C;
}
.BgClassName
{
background-color: #7A646C;
}
</style>
border-color css
<style>
span { border-color: #7A646C; }
span { border-color: rgb(122,100,108); }
td.TdClassName
{
border-color: #7A646C;
}
.TagClassName
{
border-color: #7A646C;
}
</style>