Shades of Grey #828080
Tints of Grey #828080
RGB
CMYK
RGB Variations
Color information
#828080 (or 0x828080) is known color: Grey. HEX triplet: 82, 80 and 80. RGB value is (130,128,128). Sum of RGB (Red+Green+Blue) = 130+128+128=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 130 - color contains mainly: red. Hex color #828080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828080 is #7D7F7F. Grayscale: #808080. Windows color (decimal): -8224640 or 8421506. OLE color: 8421506.
HSL color Cylindrical-coordinate representation of color #828080: hue angle of 0º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828080 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 128 | 128 | - |
CMYK | 0 | 0.02 | 0.02 | 0.49 |
HSL | 0º | 0.01% | 0.51% | - |
HSV(B) | 0º | 0.02% | 0.51% | - |
XYZ | 20.82 | 21.74 | 23.52 | - |
YUV | 128.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 128 | 128 | 0 | 0.02 | 0.02 | 0.49 | 0 | 0.01 | 0.51 |
Hex | 82 | 80 | 80 | 0 | 2 | 2 | 31 | 0 | 1 | 33 |
Octal | 202 | 200 | 200 | 0 | 2 | 2 | 61 | 0 | 1 | 63 |
Binary | 10000010 | 10000000 | 10000000 | 0 | 10 | 10 | 110001 | 0 | 1 | 110011 |
Color Harmonies of #828080
Complementary color
Monochromatic Colors of #828080
Black with #828080
Text Example
Text Example
White with #828080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828080; }
p { color: rgb(130,128,128); }
H1.HeaderClassName
{
color: #828080;
}
.AnyTagClassName
{
color: #828080;
}
</style>
background-color css
<style>
a { background-color: #828080; }
a { background-color: rgb(130,128,128); }
div.DivClassName
{
background-color: #828080;
}
.BgClassName
{
background-color: #828080;
}
</style>
border-color css
<style>
span { border-color: #828080; }
span { border-color: rgb(130,128,128); }
td.TdClassName
{
border-color: #828080;
}
.TagClassName
{
border-color: #828080;
}
</style>