In the table below there are examples of colors that are stored in RGB and Hex. If you are looking for a color, you can try it by name.
# | name | RGB code | Hex code |
---|---|---|---|
1 | white | 255,255,255 | #FFFFFF |
2 | silver | 192,192,192 | #C0C0C0 |
3 | gray | 128,128,128 | #808080 |
4 | black | 0,0,0 | #000000 |
5 | red | 255,0,0 | #ff0000 |
6 | maroon | 128,0,0 | #800000 |
7 | yellow | 255,255,0 | #ffff00 |
8 | olive | 128,128,0 | #808000 |
9 | lime | 0,255,0 | #00ff00 |
10 | green | 0,128,0 | #008000 |
11 | aqua | 0,255,255 | #00ffff |
12 | teal | 0,128,128 | #008080 |
13 | blue | 0,0,255 | #0000ff |
14 | navy | 0,0,128 | #000080 |
15 | fuchsia | 255,0,255 | #ff00ff |
16 | purple | 128,0,128 | #800080 |
17 | pink | 255,192,203 | #FFC0CB |
18 | orange | 255,165,0 | #FFA500 |
19 | brown | 165,42,42 | #A52A2A |
20 | gold | 255,215,0 | #FFD700 |