Shades of Grey #828282
Tints of Grey #828282
RGB
CMYK
RGB Variations
Color information
#828282 (or 0x828282) is known color: Grey. HEX triplet: 82, 82 and 82. RGB value is (130,130,130). Sum of RGB (Red+Green+Blue) = 130+130+130=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 130 - color contains mainly: red, green, blue. Hex color #828282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828282 is #7D7D7D. Grayscale: #828282. Windows color (decimal): -8224126 or 8553090. OLE color: 8553090.
HSL color Cylindrical-coordinate representation of color #828282: hue angle of 0º degrees, saturation: 0, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0%. Process color model (Four color, CMYK) of #828282 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 130 | 130 | - |
CMYK | 0 | 0 | 0 | 0.49 |
HSL | 0º | 0% | 0.51% | - |
HSV(B) | 0º | 0% | 0.51% | - |
XYZ | 21.22 | 22.32 | 24.31 | - |
YUV | 130 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 130 | 130 | 0 | 0 | 0 | 0.49 | 0 | 0 | 0.51 |
Hex | 82 | 82 | 82 | 0 | 0 | 0 | 31 | 0 | 0 | 33 |
Octal | 202 | 202 | 202 | 0 | 0 | 0 | 61 | 0 | 0 | 63 |
Binary | 10000010 | 10000010 | 10000010 | 0 | 0 | 0 | 110001 | 0 | 0 | 110011 |
Color Harmonies of #828282
Complementary color
Monochromatic Colors of #828282
Black with #828282
Text Example
Text Example
White with #828282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828282; }
p { color: rgb(130,130,130); }
H1.HeaderClassName
{
color: #828282;
}
.AnyTagClassName
{
color: #828282;
}
</style>
background-color css
<style>
a { background-color: #828282; }
a { background-color: rgb(130,130,130); }
div.DivClassName
{
background-color: #828282;
}
.BgClassName
{
background-color: #828282;
}
</style>
border-color css
<style>
span { border-color: #828282; }
span { border-color: rgb(130,130,130); }
td.TdClassName
{
border-color: #828282;
}
.TagClassName
{
border-color: #828282;
}
</style>