Shades of Scorpion #78606B
Tints of Scorpion #78606B
RGB
CMYK
RGB Variations
Color information
#78606B (or 0x78606B) is known color: Scorpion. HEX triplet: 78, 60 and 6B. RGB value is (120,96,107). Sum of RGB (Red+Green+Blue) = 120+96+107=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #78606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78606B is #879F94. Grayscale: #686868. Windows color (decimal): -8888213 or 7037048. OLE color: 7037048.
HSL color Cylindrical-coordinate representation of color #78606B: hue angle of 332.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78606B is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 107 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.53 |
| HSL | 332.5º | 0.11% | 0.42% | - |
| HSV(B) | 332.5º | 0.2% | 0.47% | - |
| XYZ | 14.58 | 13.42 | 15.73 | - |
| YUV | 104.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 107 | 0 | 0.2 | 0.11 | 0.53 | 332.5 | 0.11 | 0.42 |
| Hex | 78 | 60 | 6B | 0 | 14 | B | 35 | 14C | B | 2A |
| Octal | 170 | 140 | 153 | 0 | 24 | 13 | 65 | 514 | 13 | 52 |
| Binary | 1111000 | 1100000 | 1101011 | 0 | 10100 | 1011 | 110101 | 101001100 | 1011 | 101010 |
Color Harmonies of #78606B
Complementary color
Monochromatic Colors of #78606B
Black with #78606B
Text Example
Text Example
White with #78606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78606B; }
p { color: rgb(120,96,107); }
H1.HeaderClassName
{
color: #78606B;
}
.AnyTagClassName
{
color: #78606B;
}
</style>
background-color css
<style>
a { background-color: #78606B; }
a { background-color: rgb(120,96,107); }
div.DivClassName
{
background-color: #78606B;
}
.BgClassName
{
background-color: #78606B;
}
</style>
border-color css
<style>
span { border-color: #78606B; }
span { border-color: rgb(120,96,107); }
td.TdClassName
{
border-color: #78606B;
}
.TagClassName
{
border-color: #78606B;
}
</style>