I think I would express one particular number that can be made as:
$$100A+10B+C$$
There are $7\cdot6\cdot5=210$ different numbers that can be made, with each digit appearing $30$ times. Hence the sum $S$ will be given by:
$$S=30\cdot100\cdot\sum_{k=1}^{7}(k)+30\cdot10\cdot\sum_{k=1}^{7}(k)+30\cdot\sum_{k=1}^{7}(k)=30(100+10+1)\cdot\sum_{k=1}^{7}(k)=30\cdot111\cdot\sum_{k=1}^{7}(k)$$
Use the formula:
$$\sum_{k=1}^{n}(k)=\frac{n(n+1)}{2}$$
To complete the computation of the sum. :)