Shades of Scorpion #7A5D64
Tints of Scorpion #7A5D64
RGB
CMYK
RGB Variations
Color information
#7A5D64 (or 0x7A5D64) is known color: Scorpion. HEX triplet: 7A, 5D and 64. RGB value is (122,93,100). Sum of RGB (Red+Green+Blue) = 122+93+100=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D64 is #85A29B. Grayscale: #666666. Windows color (decimal): -8757916 or 6577530. OLE color: 6577530.
HSL color Cylindrical-coordinate representation of color #7A5D64: hue angle of 345.52º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A5D64 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 100 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.52 |
| HSL | 345.52º | 0.13% | 0.42% | - |
| HSV(B) | 345.52º | 0.24% | 0.48% | - |
| XYZ | 14.24 | 12.89 | 13.79 | - |
| YUV | 102.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 100 | 0 | 0.24 | 0.18 | 0.52 | 345.52 | 0.13 | 0.42 |
| Hex | 7A | 5D | 64 | 0 | 18 | 12 | 34 | 15A | D | 2A |
| Octal | 172 | 135 | 144 | 0 | 30 | 22 | 64 | 532 | 15 | 52 |
| Binary | 1111010 | 1011101 | 1100100 | 0 | 11000 | 10010 | 110100 | 101011010 | 1101 | 101010 |
Color Harmonies of #7A5D64
Complementary color
Monochromatic Colors of #7A5D64
Black with #7A5D64
Text Example
Text Example
White with #7A5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D64; }
p { color: rgb(122,93,100); }
H1.HeaderClassName
{
color: #7A5D64;
}
.AnyTagClassName
{
color: #7A5D64;
}
</style>
background-color css
<style>
a { background-color: #7A5D64; }
a { background-color: rgb(122,93,100); }
div.DivClassName
{
background-color: #7A5D64;
}
.BgClassName
{
background-color: #7A5D64;
}
</style>
border-color css
<style>
span { border-color: #7A5D64; }
span { border-color: rgb(122,93,100); }
td.TdClassName
{
border-color: #7A5D64;
}
.TagClassName
{
border-color: #7A5D64;
}
</style>