Gray Color Name
Color Name: | Gray |
Hex Code: | #808080 |
RGB Decimal: | RGB(128, 128, 128) |
CMYK Value: | 0°, 0%, 50%. |
HSL Value: | 0%, 0%, 0%, 49.8% |
Color: |
Gray #808080 Html Codes
Text with hexadecimal color #808080
<span style="color:#808080;">Text here</span>
Gray #808080 border color
<span style="border:2px solid #808080;">Text here</span>
Gray #808080 background color
<p style="background-color:#808080;">Content here</p>
Gray #808080 CSS codes
.text {color:#808080;}
.background {background-color:#808080;}
.border {border:1px solid #808080;}