Gray (#808080) to RGB
Convert the gray hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.
#808080 = rgb(128, 128, 128)
Color Values
| Hex | #808080 |
| RGB | rgb(128, 128, 128) |
| Red | 128 |
| Green | 128 |
| Blue | 128 |
Convert Any Hex Color
✅ RGB Value: rgb(128, 128, 128)
Frequently Asked Questions
What is the RGB value of Gray?
Gray (#808080) is rgb(128, 128, 128) in RGB.
What is the hex code for Gray?
The hex code for Gray is #808080, which is rgb(128, 128, 128) in RGB.
How do I use Gray in CSS?
In CSS you can use either form interchangeably: color: #808080; or color: rgb(128, 128, 128);