Shades of Scorpion #786065
Tints of Scorpion #786065
RGB
CMYK
RGB Variations
Color information
#786065 (or 0x786065) is known color: Scorpion. HEX triplet: 78, 60 and 65. RGB value is (120,96,101). Sum of RGB (Red+Green+Blue) = 120+96+101=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786065 is #879F9A. Grayscale: #676767. Windows color (decimal): -8888219 or 6643832. OLE color: 6643832.
HSL color Cylindrical-coordinate representation of color #786065: hue angle of 347.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786065 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 101 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.53 |
| HSL | 347.5º | 0.11% | 0.42% | - |
| HSV(B) | 347.5º | 0.2% | 0.47% | - |
| XYZ | 14.28 | 13.3 | 14.13 | - |
| YUV | 103.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 101 | 0 | 0.2 | 0.16 | 0.53 | 347.5 | 0.11 | 0.42 |
| Hex | 78 | 60 | 65 | 0 | 14 | 10 | 35 | 15C | B | 2A |
| Octal | 170 | 140 | 145 | 0 | 24 | 20 | 65 | 534 | 13 | 52 |
| Binary | 1111000 | 1100000 | 1100101 | 0 | 10100 | 10000 | 110101 | 101011100 | 1011 | 101010 |
Color Harmonies of #786065
Complementary color
Monochromatic Colors of #786065
Black with #786065
Text Example
Text Example
White with #786065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786065; }
p { color: rgb(120,96,101); }
H1.HeaderClassName
{
color: #786065;
}
.AnyTagClassName
{
color: #786065;
}
</style>
background-color css
<style>
a { background-color: #786065; }
a { background-color: rgb(120,96,101); }
div.DivClassName
{
background-color: #786065;
}
.BgClassName
{
background-color: #786065;
}
</style>
border-color css
<style>
span { border-color: #786065; }
span { border-color: rgb(120,96,101); }
td.TdClassName
{
border-color: #786065;
}
.TagClassName
{
border-color: #786065;
}
</style>