Shades of Grey #848282
Tints of Grey #848282
RGB
CMYK
RGB Variations
Color information
#848282 (or 0x848282) is known color: Grey. HEX triplet: 84, 82 and 82. RGB value is (132,130,130). Sum of RGB (Red+Green+Blue) = 132+130+130=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 132 - color contains mainly: red. Hex color #848282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848282 is #7B7D7D. Grayscale: #828282. Windows color (decimal): -8093054 or 8553092. OLE color: 8553092.
HSL color Cylindrical-coordinate representation of color #848282: hue angle of 0º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848282 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 130 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.48 |
| HSL | 0º | 0.01% | 0.51% | - |
| HSV(B) | 0º | 0.02% | 0.52% | - |
| XYZ | 21.53 | 22.48 | 24.32 | - |
| YUV | 130.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 130 | 0 | 0.02 | 0.02 | 0.48 | 0 | 0.01 | 0.51 |
| Hex | 84 | 82 | 82 | 0 | 2 | 2 | 30 | 0 | 1 | 33 |
| Octal | 204 | 202 | 202 | 0 | 2 | 2 | 60 | 0 | 1 | 63 |
| Binary | 10000100 | 10000010 | 10000010 | 0 | 10 | 10 | 110000 | 0 | 1 | 110011 |
Color Harmonies of #848282
Complementary color
Monochromatic Colors of #848282
Black with #848282
Text Example
Text Example
White with #848282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848282; }
p { color: rgb(132,130,130); }
H1.HeaderClassName
{
color: #848282;
}
.AnyTagClassName
{
color: #848282;
}
</style>
background-color css
<style>
a { background-color: #848282; }
a { background-color: rgb(132,130,130); }
div.DivClassName
{
background-color: #848282;
}
.BgClassName
{
background-color: #848282;
}
</style>
border-color css
<style>
span { border-color: #848282; }
span { border-color: rgb(132,130,130); }
td.TdClassName
{
border-color: #848282;
}
.TagClassName
{
border-color: #848282;
}
</style>