Shades of Scorpion #7C5E66
Tints of Scorpion #7C5E66
RGB
CMYK
RGB Variations
Color information
#7C5E66 (or 0x7C5E66) is known color: Scorpion. HEX triplet: 7C, 5E and 66. RGB value is (124,94,102). Sum of RGB (Red+Green+Blue) = 124+94+102=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E66 is #83A199. Grayscale: #676767. Windows color (decimal): -8626586 or 6708860. OLE color: 6708860.
HSL color Cylindrical-coordinate representation of color #7C5E66: hue angle of 344º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E66 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 102 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.51 |
| HSL | 344º | 0.14% | 0.43% | - |
| HSV(B) | 344º | 0.24% | 0.49% | - |
| XYZ | 14.71 | 13.25 | 14.35 | - |
| YUV | 103.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 102 | 0 | 0.24 | 0.18 | 0.51 | 344 | 0.14 | 0.43 |
| Hex | 7C | 5E | 66 | 0 | 18 | 12 | 33 | 158 | E | 2B |
| Octal | 174 | 136 | 146 | 0 | 30 | 22 | 63 | 530 | 16 | 53 |
| Binary | 1111100 | 1011110 | 1100110 | 0 | 11000 | 10010 | 110011 | 101011000 | 1110 | 101011 |
Color Harmonies of #7C5E66
Complementary color
Monochromatic Colors of #7C5E66
Black with #7C5E66
Text Example
Text Example
White with #7C5E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E66; }
p { color: rgb(124,94,102); }
H1.HeaderClassName
{
color: #7C5E66;
}
.AnyTagClassName
{
color: #7C5E66;
}
</style>
background-color css
<style>
a { background-color: #7C5E66; }
a { background-color: rgb(124,94,102); }
div.DivClassName
{
background-color: #7C5E66;
}
.BgClassName
{
background-color: #7C5E66;
}
</style>
border-color css
<style>
span { border-color: #7C5E66; }
span { border-color: rgb(124,94,102); }
td.TdClassName
{
border-color: #7C5E66;
}
.TagClassName
{
border-color: #7C5E66;
}
</style>