Shades of Scorpion #78656B
Tints of Scorpion #78656B
RGB
CMYK
RGB Variations
Color information
#78656B (or 0x78656B) is known color: Scorpion. HEX triplet: 78, 65 and 6B. RGB value is (120,101,107). Sum of RGB (Red+Green+Blue) = 120+101+107=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78656B is #879A94. Grayscale: #6B6B6B. Windows color (decimal): -8886933 or 7038328. OLE color: 7038328.
HSL color Cylindrical-coordinate representation of color #78656B: hue angle of 341.05º 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 #78656B is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 107 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.53 |
| HSL | 341.05º | 0.09% | 0.43% | - |
| HSV(B) | 341.05º | 0.16% | 0.47% | - |
| XYZ | 15.05 | 14.36 | 15.89 | - |
| YUV | 107.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 107 | 0 | 0.16 | 0.11 | 0.53 | 341.05 | 0.09 | 0.43 |
| Hex | 78 | 65 | 6B | 0 | 10 | B | 35 | 155 | 9 | 2B |
| Octal | 170 | 145 | 153 | 0 | 20 | 13 | 65 | 525 | 11 | 53 |
| Binary | 1111000 | 1100101 | 1101011 | 0 | 10000 | 1011 | 110101 | 101010101 | 1001 | 101011 |
Color Harmonies of #78656B
Complementary color
Monochromatic Colors of #78656B
Black with #78656B
Text Example
Text Example
White with #78656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78656B; }
p { color: rgb(120,101,107); }
H1.HeaderClassName
{
color: #78656B;
}
.AnyTagClassName
{
color: #78656B;
}
</style>
background-color css
<style>
a { background-color: #78656B; }
a { background-color: rgb(120,101,107); }
div.DivClassName
{
background-color: #78656B;
}
.BgClassName
{
background-color: #78656B;
}
</style>
border-color css
<style>
span { border-color: #78656B; }
span { border-color: rgb(120,101,107); }
td.TdClassName
{
border-color: #78656B;
}
.TagClassName
{
border-color: #78656B;
}
</style>