Shades of Scorpion #7A6167
Tints of Scorpion #7A6167
RGB
CMYK
RGB Variations
Color information
#7A6167 (or 0x7A6167) is known color: Scorpion. HEX triplet: 7A, 61 and 67. RGB value is (122,97,103). Sum of RGB (Red+Green+Blue) = 122+97+103=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6167 is #859E98. Grayscale: #696969. Windows color (decimal): -8756889 or 6775162. OLE color: 6775162.
HSL color Cylindrical-coordinate representation of color #7A6167: hue angle of 345.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 #7A6167 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 103 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.52 |
| HSL | 345.6º | 0.11% | 0.43% | - |
| HSV(B) | 345.6º | 0.2% | 0.48% | - |
| XYZ | 14.75 | 13.67 | 14.69 | - |
| YUV | 105.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 103 | 0 | 0.20 | 0.16 | 0.52 | 345.6 | 0.11 | 0.43 |
| Hex | 7A | 61 | 67 | 0 | 14 | 10 | 34 | 15A | B | 2B |
| Octal | 172 | 141 | 147 | 0 | 24 | 20 | 64 | 532 | 13 | 53 |
| Binary | 1111010 | 1100001 | 1100111 | 0 | 10100 | 10000 | 110100 | 101011010 | 1011 | 101011 |
Color Harmonies of #7A6167
Complementary color
Monochromatic Colors of #7A6167
Black with #7A6167
Text Example
Text Example
White with #7A6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6167; }
p { color: rgb(122,97,103); }
H1.HeaderClassName
{
color: #7A6167;
}
.AnyTagClassName
{
color: #7A6167;
}
</style>
background-color css
<style>
a { background-color: #7A6167; }
a { background-color: rgb(122,97,103); }
div.DivClassName
{
background-color: #7A6167;
}
.BgClassName
{
background-color: #7A6167;
}
</style>
border-color css
<style>
span { border-color: #7A6167; }
span { border-color: rgb(122,97,103); }
td.TdClassName
{
border-color: #7A6167;
}
.TagClassName
{
border-color: #7A6167;
}
</style>