Shades of Scorpion #78676E
Tints of Scorpion #78676E
RGB
CMYK
RGB Variations
Color information
#78676E (or 0x78676E) is known color: Scorpion. HEX triplet: 78, 67 and 6E. RGB value is (120,103,110). Sum of RGB (Red+Green+Blue) = 120+103+110=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #78676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78676E is #879891. Grayscale: #6C6C6C. Windows color (decimal): -8886418 or 7235448. OLE color: 7235448.
HSL color Cylindrical-coordinate representation of color #78676E: hue angle of 335.29º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78676E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 110 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.53 |
| HSL | 335.29º | 0.08% | 0.44% | - |
| HSV(B) | 335.29º | 0.14% | 0.47% | - |
| XYZ | 15.41 | 14.82 | 16.8 | - |
| YUV | 108.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 110 | 0 | 0.14 | 0.08 | 0.53 | 335.29 | 0.08 | 0.44 |
| Hex | 78 | 67 | 6E | 0 | E | 8 | 35 | 14F | 8 | 2C |
| Octal | 170 | 147 | 156 | 0 | 16 | 10 | 65 | 517 | 10 | 54 |
| Binary | 1111000 | 1100111 | 1101110 | 0 | 1110 | 1000 | 110101 | 101001111 | 1000 | 101100 |
Color Harmonies of #78676E
Complementary color
Monochromatic Colors of #78676E
Black with #78676E
Text Example
Text Example
White with #78676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78676E; }
p { color: rgb(120,103,110); }
H1.HeaderClassName
{
color: #78676E;
}
.AnyTagClassName
{
color: #78676E;
}
</style>
background-color css
<style>
a { background-color: #78676E; }
a { background-color: rgb(120,103,110); }
div.DivClassName
{
background-color: #78676E;
}
.BgClassName
{
background-color: #78676E;
}
</style>
border-color css
<style>
span { border-color: #78676E; }
span { border-color: rgb(120,103,110); }
td.TdClassName
{
border-color: #78676E;
}
.TagClassName
{
border-color: #78676E;
}
</style>