Shades of Scorpion #7E6772
Tints of Scorpion #7E6772
RGB
CMYK
RGB Variations
Color information
#7E6772 (or 0x7E6772) is known color: Scorpion. HEX triplet: 7E, 67 and 72. RGB value is (126,103,114). Sum of RGB (Red+Green+Blue) = 126+103+114=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6772 is #81988D. Grayscale: #6F6F6F. Windows color (decimal): -8493198 or 7497598. OLE color: 7497598.
HSL color Cylindrical-coordinate representation of color #7E6772: hue angle of 331.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E6772 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 114 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.51 |
| HSL | 331.3º | 0.1% | 0.45% | - |
| HSV(B) | 331.3º | 0.18% | 0.49% | - |
| XYZ | 16.49 | 15.35 | 18.01 | - |
| YUV | 111.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 114 | 0 | 0.18 | 0.10 | 0.51 | 331.3 | 0.1 | 0.45 |
| Hex | 7E | 67 | 72 | 0 | 12 | A | 33 | 14B | A | 2D |
| Octal | 176 | 147 | 162 | 0 | 22 | 12 | 63 | 513 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1110010 | 0 | 10010 | 1010 | 110011 | 101001011 | 1010 | 101101 |
Color Harmonies of #7E6772
Complementary color
Monochromatic Colors of #7E6772
Black with #7E6772
Text Example
Text Example
White with #7E6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6772; }
p { color: rgb(126,103,114); }
H1.HeaderClassName
{
color: #7E6772;
}
.AnyTagClassName
{
color: #7E6772;
}
</style>
background-color css
<style>
a { background-color: #7E6772; }
a { background-color: rgb(126,103,114); }
div.DivClassName
{
background-color: #7E6772;
}
.BgClassName
{
background-color: #7E6772;
}
</style>
border-color css
<style>
span { border-color: #7E6772; }
span { border-color: rgb(126,103,114); }
td.TdClassName
{
border-color: #7E6772;
}
.TagClassName
{
border-color: #7E6772;
}
</style>