Shades of Scorpion #78636E
Tints of Scorpion #78636E
RGB
CMYK
RGB Variations
Color information
#78636E (or 0x78636E) is known color: Scorpion. HEX triplet: 78, 63 and 6E. RGB value is (120,99,110). Sum of RGB (Red+Green+Blue) = 120+99+110=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78636E is #879C91. Grayscale: #6A6A6A. Windows color (decimal): -8887442 or 7234424. OLE color: 7234424.
HSL color Cylindrical-coordinate representation of color #78636E: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78636E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 110 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.53 |
| HSL | 328.57º | 0.1% | 0.43% | - |
| HSV(B) | 328.57º | 0.18% | 0.47% | - |
| XYZ | 15.02 | 14.04 | 16.67 | - |
| YUV | 106.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 110 | 0 | 0.17 | 0.08 | 0.53 | 328.57 | 0.1 | 0.43 |
| Hex | 78 | 63 | 6E | 0 | 11 | 8 | 35 | 149 | A | 2B |
| Octal | 170 | 143 | 156 | 0 | 21 | 10 | 65 | 511 | 12 | 53 |
| Binary | 1111000 | 1100011 | 1101110 | 0 | 10001 | 1000 | 110101 | 101001001 | 1010 | 101011 |
Color Harmonies of #78636E
Complementary color
Monochromatic Colors of #78636E
Black with #78636E
Text Example
Text Example
White with #78636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78636E; }
p { color: rgb(120,99,110); }
H1.HeaderClassName
{
color: #78636E;
}
.AnyTagClassName
{
color: #78636E;
}
</style>
background-color css
<style>
a { background-color: #78636E; }
a { background-color: rgb(120,99,110); }
div.DivClassName
{
background-color: #78636E;
}
.BgClassName
{
background-color: #78636E;
}
</style>
border-color css
<style>
span { border-color: #78636E; }
span { border-color: rgb(120,99,110); }
td.TdClassName
{
border-color: #78636E;
}
.TagClassName
{
border-color: #78636E;
}
</style>