Shades of Scorpion #78626E
Tints of Scorpion #78626E
RGB
CMYK
RGB Variations
Color information
#78626E (or 0x78626E) is known color: Scorpion. HEX triplet: 78, 62 and 6E. RGB value is (120,98,110). Sum of RGB (Red+Green+Blue) = 120+98+110=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78626E is #879D91. Grayscale: #696969. Windows color (decimal): -8887698 or 7234168. OLE color: 7234168.
HSL color Cylindrical-coordinate representation of color #78626E: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78626E is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 110 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.53 |
| HSL | 327.27º | 0.1% | 0.43% | - |
| HSV(B) | 327.27º | 0.18% | 0.47% | - |
| XYZ | 14.93 | 13.85 | 16.64 | - |
| YUV | 105.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 110 | 0 | 0.18 | 0.08 | 0.53 | 327.27 | 0.1 | 0.43 |
| Hex | 78 | 62 | 6E | 0 | 12 | 8 | 35 | 147 | A | 2B |
| Octal | 170 | 142 | 156 | 0 | 22 | 10 | 65 | 507 | 12 | 53 |
| Binary | 1111000 | 1100010 | 1101110 | 0 | 10010 | 1000 | 110101 | 101000111 | 1010 | 101011 |
Color Harmonies of #78626E
Complementary color
Monochromatic Colors of #78626E
Black with #78626E
Text Example
Text Example
White with #78626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78626E; }
p { color: rgb(120,98,110); }
H1.HeaderClassName
{
color: #78626E;
}
.AnyTagClassName
{
color: #78626E;
}
</style>
background-color css
<style>
a { background-color: #78626E; }
a { background-color: rgb(120,98,110); }
div.DivClassName
{
background-color: #78626E;
}
.BgClassName
{
background-color: #78626E;
}
</style>
border-color css
<style>
span { border-color: #78626E; }
span { border-color: rgb(120,98,110); }
td.TdClassName
{
border-color: #78626E;
}
.TagClassName
{
border-color: #78626E;
}
</style>