Shades of Scorpion #7A6770
Tints of Scorpion #7A6770
RGB
CMYK
RGB Variations
Color information
#7A6770 (or 0x7A6770) is known color: Scorpion. HEX triplet: 7A, 67 and 70. RGB value is (122,103,112). Sum of RGB (Red+Green+Blue) = 122+103+112=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6770 is #85988F. Grayscale: #6D6D6D. Windows color (decimal): -8755344 or 7366522. OLE color: 7366522.
HSL color Cylindrical-coordinate representation of color #7A6770: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6770 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 112 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.52 |
| HSL | 331.58º | 0.08% | 0.44% | - |
| HSV(B) | 331.58º | 0.16% | 0.48% | - |
| XYZ | 15.8 | 15.01 | 17.39 | - |
| YUV | 109.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 112 | 0 | 0.16 | 0.08 | 0.52 | 331.58 | 0.08 | 0.44 |
| Hex | 7A | 67 | 70 | 0 | 10 | 8 | 34 | 14C | 8 | 2C |
| Octal | 172 | 147 | 160 | 0 | 20 | 10 | 64 | 514 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1110000 | 0 | 10000 | 1000 | 110100 | 101001100 | 1000 | 101100 |
Color Harmonies of #7A6770
Complementary color
Monochromatic Colors of #7A6770
Black with #7A6770
Text Example
Text Example
White with #7A6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6770; }
p { color: rgb(122,103,112); }
H1.HeaderClassName
{
color: #7A6770;
}
.AnyTagClassName
{
color: #7A6770;
}
</style>
background-color css
<style>
a { background-color: #7A6770; }
a { background-color: rgb(122,103,112); }
div.DivClassName
{
background-color: #7A6770;
}
.BgClassName
{
background-color: #7A6770;
}
</style>
border-color css
<style>
span { border-color: #7A6770; }
span { border-color: rgb(122,103,112); }
td.TdClassName
{
border-color: #7A6770;
}
.TagClassName
{
border-color: #7A6770;
}
</style>