Hi Rebecca
You can select the custom color for your site to scroll the color pointer as per your need like the below screenshot.
http://prntscr.com/104jctb
And for change the background color of the menubar and footer copyright section please add the below CSS code in the Additional CSS box.
Go to Appearence >> Customize >> Additional css box.
.navbar {
background-color: #717b82;
}
.site-info {
background-color: #717b82;
}
Let us know if it works.
Thanks