Color Grey gray (#808080):
HEX, RGB color codes for HTML and CSS
The Comprehensive Guide to Grey gray (#808080):
Its Meaning and Harmonious Color Matches in Design.
Hue Family:
grays
grays Family:
neutral-muted
Saturation:
almost gray
Tones:
mid-toned
Shade:
medium
Temperature:
neutral
Chromaticity:
grayscale
Chroma:
low chroma
Color Information about Grey / #808080
The HTML HEX code is #808080. The corresponding color name is "Grey". In RGB values (additive color space used for Digital Displays), this HEX code translates to Red (R): 128%, Green (G): 128%, Blue (B): 128%. In the CMYK color model (subtractive color model used in printing), it is represented by Cyan (C): 0%, Magenta (M): 0%, Yellow (Y):0%, Black (K): 50%. In the HSL color space, #808080 has a hue of 0°, saturation of 0%, and lightness of 50%. The HSV representation is 0° for hue, 0% for saturation, and 50% for value.
In the CIE-LAB color space, the color is denoted by L* (lightness) = 54, a* (green to red) = 0, and b* (blue to yellow) = 0. The XYZ representation is X: 21, Y: 22, Z: 24. In the YUV color space, it translates to Y (luminance) = 0.5020, U (chrominance) = 0.0000, and V (chrominance) = 0.0000.
The decimal value of the color is 8421504. The closest Web-safe HEX code is #999999. Variations of the colour are #B3B3B3 for a 20% lighter version and #4D4D4D for a 20% darker version.
For the color with hex value #808080, the correlated color temperature (CT) is estimated to be 6504 Kelvin (6504K).
The approximate wavelength of #808080 is around 700.00nm.
VALUE | CSS | |
---|---|---|
HEX Code | 808080 | #808080 |
RGB Decimal Code | 128, 128, 128 | rgb(128, 128, 128) |
CMYK | 0, 0, 0, 50 | / |
HSL | 0°, 0%, 50% | hsl(0°, 0%, 50%) |
HSV | 0°, 0%, 50% | / |
CIE-LAB | 54, 0, 0 | / |
XYZ | 21, 22, 24 | / |
YUV | 0.5020, 0.0000, 0.0000 | / |
Decimal value | 8421504 | / |
Web-Safe HEX | 999999 | #999999 |
Color Temperature (CT) | 6504 Kelvin (6504K) | / |
Estimate Wavelength | around 700.00nm | / |
The Depth and Diversity of Grey (Hex: #808080): Exploring its Impact in Design and Culture
The hex color #808080, also known as Grey, resembles the color of storm clouds, granite rocks, and ash. Grey can also be compared to the color of metal surfaces, such as steel or iron. Additionally, it can be likened to the color of elephants and dolphins, which have a greyish skin tone. The color Grey is commonly associated with neutrality, sophistication, and a sense of calmness.
Download Stunning Grey Wallpapers and Backgrounds
Enhance your devices with our minimalistic yet captivating Grey Wallpapers, perfectly designed for 4K, 5K, iPhone, and Android screens. Experience a unique aesthetic that brings elegance to your digital life.
Experience Elegance with Grey 4K Wallpaper
Immerse yourself in the beauty of our Grey 4K Wallpaper, offering a resolution of 3840px by 2160px. Perfect for high-resolution displays, this wallpaper brings a touch of sophistication to your desktop.
Download Grey 4K WallpaperTints and Shades of #808080 HEX color (Grey)
In color theory, tints and shades are essential for understanding the depth and luminosity of colors. A tint is achieved by adding white to a pure hue, lightening its appearance. Conversely, a shade results from blending black with a color, giving it a deeper tone. In the context of #808080, this color stands at the center between its tints and shades. While the tints get progressively lighter moving towards white (#ffffff), the shades deepen towards black (#000000).
- #ffffff
- #DFDFDF
- #C0C0C0
- #A0A0A0
- #808080
- #606060
- #404040
- #202020
- #000000
Tones of Grey (#808080 HEX color)
A tone is produced by adding gray to any pure hue. In the case of #808080, #808080 is the less saturated color, while #808080 is the most saturated one.
- #808080
- #808080
- #808080
- #808080
- #808080
- #434343
- #393939
- #2e2e2e
- #242424
HTML Usage Examples
HTML using color code example
<p style="color: #808080;">This is a css example</p>
HTML / CSS Color Name using W3C
W3C HTML / CSS Color Name of #808080 is gray.
CSS color code example
p { color: #808080; }
Text with hexadecimal color #808080
This is a sample text with color #808080.
Background Color with #808080
This is a example with background color #808080.
Border Color with #808080
#808080 Color Preview on White (#ffffff) Background
This is a example of text with color #808080 on white background.
#808080 Color Preview on Black (#000000) Background
This is a example of text with color #808080 on black background.
CSS codes examples
.text {color:#808080;}
.background {background-color:#808080;}
.border {border:1px solid #808080;}