Shades of Scorpion #7D616C
Tints of Scorpion #7D616C
RGB
CMYK
RGB Variations
Color information
#7D616C (or 0x7D616C) is known color: Scorpion. HEX triplet: 7D, 61 and 6C. RGB value is (125,97,108). Sum of RGB (Red+Green+Blue) = 125+97+108=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D616C is #829E93. Grayscale: #6A6A6A. Windows color (decimal): -8560276 or 7102845. OLE color: 7102845.
HSL color Cylindrical-coordinate representation of color #7D616C: hue angle of 336.43º degrees, saturation: 0.13, 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 #7D616C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 108 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.51 |
| HSL | 336.43º | 0.13% | 0.44% | - |
| HSV(B) | 336.43º | 0.22% | 0.49% | - |
| XYZ | 15.44 | 13.99 | 16.07 | - |
| YUV | 106.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 108 | 0 | 0.22 | 0.14 | 0.51 | 336.43 | 0.13 | 0.44 |
| Hex | 7D | 61 | 6C | 0 | 16 | E | 33 | 150 | D | 2C |
| Octal | 175 | 141 | 154 | 0 | 26 | 16 | 63 | 520 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1101100 | 0 | 10110 | 1110 | 110011 | 101010000 | 1101 | 101100 |
Color Harmonies of #7D616C
Complementary color
Monochromatic Colors of #7D616C
Black with #7D616C
Text Example
Text Example
White with #7D616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D616C; }
p { color: rgb(125,97,108); }
H1.HeaderClassName
{
color: #7D616C;
}
.AnyTagClassName
{
color: #7D616C;
}
</style>
background-color css
<style>
a { background-color: #7D616C; }
a { background-color: rgb(125,97,108); }
div.DivClassName
{
background-color: #7D616C;
}
.BgClassName
{
background-color: #7D616C;
}
</style>
border-color css
<style>
span { border-color: #7D616C; }
span { border-color: rgb(125,97,108); }
td.TdClassName
{
border-color: #7D616C;
}
.TagClassName
{
border-color: #7D616C;
}
</style>