Shades of Scorpion #7C6671
Tints of Scorpion #7C6671
RGB
CMYK
RGB Variations
Color information
#7C6671 (or 0x7C6671) is known color: Scorpion. HEX triplet: 7C, 66 and 71. RGB value is (124,102,113). Sum of RGB (Red+Green+Blue) = 124+102+113=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6671 is #83998E. Grayscale: #6D6D6D. Windows color (decimal): -8624527 or 7431804. OLE color: 7431804.
HSL color Cylindrical-coordinate representation of color #7C6671: hue angle of 330º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C6671 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 113 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.51 |
| HSL | 330º | 0.1% | 0.44% | - |
| HSV(B) | 330º | 0.18% | 0.49% | - |
| XYZ | 16.04 | 14.98 | 17.67 | - |
| YUV | 109.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 113 | 0 | 0.18 | 0.09 | 0.51 | 330 | 0.1 | 0.44 |
| Hex | 7C | 66 | 71 | 0 | 12 | 9 | 33 | 14A | A | 2C |
| Octal | 174 | 146 | 161 | 0 | 22 | 11 | 63 | 512 | 12 | 54 |
| Binary | 1111100 | 1100110 | 1110001 | 0 | 10010 | 1001 | 110011 | 101001010 | 1010 | 101100 |
Color Harmonies of #7C6671
Complementary color
Monochromatic Colors of #7C6671
Black with #7C6671
Text Example
Text Example
White with #7C6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6671; }
p { color: rgb(124,102,113); }
H1.HeaderClassName
{
color: #7C6671;
}
.AnyTagClassName
{
color: #7C6671;
}
</style>
background-color css
<style>
a { background-color: #7C6671; }
a { background-color: rgb(124,102,113); }
div.DivClassName
{
background-color: #7C6671;
}
.BgClassName
{
background-color: #7C6671;
}
</style>
border-color css
<style>
span { border-color: #7C6671; }
span { border-color: rgb(124,102,113); }
td.TdClassName
{
border-color: #7C6671;
}
.TagClassName
{
border-color: #7C6671;
}
</style>