Shades of Scorpion #785C65
Tints of Scorpion #785C65
RGB
CMYK
RGB Variations
Color information
#785C65 (or 0x785C65) is known color: Scorpion. HEX triplet: 78, 5C and 65. RGB value is (120,92,101). Sum of RGB (Red+Green+Blue) = 120+92+101=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C65 is #87A39A. Grayscale: #656565. Windows color (decimal): -8889243 or 6642808. OLE color: 6642808.
HSL color Cylindrical-coordinate representation of color #785C65: hue angle of 340.71º 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 #785C65 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 101 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.53 |
| HSL | 340.71º | 0.13% | 0.42% | - |
| HSV(B) | 340.71º | 0.23% | 0.47% | - |
| XYZ | 13.92 | 12.59 | 14.01 | - |
| YUV | 101.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 101 | 0 | 0.23 | 0.16 | 0.53 | 340.71 | 0.13 | 0.42 |
| Hex | 78 | 5C | 65 | 0 | 17 | 10 | 35 | 155 | D | 2A |
| Octal | 170 | 134 | 145 | 0 | 27 | 20 | 65 | 525 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1100101 | 0 | 10111 | 10000 | 110101 | 101010101 | 1101 | 101010 |
Color Harmonies of #785C65
Complementary color
Monochromatic Colors of #785C65
Black with #785C65
Text Example
Text Example
White with #785C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C65; }
p { color: rgb(120,92,101); }
H1.HeaderClassName
{
color: #785C65;
}
.AnyTagClassName
{
color: #785C65;
}
</style>
background-color css
<style>
a { background-color: #785C65; }
a { background-color: rgb(120,92,101); }
div.DivClassName
{
background-color: #785C65;
}
.BgClassName
{
background-color: #785C65;
}
</style>
border-color css
<style>
span { border-color: #785C65; }
span { border-color: rgb(120,92,101); }
td.TdClassName
{
border-color: #785C65;
}
.TagClassName
{
border-color: #785C65;
}
</style>