Shades of Scorpion #78656E
Tints of Scorpion #78656E
RGB
CMYK
RGB Variations
Color information
#78656E (or 0x78656E) is known color: Scorpion. HEX triplet: 78, 65 and 6E. RGB value is (120,101,110). Sum of RGB (Red+Green+Blue) = 120+101+110=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78656E is #879A91. Grayscale: #6B6B6B. Windows color (decimal): -8886930 or 7234936. OLE color: 7234936.
HSL color Cylindrical-coordinate representation of color #78656E: hue angle of 331.58º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78656E is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 110 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.53 |
| HSL | 331.58º | 0.09% | 0.43% | - |
| HSV(B) | 331.58º | 0.16% | 0.47% | - |
| XYZ | 15.21 | 14.43 | 16.73 | - |
| YUV | 107.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 110 | 0 | 0.16 | 0.08 | 0.53 | 331.58 | 0.09 | 0.43 |
| Hex | 78 | 65 | 6E | 0 | 10 | 8 | 35 | 14C | 9 | 2B |
| Octal | 170 | 145 | 156 | 0 | 20 | 10 | 65 | 514 | 11 | 53 |
| Binary | 1111000 | 1100101 | 1101110 | 0 | 10000 | 1000 | 110101 | 101001100 | 1001 | 101011 |
Color Harmonies of #78656E
Complementary color
Monochromatic Colors of #78656E
Black with #78656E
Text Example
Text Example
White with #78656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78656E; }
p { color: rgb(120,101,110); }
H1.HeaderClassName
{
color: #78656E;
}
.AnyTagClassName
{
color: #78656E;
}
</style>
background-color css
<style>
a { background-color: #78656E; }
a { background-color: rgb(120,101,110); }
div.DivClassName
{
background-color: #78656E;
}
.BgClassName
{
background-color: #78656E;
}
</style>
border-color css
<style>
span { border-color: #78656E; }
span { border-color: rgb(120,101,110); }
td.TdClassName
{
border-color: #78656E;
}
.TagClassName
{
border-color: #78656E;
}
</style>