Shades of Scorpion #786368
Tints of Scorpion #786368
RGB
CMYK
RGB Variations
Color information
#786368 (or 0x786368) is known color: Scorpion. HEX triplet: 78, 63 and 68. RGB value is (120,99,104). Sum of RGB (Red+Green+Blue) = 120+99+104=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786368 is #879C97. Grayscale: #696969. Windows color (decimal): -8887448 or 6841208. OLE color: 6841208.
HSL color Cylindrical-coordinate representation of color #786368: hue angle of 345.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786368 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 104 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.53 |
| HSL | 345.71º | 0.1% | 0.43% | - |
| HSV(B) | 345.71º | 0.18% | 0.47% | - |
| XYZ | 14.71 | 13.92 | 15.01 | - |
| YUV | 105.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 104 | 0 | 0.17 | 0.13 | 0.53 | 345.71 | 0.1 | 0.43 |
| Hex | 78 | 63 | 68 | 0 | 11 | D | 35 | 15A | A | 2B |
| Octal | 170 | 143 | 150 | 0 | 21 | 15 | 65 | 532 | 12 | 53 |
| Binary | 1111000 | 1100011 | 1101000 | 0 | 10001 | 1101 | 110101 | 101011010 | 1010 | 101011 |
Color Harmonies of #786368
Complementary color
Monochromatic Colors of #786368
Black with #786368
Text Example
Text Example
White with #786368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786368; }
p { color: rgb(120,99,104); }
H1.HeaderClassName
{
color: #786368;
}
.AnyTagClassName
{
color: #786368;
}
</style>
background-color css
<style>
a { background-color: #786368; }
a { background-color: rgb(120,99,104); }
div.DivClassName
{
background-color: #786368;
}
.BgClassName
{
background-color: #786368;
}
</style>
border-color css
<style>
span { border-color: #786368; }
span { border-color: rgb(120,99,104); }
td.TdClassName
{
border-color: #786368;
}
.TagClassName
{
border-color: #786368;
}
</style>