Shades of Scorpion #785C63
Tints of Scorpion #785C63
RGB
CMYK
RGB Variations
Color information
#785C63 (or 0x785C63) is known color: Scorpion. HEX triplet: 78, 5C and 63. RGB value is (120,92,99). Sum of RGB (Red+Green+Blue) = 120+92+99=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #785C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C63 is #87A39C. Grayscale: #656565. Windows color (decimal): -8889245 or 6511736. OLE color: 6511736.
HSL color Cylindrical-coordinate representation of color #785C63: hue angle of 345º 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 #785C63 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 99 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.53 |
| HSL | 345º | 0.13% | 0.42% | - |
| HSV(B) | 345º | 0.23% | 0.47% | - |
| XYZ | 13.83 | 12.55 | 13.5 | - |
| YUV | 101.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 99 | 0 | 0.23 | 0.17 | 0.53 | 345 | 0.13 | 0.42 |
| Hex | 78 | 5C | 63 | 0 | 17 | 11 | 35 | 159 | D | 2A |
| Octal | 170 | 134 | 143 | 0 | 27 | 21 | 65 | 531 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1100011 | 0 | 10111 | 10001 | 110101 | 101011001 | 1101 | 101010 |
Color Harmonies of #785C63
Complementary color
Monochromatic Colors of #785C63
Black with #785C63
Text Example
Text Example
White with #785C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C63; }
p { color: rgb(120,92,99); }
H1.HeaderClassName
{
color: #785C63;
}
.AnyTagClassName
{
color: #785C63;
}
</style>
background-color css
<style>
a { background-color: #785C63; }
a { background-color: rgb(120,92,99); }
div.DivClassName
{
background-color: #785C63;
}
.BgClassName
{
background-color: #785C63;
}
</style>
border-color css
<style>
span { border-color: #785C63; }
span { border-color: rgb(120,92,99); }
td.TdClassName
{
border-color: #785C63;
}
.TagClassName
{
border-color: #785C63;
}
</style>