Shades of Scorpion #7C636B
Tints of Scorpion #7C636B
RGB
CMYK
RGB Variations
Color information
#7C636B (or 0x7C636B) is known color: Scorpion. HEX triplet: 7C, 63 and 6B. RGB value is (124,99,107). Sum of RGB (Red+Green+Blue) = 124+99+107=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C636B is #839C94. Grayscale: #6B6B6B. Windows color (decimal): -8625301 or 7037820. OLE color: 7037820.
HSL color Cylindrical-coordinate representation of color #7C636B: hue angle of 340.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C636B is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 107 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.51 |
| HSL | 340.8º | 0.11% | 0.44% | - |
| HSV(B) | 340.8º | 0.2% | 0.49% | - |
| XYZ | 15.43 | 14.27 | 15.85 | - |
| YUV | 107.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 107 | 0 | 0.20 | 0.14 | 0.51 | 340.8 | 0.11 | 0.44 |
| Hex | 7C | 63 | 6B | 0 | 14 | E | 33 | 155 | B | 2C |
| Octal | 174 | 143 | 153 | 0 | 24 | 16 | 63 | 525 | 13 | 54 |
| Binary | 1111100 | 1100011 | 1101011 | 0 | 10100 | 1110 | 110011 | 101010101 | 1011 | 101100 |
Color Harmonies of #7C636B
Complementary color
Monochromatic Colors of #7C636B
Black with #7C636B
Text Example
Text Example
White with #7C636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C636B; }
p { color: rgb(124,99,107); }
H1.HeaderClassName
{
color: #7C636B;
}
.AnyTagClassName
{
color: #7C636B;
}
</style>
background-color css
<style>
a { background-color: #7C636B; }
a { background-color: rgb(124,99,107); }
div.DivClassName
{
background-color: #7C636B;
}
.BgClassName
{
background-color: #7C636B;
}
</style>
border-color css
<style>
span { border-color: #7C636B; }
span { border-color: rgb(124,99,107); }
td.TdClassName
{
border-color: #7C636B;
}
.TagClassName
{
border-color: #7C636B;
}
</style>