Shades of Scorpion #786166
Tints of Scorpion #786166
RGB
CMYK
RGB Variations
Color information
#786166 (or 0x786166) is known color: Scorpion. HEX triplet: 78, 61 and 66. RGB value is (120,97,102). Sum of RGB (Red+Green+Blue) = 120+97+102=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786166 is #879E99. Grayscale: #686868. Windows color (decimal): -8887962 or 6709624. OLE color: 6709624.
HSL color Cylindrical-coordinate representation of color #786166: hue angle of 346.96º 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 #786166 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 102 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.53 |
| HSL | 346.96º | 0.11% | 0.43% | - |
| HSV(B) | 346.96º | 0.19% | 0.47% | - |
| XYZ | 14.42 | 13.5 | 14.42 | - |
| YUV | 104.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 102 | 0 | 0.19 | 0.15 | 0.53 | 346.96 | 0.11 | 0.43 |
| Hex | 78 | 61 | 66 | 0 | 13 | F | 35 | 15B | B | 2B |
| Octal | 170 | 141 | 146 | 0 | 23 | 17 | 65 | 533 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1100110 | 0 | 10011 | 1111 | 110101 | 101011011 | 1011 | 101011 |
Color Harmonies of #786166
Complementary color
Monochromatic Colors of #786166
Black with #786166
Text Example
Text Example
White with #786166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786166; }
p { color: rgb(120,97,102); }
H1.HeaderClassName
{
color: #786166;
}
.AnyTagClassName
{
color: #786166;
}
</style>
background-color css
<style>
a { background-color: #786166; }
a { background-color: rgb(120,97,102); }
div.DivClassName
{
background-color: #786166;
}
.BgClassName
{
background-color: #786166;
}
</style>
border-color css
<style>
span { border-color: #786166; }
span { border-color: rgb(120,97,102); }
td.TdClassName
{
border-color: #786166;
}
.TagClassName
{
border-color: #786166;
}
</style>