Shades of Scorpion #7A6269
Tints of Scorpion #7A6269
RGB
CMYK
RGB Variations
Color information
#7A6269 (or 0x7A6269) is known color: Scorpion. HEX triplet: 7A, 62 and 69. RGB value is (122,98,105). Sum of RGB (Red+Green+Blue) = 122+98+105=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6269 is #859D96. Grayscale: #696969. Windows color (decimal): -8756631 or 6906490. OLE color: 6906490.
HSL color Cylindrical-coordinate representation of color #7A6269: hue angle of 342.5º 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 #7A6269 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 105 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.52 |
| HSL | 342.5º | 0.11% | 0.43% | - |
| HSV(B) | 342.5º | 0.2% | 0.48% | - |
| XYZ | 14.94 | 13.89 | 15.26 | - |
| YUV | 105.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 105 | 0 | 0.20 | 0.14 | 0.52 | 342.5 | 0.11 | 0.43 |
| Hex | 7A | 62 | 69 | 0 | 14 | E | 34 | 156 | B | 2B |
| Octal | 172 | 142 | 151 | 0 | 24 | 16 | 64 | 526 | 13 | 53 |
| Binary | 1111010 | 1100010 | 1101001 | 0 | 10100 | 1110 | 110100 | 101010110 | 1011 | 101011 |
Color Harmonies of #7A6269
Complementary color
Monochromatic Colors of #7A6269
Black with #7A6269
Text Example
Text Example
White with #7A6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6269; }
p { color: rgb(122,98,105); }
H1.HeaderClassName
{
color: #7A6269;
}
.AnyTagClassName
{
color: #7A6269;
}
</style>
background-color css
<style>
a { background-color: #7A6269; }
a { background-color: rgb(122,98,105); }
div.DivClassName
{
background-color: #7A6269;
}
.BgClassName
{
background-color: #7A6269;
}
</style>
border-color css
<style>
span { border-color: #7A6269; }
span { border-color: rgb(122,98,105); }
td.TdClassName
{
border-color: #7A6269;
}
.TagClassName
{
border-color: #7A6269;
}
</style>