Shades of Scorpion #78616A
Tints of Scorpion #78616A
RGB
CMYK
RGB Variations
Color information
#78616A (or 0x78616A) is known color: Scorpion. HEX triplet: 78, 61 and 6A. RGB value is (120,97,106). Sum of RGB (Red+Green+Blue) = 120+97+106=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #78616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78616A is #879E95. Grayscale: #686868. Windows color (decimal): -8887958 or 6971768. OLE color: 6971768.
HSL color Cylindrical-coordinate representation of color #78616A: hue angle of 336.52º 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 #78616A is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 106 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.53 |
| HSL | 336.52º | 0.11% | 0.43% | - |
| HSV(B) | 336.52º | 0.19% | 0.47% | - |
| XYZ | 14.62 | 13.58 | 15.49 | - |
| YUV | 104.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 106 | 0 | 0.19 | 0.12 | 0.53 | 336.52 | 0.11 | 0.43 |
| Hex | 78 | 61 | 6A | 0 | 13 | C | 35 | 151 | B | 2B |
| Octal | 170 | 141 | 152 | 0 | 23 | 14 | 65 | 521 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1101010 | 0 | 10011 | 1100 | 110101 | 101010001 | 1011 | 101011 |
Color Harmonies of #78616A
Complementary color
Monochromatic Colors of #78616A
Black with #78616A
Text Example
Text Example
White with #78616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78616A; }
p { color: rgb(120,97,106); }
H1.HeaderClassName
{
color: #78616A;
}
.AnyTagClassName
{
color: #78616A;
}
</style>
background-color css
<style>
a { background-color: #78616A; }
a { background-color: rgb(120,97,106); }
div.DivClassName
{
background-color: #78616A;
}
.BgClassName
{
background-color: #78616A;
}
</style>
border-color css
<style>
span { border-color: #78616A; }
span { border-color: rgb(120,97,106); }
td.TdClassName
{
border-color: #78616A;
}
.TagClassName
{
border-color: #78616A;
}
</style>