Shades of Scorpion #78646E
Tints of Scorpion #78646E
RGB
CMYK
RGB Variations
Color information
#78646E (or 0x78646E) is known color: Scorpion. HEX triplet: 78, 64 and 6E. RGB value is (120,100,110). Sum of RGB (Red+Green+Blue) = 120+100+110=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646E is #879B91. Grayscale: #6B6B6B. Windows color (decimal): -8887186 or 7234680. OLE color: 7234680.
HSL color Cylindrical-coordinate representation of color #78646E: hue angle of 330º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78646E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 110 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.53 |
| HSL | 330º | 0.09% | 0.43% | - |
| HSV(B) | 330º | 0.17% | 0.47% | - |
| XYZ | 15.12 | 14.23 | 16.7 | - |
| YUV | 107.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 110 | 0 | 0.17 | 0.08 | 0.53 | 330 | 0.09 | 0.43 |
| Hex | 78 | 64 | 6E | 0 | 11 | 8 | 35 | 14A | 9 | 2B |
| Octal | 170 | 144 | 156 | 0 | 21 | 10 | 65 | 512 | 11 | 53 |
| Binary | 1111000 | 1100100 | 1101110 | 0 | 10001 | 1000 | 110101 | 101001010 | 1001 | 101011 |
Color Harmonies of #78646E
Complementary color
Monochromatic Colors of #78646E
Black with #78646E
Text Example
Text Example
White with #78646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78646E; }
p { color: rgb(120,100,110); }
H1.HeaderClassName
{
color: #78646E;
}
.AnyTagClassName
{
color: #78646E;
}
</style>
background-color css
<style>
a { background-color: #78646E; }
a { background-color: rgb(120,100,110); }
div.DivClassName
{
background-color: #78646E;
}
.BgClassName
{
background-color: #78646E;
}
</style>
border-color css
<style>
span { border-color: #78646E; }
span { border-color: rgb(120,100,110); }
td.TdClassName
{
border-color: #78646E;
}
.TagClassName
{
border-color: #78646E;
}
</style>