Shades of Scorpion #7C616F
Tints of Scorpion #7C616F
RGB
CMYK
RGB Variations
Color information
#7C616F (or 0x7C616F) is known color: Scorpion. HEX triplet: 7C, 61 and 6F. RGB value is (124,97,111). Sum of RGB (Red+Green+Blue) = 124+97+111=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C616F is #839E90. Grayscale: #6A6A6A. Windows color (decimal): -8625809 or 7299452. OLE color: 7299452.
HSL color Cylindrical-coordinate representation of color #7C616F: hue angle of 328.89º 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 #7C616F is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 111 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.51 |
| HSL | 328.89º | 0.12% | 0.43% | - |
| HSV(B) | 328.89º | 0.22% | 0.49% | - |
| XYZ | 15.46 | 13.98 | 16.92 | - |
| YUV | 106.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 111 | 0 | 0.22 | 0.10 | 0.51 | 328.89 | 0.12 | 0.43 |
| Hex | 7C | 61 | 6F | 0 | 16 | A | 33 | 149 | C | 2B |
| Octal | 174 | 141 | 157 | 0 | 26 | 12 | 63 | 511 | 14 | 53 |
| Binary | 1111100 | 1100001 | 1101111 | 0 | 10110 | 1010 | 110011 | 101001001 | 1100 | 101011 |
Color Harmonies of #7C616F
Complementary color
Monochromatic Colors of #7C616F
Black with #7C616F
Text Example
Text Example
White with #7C616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C616F; }
p { color: rgb(124,97,111); }
H1.HeaderClassName
{
color: #7C616F;
}
.AnyTagClassName
{
color: #7C616F;
}
</style>
background-color css
<style>
a { background-color: #7C616F; }
a { background-color: rgb(124,97,111); }
div.DivClassName
{
background-color: #7C616F;
}
.BgClassName
{
background-color: #7C616F;
}
</style>
border-color css
<style>
span { border-color: #7C616F; }
span { border-color: rgb(124,97,111); }
td.TdClassName
{
border-color: #7C616F;
}
.TagClassName
{
border-color: #7C616F;
}
</style>