xxxxxxxxxx
// Gray RGB
rgb(128, 128, 128)
// This is because right now you basically get
// a grayscale color because all values are the same
xxxxxxxxxx
nice_gray = (69, 69, 69)
classic_gray = (128, 128, 128)
charoal_gray = (105,105,105)
silver_gray = (192,192,192)
light_gray = (220, 220, 220)