Shades of Scorpion #7D626F
Tints of Scorpion #7D626F
RGB
CMYK
RGB Variations
Color information
#7D626F (or 0x7D626F) is known color: Scorpion. HEX triplet: 7D, 62 and 6F. RGB value is (125,98,111). Sum of RGB (Red+Green+Blue) = 125+98+111=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D626F is #829D90. Grayscale: #6B6B6B. Windows color (decimal): -8560017 or 7299709. OLE color: 7299709.
HSL color Cylindrical-coordinate representation of color #7D626F: hue angle of 331.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D626F is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 111 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.51 |
| HSL | 331.11º | 0.12% | 0.44% | - |
| HSV(B) | 331.11º | 0.22% | 0.49% | - |
| XYZ | 15.69 | 14.24 | 16.96 | - |
| YUV | 107.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 111 | 0 | 0.22 | 0.11 | 0.51 | 331.11 | 0.12 | 0.44 |
| Hex | 7D | 62 | 6F | 0 | 16 | B | 33 | 14B | C | 2C |
| Octal | 175 | 142 | 157 | 0 | 26 | 13 | 63 | 513 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1101111 | 0 | 10110 | 1011 | 110011 | 101001011 | 1100 | 101100 |
Color Harmonies of #7D626F
Complementary color
Monochromatic Colors of #7D626F
Black with #7D626F
Text Example
Text Example
White with #7D626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D626F; }
p { color: rgb(125,98,111); }
H1.HeaderClassName
{
color: #7D626F;
}
.AnyTagClassName
{
color: #7D626F;
}
</style>
background-color css
<style>
a { background-color: #7D626F; }
a { background-color: rgb(125,98,111); }
div.DivClassName
{
background-color: #7D626F;
}
.BgClassName
{
background-color: #7D626F;
}
</style>
border-color css
<style>
span { border-color: #7D626F; }
span { border-color: rgb(125,98,111); }
td.TdClassName
{
border-color: #7D626F;
}
.TagClassName
{
border-color: #7D626F;
}
</style>