Shades of Scorpion #7C626D
Tints of Scorpion #7C626D
RGB
CMYK
RGB Variations
Color information
#7C626D (or 0x7C626D) is known color: Scorpion. HEX triplet: 7C, 62 and 6D. RGB value is (124,98,109). Sum of RGB (Red+Green+Blue) = 124+98+109=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C626D is #839D92. Grayscale: #6B6B6B. Windows color (decimal): -8625555 or 7168636. OLE color: 7168636.
HSL color Cylindrical-coordinate representation of color #7C626D: hue angle of 334.62º 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 #7C626D is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 109 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.51 |
| HSL | 334.62º | 0.12% | 0.44% | - |
| HSV(B) | 334.62º | 0.21% | 0.49% | - |
| XYZ | 15.44 | 14.12 | 16.38 | - |
| YUV | 107.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 109 | 0 | 0.21 | 0.12 | 0.51 | 334.62 | 0.12 | 0.44 |
| Hex | 7C | 62 | 6D | 0 | 15 | C | 33 | 14F | C | 2C |
| Octal | 174 | 142 | 155 | 0 | 25 | 14 | 63 | 517 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1101101 | 0 | 10101 | 1100 | 110011 | 101001111 | 1100 | 101100 |
Color Harmonies of #7C626D
Complementary color
Monochromatic Colors of #7C626D
Black with #7C626D
Text Example
Text Example
White with #7C626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C626D; }
p { color: rgb(124,98,109); }
H1.HeaderClassName
{
color: #7C626D;
}
.AnyTagClassName
{
color: #7C626D;
}
</style>
background-color css
<style>
a { background-color: #7C626D; }
a { background-color: rgb(124,98,109); }
div.DivClassName
{
background-color: #7C626D;
}
.BgClassName
{
background-color: #7C626D;
}
</style>
border-color css
<style>
span { border-color: #7C626D; }
span { border-color: rgb(124,98,109); }
td.TdClassName
{
border-color: #7C626D;
}
.TagClassName
{
border-color: #7C626D;
}
</style>