Shades of Scorpion #78616D
Tints of Scorpion #78616D
RGB
CMYK
RGB Variations
Color information
#78616D (or 0x78616D) is known color: Scorpion. HEX triplet: 78, 61 and 6D. RGB value is (120,97,109). Sum of RGB (Red+Green+Blue) = 120+97+109=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78616D is #879E92. Grayscale: #696969. Windows color (decimal): -8887955 or 7168376. OLE color: 7168376.
HSL color Cylindrical-coordinate representation of color #78616D: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78616D is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 109 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.53 |
| HSL | 328.7º | 0.11% | 0.43% | - |
| HSV(B) | 328.7º | 0.19% | 0.47% | - |
| XYZ | 14.78 | 13.65 | 16.32 | - |
| YUV | 105.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 109 | 0 | 0.19 | 0.09 | 0.53 | 328.7 | 0.11 | 0.43 |
| Hex | 78 | 61 | 6D | 0 | 13 | 9 | 35 | 149 | B | 2B |
| Octal | 170 | 141 | 155 | 0 | 23 | 11 | 65 | 511 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1101101 | 0 | 10011 | 1001 | 110101 | 101001001 | 1011 | 101011 |
Color Harmonies of #78616D
Complementary color
Monochromatic Colors of #78616D
Black with #78616D
Text Example
Text Example
White with #78616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78616D; }
p { color: rgb(120,97,109); }
H1.HeaderClassName
{
color: #78616D;
}
.AnyTagClassName
{
color: #78616D;
}
</style>
background-color css
<style>
a { background-color: #78616D; }
a { background-color: rgb(120,97,109); }
div.DivClassName
{
background-color: #78616D;
}
.BgClassName
{
background-color: #78616D;
}
</style>
border-color css
<style>
span { border-color: #78616D; }
span { border-color: rgb(120,97,109); }
td.TdClassName
{
border-color: #78616D;
}
.TagClassName
{
border-color: #78616D;
}
</style>