Shades of Scorpion #7C626F
Tints of Scorpion #7C626F
RGB
CMYK
RGB Variations
Color information
#7C626F (or 0x7C626F) is known color: Scorpion. HEX triplet: 7C, 62 and 6F. RGB value is (124,98,111). Sum of RGB (Red+Green+Blue) = 124+98+111=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C626F is #839D90. Grayscale: #6B6B6B. Windows color (decimal): -8625553 or 7299708. OLE color: 7299708.
HSL color Cylindrical-coordinate representation of color #7C626F: hue angle of 330º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C626F is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 111 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.51 |
| HSL | 330º | 0.12% | 0.44% | - |
| HSV(B) | 330º | 0.21% | 0.49% | - |
| XYZ | 15.55 | 14.17 | 16.95 | - |
| YUV | 107.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 111 | 0 | 0.21 | 0.10 | 0.51 | 330 | 0.12 | 0.44 |
| Hex | 7C | 62 | 6F | 0 | 15 | A | 33 | 14A | C | 2C |
| Octal | 174 | 142 | 157 | 0 | 25 | 12 | 63 | 512 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1101111 | 0 | 10101 | 1010 | 110011 | 101001010 | 1100 | 101100 |
Color Harmonies of #7C626F
Complementary color
Monochromatic Colors of #7C626F
Black with #7C626F
Text Example
Text Example
White with #7C626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C626F; }
p { color: rgb(124,98,111); }
H1.HeaderClassName
{
color: #7C626F;
}
.AnyTagClassName
{
color: #7C626F;
}
</style>
background-color css
<style>
a { background-color: #7C626F; }
a { background-color: rgb(124,98,111); }
div.DivClassName
{
background-color: #7C626F;
}
.BgClassName
{
background-color: #7C626F;
}
</style>
border-color css
<style>
span { border-color: #7C626F; }
span { border-color: rgb(124,98,111); }
td.TdClassName
{
border-color: #7C626F;
}
.TagClassName
{
border-color: #7C626F;
}
</style>