$$6(x+10)=7(y+20)=7z$$ is a line. To find a vector parallel to that line, it might be easier to put in it this form:
$$\pmatrix{x \\ y \\z} = \pmatrix{x_0 \\ y_0 \\ z_0} + t\pmatrix{v_x \\ v_y \\ v_z}$$
In that form we know that $\pmatrix{x_0 \\ y_0 \\ z_0}$ is a point on the line and $\pmatrix{v_x \\ v_y \\ v_z}$ is a vector parallel to the line.
The way to do this is to set the triple equality above equal to a variable $t$. Then just solve for $x$, $y$, and $z$:
$$6(x+10)=7(y+20)=7z = t \\
\implies 6x +60= t \implies x = \frac 16 t -10 \\
\implies 7(y+20) = t \implies y = \frac 17t -20 \\
\implies 7z = t \implies z=\frac 17t$$
Therefore $$\pmatrix{x \\ y \\ z} = \pmatrix{-10 \\ -20 \\ 0} + t\pmatrix{\frac 16 \\ \frac 17 \\ \frac 17}$$
So a vector parallel to this line is $\pmatrix{\frac 16 \\ \frac 17 \\ \frac 17}$, or scaling this to get rid of the fractions, $\pmatrix{7 \\ 6 \\ 6}$.
$$6x−7y+7z=52$$
is not line. It's a plane. To tell which vector is normal to it, let's rewrite it in this form
$$(n_x, n_y, n_z) \cdot (x-x_0, y-y_0, z-z_0) = 0$$
Then by the definition of orthogonality, $(n_x, n_y, n_z)$ will be a vector orthogonal (normal) to this plane.
It's pretty easy to see how to get it in this form, just move the $52$ over and subtract it from one of the variables -- like $z$ for instance:
$$6x−7y+7z=52 \\
\implies 6x-7y+(7z-52)=0 \\
\implies 6x - 7y + 7(z-\frac {52}{7}) = 0 \\
\implies (6, -7, 7)\cdot (x, y, z-\frac {52}{7})=0$$
So clearly $(6,-7,7)$ is a vector normal to this plane.