Shades of Scorpion #7A6069
Tints of Scorpion #7A6069
RGB
CMYK
RGB Variations
Color information
#7A6069 (or 0x7A6069) is known color: Scorpion. HEX triplet: 7A, 60 and 69. RGB value is (122,96,105). Sum of RGB (Red+Green+Blue) = 122+96+105=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6069 is #859F96. Grayscale: #686868. Windows color (decimal): -8757143 or 6905978. OLE color: 6905978.
HSL color Cylindrical-coordinate representation of color #7A6069: hue angle of 339.23º 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 #7A6069 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 105 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.52 |
| HSL | 339.23º | 0.12% | 0.43% | - |
| HSV(B) | 339.23º | 0.21% | 0.48% | - |
| XYZ | 14.76 | 13.52 | 15.2 | - |
| YUV | 104.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 105 | 0 | 0.21 | 0.14 | 0.52 | 339.23 | 0.12 | 0.43 |
| Hex | 7A | 60 | 69 | 0 | 15 | E | 34 | 153 | C | 2B |
| Octal | 172 | 140 | 151 | 0 | 25 | 16 | 64 | 523 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1101001 | 0 | 10101 | 1110 | 110100 | 101010011 | 1100 | 101011 |
Color Harmonies of #7A6069
Complementary color
Monochromatic Colors of #7A6069
Black with #7A6069
Text Example
Text Example
White with #7A6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6069; }
p { color: rgb(122,96,105); }
H1.HeaderClassName
{
color: #7A6069;
}
.AnyTagClassName
{
color: #7A6069;
}
</style>
background-color css
<style>
a { background-color: #7A6069; }
a { background-color: rgb(122,96,105); }
div.DivClassName
{
background-color: #7A6069;
}
.BgClassName
{
background-color: #7A6069;
}
</style>
border-color css
<style>
span { border-color: #7A6069; }
span { border-color: rgb(122,96,105); }
td.TdClassName
{
border-color: #7A6069;
}
.TagClassName
{
border-color: #7A6069;
}
</style>