Shades of Scorpion #7C646F
Tints of Scorpion #7C646F
RGB
CMYK
RGB Variations
Color information
#7C646F (or 0x7C646F) is known color: Scorpion. HEX triplet: 7C, 64 and 6F. RGB value is (124,100,111). Sum of RGB (Red+Green+Blue) = 124+100+111=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C646F is #839B90. Grayscale: #6C6C6C. Windows color (decimal): -8625041 or 7300220. OLE color: 7300220.
HSL color Cylindrical-coordinate representation of color #7C646F: hue angle of 332.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C646F is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 111 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.51 |
| HSL | 332.5º | 0.11% | 0.44% | - |
| HSV(B) | 332.5º | 0.19% | 0.49% | - |
| XYZ | 15.74 | 14.55 | 17.02 | - |
| YUV | 108.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 111 | 0 | 0.19 | 0.10 | 0.51 | 332.5 | 0.11 | 0.44 |
| Hex | 7C | 64 | 6F | 0 | 13 | A | 33 | 14C | B | 2C |
| Octal | 174 | 144 | 157 | 0 | 23 | 12 | 63 | 514 | 13 | 54 |
| Binary | 1111100 | 1100100 | 1101111 | 0 | 10011 | 1010 | 110011 | 101001100 | 1011 | 101100 |
Color Harmonies of #7C646F
Complementary color
Monochromatic Colors of #7C646F
Black with #7C646F
Text Example
Text Example
White with #7C646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C646F; }
p { color: rgb(124,100,111); }
H1.HeaderClassName
{
color: #7C646F;
}
.AnyTagClassName
{
color: #7C646F;
}
</style>
background-color css
<style>
a { background-color: #7C646F; }
a { background-color: rgb(124,100,111); }
div.DivClassName
{
background-color: #7C646F;
}
.BgClassName
{
background-color: #7C646F;
}
</style>
border-color css
<style>
span { border-color: #7C646F; }
span { border-color: rgb(124,100,111); }
td.TdClassName
{
border-color: #7C646F;
}
.TagClassName
{
border-color: #7C646F;
}
</style>