Shades of Scorpion #78656C
Tints of Scorpion #78656C
RGB
CMYK
RGB Variations
Color information
#78656C (or 0x78656C) is known color: Scorpion. HEX triplet: 78, 65 and 6C. RGB value is (120,101,108). Sum of RGB (Red+Green+Blue) = 120+101+108=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78656C is #879A93. Grayscale: #6B6B6B. Windows color (decimal): -8886932 or 7103864. OLE color: 7103864.
HSL color Cylindrical-coordinate representation of color #78656C: hue angle of 337.89º 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 #78656C is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 108 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.53 |
| HSL | 337.89º | 0.09% | 0.43% | - |
| HSV(B) | 337.89º | 0.16% | 0.47% | - |
| XYZ | 15.11 | 14.38 | 16.17 | - |
| YUV | 107.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 108 | 0 | 0.16 | 0.10 | 0.53 | 337.89 | 0.09 | 0.43 |
| Hex | 78 | 65 | 6C | 0 | 10 | A | 35 | 152 | 9 | 2B |
| Octal | 170 | 145 | 154 | 0 | 20 | 12 | 65 | 522 | 11 | 53 |
| Binary | 1111000 | 1100101 | 1101100 | 0 | 10000 | 1010 | 110101 | 101010010 | 1001 | 101011 |
Color Harmonies of #78656C
Complementary color
Monochromatic Colors of #78656C
Black with #78656C
Text Example
Text Example
White with #78656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78656C; }
p { color: rgb(120,101,108); }
H1.HeaderClassName
{
color: #78656C;
}
.AnyTagClassName
{
color: #78656C;
}
</style>
background-color css
<style>
a { background-color: #78656C; }
a { background-color: rgb(120,101,108); }
div.DivClassName
{
background-color: #78656C;
}
.BgClassName
{
background-color: #78656C;
}
</style>
border-color css
<style>
span { border-color: #78656C; }
span { border-color: rgb(120,101,108); }
td.TdClassName
{
border-color: #78656C;
}
.TagClassName
{
border-color: #78656C;
}
</style>