Shades of Scorpion #785D64
Tints of Scorpion #785D64
RGB
CMYK
RGB Variations
Color information
#785D64 (or 0x785D64) is known color: Scorpion. HEX triplet: 78, 5D and 64. RGB value is (120,93,100). Sum of RGB (Red+Green+Blue) = 120+93+100=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D64 is #87A29B. Grayscale: #656565. Windows color (decimal): -8888988 or 6577528. OLE color: 6577528.
HSL color Cylindrical-coordinate representation of color #785D64: hue angle of 344.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D64 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 100 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.53 |
| HSL | 344.44º | 0.13% | 0.42% | - |
| HSV(B) | 344.44º | 0.23% | 0.47% | - |
| XYZ | 13.96 | 12.74 | 13.78 | - |
| YUV | 101.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 100 | 0 | 0.22 | 0.17 | 0.53 | 344.44 | 0.13 | 0.42 |
| Hex | 78 | 5D | 64 | 0 | 16 | 11 | 35 | 158 | D | 2A |
| Octal | 170 | 135 | 144 | 0 | 26 | 21 | 65 | 530 | 15 | 52 |
| Binary | 1111000 | 1011101 | 1100100 | 0 | 10110 | 10001 | 110101 | 101011000 | 1101 | 101010 |
Color Harmonies of #785D64
Complementary color
Monochromatic Colors of #785D64
Black with #785D64
Text Example
Text Example
White with #785D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D64; }
p { color: rgb(120,93,100); }
H1.HeaderClassName
{
color: #785D64;
}
.AnyTagClassName
{
color: #785D64;
}
</style>
background-color css
<style>
a { background-color: #785D64; }
a { background-color: rgb(120,93,100); }
div.DivClassName
{
background-color: #785D64;
}
.BgClassName
{
background-color: #785D64;
}
</style>
border-color css
<style>
span { border-color: #785D64; }
span { border-color: rgb(120,93,100); }
td.TdClassName
{
border-color: #785D64;
}
.TagClassName
{
border-color: #785D64;
}
</style>