The RGB Color Calculator
Check out the color calculator here
The RGB Color Calculator is a simple tool I built that allows you to generate colors for your web page. It is not a Java applet or a program you need to download, but rather a simple JavaScript application that runs as a web page. It allows you to:
- Choose colors from a table of colors.
- Choose colors from a list of color names.
- Choose colors by typing in RGB numbers.
- Generate RGB numbers from hex codes that you type in.
- Fine-tune a color's properties.
- Choose colors by typing in its name (i.e. 'brown').
- Generate random colors.
- Compare a color to the nearest web-safe color.
- Store several colors at the same time.
- Adjust hue, saturation, and value independently.
- Adjust red, green, and blue independently.
- Always see the color being worked with, plus the RGB and hex values.