Shades of Scorpion #7A5C64
Tints of Scorpion #7A5C64
RGB
CMYK
RGB Variations
Color information
#7A5C64 (or 0x7A5C64) is known color: Scorpion. HEX triplet: 7A, 5C and 64. RGB value is (122,92,100). Sum of RGB (Red+Green+Blue) = 122+92+100=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C64 is #85A39B. Grayscale: #656565. Windows color (decimal): -8758172 or 6577274. OLE color: 6577274.
HSL color Cylindrical-coordinate representation of color #7A5C64: hue angle of 344º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5C64 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 92 | 100 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.52 |
| HSL | 344º | 0.14% | 0.42% | - |
| HSV(B) | 344º | 0.25% | 0.48% | - |
| XYZ | 14.15 | 12.71 | 13.76 | - |
| YUV | 101.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 100 | 0 | 0.25 | 0.18 | 0.52 | 344 | 0.14 | 0.42 |
| Hex | 7A | 5C | 64 | 0 | 19 | 12 | 34 | 158 | E | 2A |
| Octal | 172 | 134 | 144 | 0 | 31 | 22 | 64 | 530 | 16 | 52 |
| Binary | 1111010 | 1011100 | 1100100 | 0 | 11001 | 10010 | 110100 | 101011000 | 1110 | 101010 |
Color Harmonies of #7A5C64
Complementary color
Monochromatic Colors of #7A5C64
Black with #7A5C64
Text Example
Text Example
White with #7A5C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C64; }
p { color: rgb(122,92,100); }
H1.HeaderClassName
{
color: #7A5C64;
}
.AnyTagClassName
{
color: #7A5C64;
}
</style>
background-color css
<style>
a { background-color: #7A5C64; }
a { background-color: rgb(122,92,100); }
div.DivClassName
{
background-color: #7A5C64;
}
.BgClassName
{
background-color: #7A5C64;
}
</style>
border-color css
<style>
span { border-color: #7A5C64; }
span { border-color: rgb(122,92,100); }
td.TdClassName
{
border-color: #7A5C64;
}
.TagClassName
{
border-color: #7A5C64;
}
</style>