Shades of Scorpion #7A616C
Tints of Scorpion #7A616C
RGB
CMYK
RGB Variations
Color information
#7A616C (or 0x7A616C) is known color: Scorpion. HEX triplet: 7A, 61 and 6C. RGB value is (122,97,108). Sum of RGB (Red+Green+Blue) = 122+97+108=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A616C is #859E93. Grayscale: #696969. Windows color (decimal): -8756884 or 7102842. OLE color: 7102842.
HSL color Cylindrical-coordinate representation of color #7A616C: hue angle of 333.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A616C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 108 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.52 |
| HSL | 333.6º | 0.11% | 0.43% | - |
| HSV(B) | 333.6º | 0.2% | 0.48% | - |
| XYZ | 15.01 | 13.77 | 16.05 | - |
| YUV | 105.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 108 | 0 | 0.20 | 0.11 | 0.52 | 333.6 | 0.11 | 0.43 |
| Hex | 7A | 61 | 6C | 0 | 14 | B | 34 | 14E | B | 2B |
| Octal | 172 | 141 | 154 | 0 | 24 | 13 | 64 | 516 | 13 | 53 |
| Binary | 1111010 | 1100001 | 1101100 | 0 | 10100 | 1011 | 110100 | 101001110 | 1011 | 101011 |
Color Harmonies of #7A616C
Complementary color
Monochromatic Colors of #7A616C
Black with #7A616C
Text Example
Text Example
White with #7A616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A616C; }
p { color: rgb(122,97,108); }
H1.HeaderClassName
{
color: #7A616C;
}
.AnyTagClassName
{
color: #7A616C;
}
</style>
background-color css
<style>
a { background-color: #7A616C; }
a { background-color: rgb(122,97,108); }
div.DivClassName
{
background-color: #7A616C;
}
.BgClassName
{
background-color: #7A616C;
}
</style>
border-color css
<style>
span { border-color: #7A616C; }
span { border-color: rgb(122,97,108); }
td.TdClassName
{
border-color: #7A616C;
}
.TagClassName
{
border-color: #7A616C;
}
</style>