Shades of Scorpion #78616B
Tints of Scorpion #78616B
RGB
CMYK
RGB Variations
Color information
#78616B (or 0x78616B) is known color: Scorpion. HEX triplet: 78, 61 and 6B. RGB value is (120,97,107). Sum of RGB (Red+Green+Blue) = 120+97+107=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78616B is #879E94. Grayscale: #686868. Windows color (decimal): -8887957 or 7037304. OLE color: 7037304.
HSL color Cylindrical-coordinate representation of color #78616B: hue angle of 333.91º 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 #78616B is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 107 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.53 |
| HSL | 333.91º | 0.11% | 0.43% | - |
| HSV(B) | 333.91º | 0.19% | 0.47% | - |
| XYZ | 14.67 | 13.6 | 15.76 | - |
| YUV | 105.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 107 | 0 | 0.19 | 0.11 | 0.53 | 333.91 | 0.11 | 0.43 |
| Hex | 78 | 61 | 6B | 0 | 13 | B | 35 | 14E | B | 2B |
| Octal | 170 | 141 | 153 | 0 | 23 | 13 | 65 | 516 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1101011 | 0 | 10011 | 1011 | 110101 | 101001110 | 1011 | 101011 |
Color Harmonies of #78616B
Complementary color
Monochromatic Colors of #78616B
Black with #78616B
Text Example
Text Example
White with #78616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78616B; }
p { color: rgb(120,97,107); }
H1.HeaderClassName
{
color: #78616B;
}
.AnyTagClassName
{
color: #78616B;
}
</style>
background-color css
<style>
a { background-color: #78616B; }
a { background-color: rgb(120,97,107); }
div.DivClassName
{
background-color: #78616B;
}
.BgClassName
{
background-color: #78616B;
}
</style>
border-color css
<style>
span { border-color: #78616B; }
span { border-color: rgb(120,97,107); }
td.TdClassName
{
border-color: #78616B;
}
.TagClassName
{
border-color: #78616B;
}
</style>