Shades of Scorpion #7D6470
Tints of Scorpion #7D6470
RGB
CMYK
RGB Variations
Color information
#7D6470 (or 0x7D6470) is known color: Scorpion. HEX triplet: 7D, 64 and 70. RGB value is (125,100,112). Sum of RGB (Red+Green+Blue) = 125+100+112=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6470 is #829B8F. Grayscale: #6C6C6C. Windows color (decimal): -8559504 or 7365757. OLE color: 7365757.
HSL color Cylindrical-coordinate representation of color #7D6470: hue angle of 331.2º 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 #7D6470 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 112 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.51 |
| HSL | 331.2º | 0.11% | 0.44% | - |
| HSV(B) | 331.2º | 0.2% | 0.49% | - |
| XYZ | 15.94 | 14.64 | 17.32 | - |
| YUV | 108.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 112 | 0 | 0.2 | 0.10 | 0.51 | 331.2 | 0.11 | 0.44 |
| Hex | 7D | 64 | 70 | 0 | 14 | A | 33 | 14B | B | 2C |
| Octal | 175 | 144 | 160 | 0 | 24 | 12 | 63 | 513 | 13 | 54 |
| Binary | 1111101 | 1100100 | 1110000 | 0 | 10100 | 1010 | 110011 | 101001011 | 1011 | 101100 |
Color Harmonies of #7D6470
Complementary color
Monochromatic Colors of #7D6470
Black with #7D6470
Text Example
Text Example
White with #7D6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6470; }
p { color: rgb(125,100,112); }
H1.HeaderClassName
{
color: #7D6470;
}
.AnyTagClassName
{
color: #7D6470;
}
</style>
background-color css
<style>
a { background-color: #7D6470; }
a { background-color: rgb(125,100,112); }
div.DivClassName
{
background-color: #7D6470;
}
.BgClassName
{
background-color: #7D6470;
}
</style>
border-color css
<style>
span { border-color: #7D6470; }
span { border-color: rgb(125,100,112); }
td.TdClassName
{
border-color: #7D6470;
}
.TagClassName
{
border-color: #7D6470;
}
</style>