Shades of Scorpion #7A6067
Tints of Scorpion #7A6067
RGB
CMYK
RGB Variations
Color information
#7A6067 (or 0x7A6067) is known color: Scorpion. HEX triplet: 7A, 60 and 67. RGB value is (122,96,103). Sum of RGB (Red+Green+Blue) = 122+96+103=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6067 is #859F98. Grayscale: #686868. Windows color (decimal): -8757145 or 6774906. OLE color: 6774906.
HSL color Cylindrical-coordinate representation of color #7A6067: hue angle of 343.85º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6067 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 103 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.52 |
| HSL | 343.85º | 0.12% | 0.43% | - |
| HSV(B) | 343.85º | 0.21% | 0.48% | - |
| XYZ | 14.66 | 13.48 | 14.66 | - |
| YUV | 104.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 103 | 0 | 0.21 | 0.16 | 0.52 | 343.85 | 0.12 | 0.43 |
| Hex | 7A | 60 | 67 | 0 | 15 | 10 | 34 | 158 | C | 2B |
| Octal | 172 | 140 | 147 | 0 | 25 | 20 | 64 | 530 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1100111 | 0 | 10101 | 10000 | 110100 | 101011000 | 1100 | 101011 |
Color Harmonies of #7A6067
Complementary color
Monochromatic Colors of #7A6067
Black with #7A6067
Text Example
Text Example
White with #7A6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6067; }
p { color: rgb(122,96,103); }
H1.HeaderClassName
{
color: #7A6067;
}
.AnyTagClassName
{
color: #7A6067;
}
</style>
background-color css
<style>
a { background-color: #7A6067; }
a { background-color: rgb(122,96,103); }
div.DivClassName
{
background-color: #7A6067;
}
.BgClassName
{
background-color: #7A6067;
}
</style>
border-color css
<style>
span { border-color: #7A6067; }
span { border-color: rgb(122,96,103); }
td.TdClassName
{
border-color: #7A6067;
}
.TagClassName
{
border-color: #7A6067;
}
</style>