Shades of Scorpion #785E65
Tints of Scorpion #785E65
RGB
CMYK
RGB Variations
Color information
#785E65 (or 0x785E65) is known color: Scorpion. HEX triplet: 78, 5E and 65. RGB value is (120,94,101). Sum of RGB (Red+Green+Blue) = 120+94+101=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E65 is #87A19A. Grayscale: #666666. Windows color (decimal): -8888731 or 6643320. OLE color: 6643320.
HSL color Cylindrical-coordinate representation of color #785E65: hue angle of 343.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E65 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 101 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.53 |
| HSL | 343.85º | 0.12% | 0.42% | - |
| HSV(B) | 343.85º | 0.22% | 0.47% | - |
| XYZ | 14.1 | 12.94 | 14.07 | - |
| YUV | 102.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 101 | 0 | 0.22 | 0.16 | 0.53 | 343.85 | 0.12 | 0.42 |
| Hex | 78 | 5E | 65 | 0 | 16 | 10 | 35 | 158 | C | 2A |
| Octal | 170 | 136 | 145 | 0 | 26 | 20 | 65 | 530 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1100101 | 0 | 10110 | 10000 | 110101 | 101011000 | 1100 | 101010 |
Color Harmonies of #785E65
Complementary color
Monochromatic Colors of #785E65
Black with #785E65
Text Example
Text Example
White with #785E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E65; }
p { color: rgb(120,94,101); }
H1.HeaderClassName
{
color: #785E65;
}
.AnyTagClassName
{
color: #785E65;
}
</style>
background-color css
<style>
a { background-color: #785E65; }
a { background-color: rgb(120,94,101); }
div.DivClassName
{
background-color: #785E65;
}
.BgClassName
{
background-color: #785E65;
}
</style>
border-color css
<style>
span { border-color: #785E65; }
span { border-color: rgb(120,94,101); }
td.TdClassName
{
border-color: #785E65;
}
.TagClassName
{
border-color: #785E65;
}
</style>