Shades of Scorpion #786A70
Tints of Scorpion #786A70
RGB
CMYK
RGB Variations
Color information
#786A70 (or 0x786A70) is known color: Scorpion. HEX triplet: 78, 6A and 70. RGB value is (120,106,112). Sum of RGB (Red+Green+Blue) = 120+106+112=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A70 is #87958F. Grayscale: #6E6E6E. Windows color (decimal): -8885648 or 7367288. OLE color: 7367288.
HSL color Cylindrical-coordinate representation of color #786A70: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A70 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 112 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.53 |
| HSL | 334.29º | 0.06% | 0.44% | - |
| HSV(B) | 334.29º | 0.12% | 0.47% | - |
| XYZ | 15.82 | 15.47 | 17.48 | - |
| YUV | 110.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 112 | 0 | 0.12 | 0.07 | 0.53 | 334.29 | 0.06 | 0.44 |
| Hex | 78 | 6A | 70 | 0 | C | 7 | 35 | 14E | 6 | 2C |
| Octal | 170 | 152 | 160 | 0 | 14 | 7 | 65 | 516 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1110000 | 0 | 1100 | 111 | 110101 | 101001110 | 110 | 101100 |
Color Harmonies of #786A70
Complementary color
Monochromatic Colors of #786A70
Black with #786A70
Text Example
Text Example
White with #786A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A70; }
p { color: rgb(120,106,112); }
H1.HeaderClassName
{
color: #786A70;
}
.AnyTagClassName
{
color: #786A70;
}
</style>
background-color css
<style>
a { background-color: #786A70; }
a { background-color: rgb(120,106,112); }
div.DivClassName
{
background-color: #786A70;
}
.BgClassName
{
background-color: #786A70;
}
</style>
border-color css
<style>
span { border-color: #786A70; }
span { border-color: rgb(120,106,112); }
td.TdClassName
{
border-color: #786A70;
}
.TagClassName
{
border-color: #786A70;
}
</style>