Checks if the provided string is a valid RGB color format.
The string to validate as RGB (e.g., "rgb(255, 0, 128)").
True if the string is a valid RGB format, false otherwise.
Checks if the provided string is a valid RGB color format.