Shades of Scorpion #7C616A
Tints of Scorpion #7C616A
RGB
CMYK
RGB Variations
Color information
#7C616A (or 0x7C616A) is known color: Scorpion. HEX triplet: 7C, 61 and 6A. RGB value is (124,97,106). Sum of RGB (Red+Green+Blue) = 124+97+106=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C616A is #839E95. Grayscale: #6A6A6A. Windows color (decimal): -8625814 or 6971772. OLE color: 6971772.
HSL color Cylindrical-coordinate representation of color #7C616A: hue angle of 340º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C616A is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 106 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.51 |
| HSL | 340º | 0.12% | 0.43% | - |
| HSV(B) | 340º | 0.22% | 0.49% | - |
| XYZ | 15.19 | 13.88 | 15.51 | - |
| YUV | 106.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 106 | 0 | 0.22 | 0.15 | 0.51 | 340 | 0.12 | 0.43 |
| Hex | 7C | 61 | 6A | 0 | 16 | F | 33 | 154 | C | 2B |
| Octal | 174 | 141 | 152 | 0 | 26 | 17 | 63 | 524 | 14 | 53 |
| Binary | 1111100 | 1100001 | 1101010 | 0 | 10110 | 1111 | 110011 | 101010100 | 1100 | 101011 |
Color Harmonies of #7C616A
Complementary color
Monochromatic Colors of #7C616A
Black with #7C616A
Text Example
Text Example
White with #7C616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C616A; }
p { color: rgb(124,97,106); }
H1.HeaderClassName
{
color: #7C616A;
}
.AnyTagClassName
{
color: #7C616A;
}
</style>
background-color css
<style>
a { background-color: #7C616A; }
a { background-color: rgb(124,97,106); }
div.DivClassName
{
background-color: #7C616A;
}
.BgClassName
{
background-color: #7C616A;
}
</style>
border-color css
<style>
span { border-color: #7C616A; }
span { border-color: rgb(124,97,106); }
td.TdClassName
{
border-color: #7C616A;
}
.TagClassName
{
border-color: #7C616A;
}
</style>