powered by
Converts RGB colors to Hex code colors
rgbToHex(rgbVec)
vector of hex code strings in the format "#0048ba"
a vector of strings in the format "(0, 72, 186)"
Taking input of a vector of RGB values in the format "(0, 72, 186)", etc, and returns the corresponding hex value in the format "#0048ba"