Shades of Grey #848484
Tints of Grey #848484
RGB
CMYK
RGB Variations
Color information
#848484 (or 0x848484) is known color: Grey. HEX triplet: 84, 84 and 84. RGB value is (132,132,132). Sum of RGB (Red+Green+Blue) = 132+132+132=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 132 - color contains mainly: red, green, blue. Hex color #848484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848484 is #7B7B7B. Grayscale: #848484. Windows color (decimal): -8092540 or 8684676. OLE color: 8684676.
HSL color Cylindrical-coordinate representation of color #848484: hue angle of 0º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0%. Process color model (Four color, CMYK) of #848484 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 132 | - |
| CMYK | 0 | 0 | 0 | 0.48 |
| HSL | 0º | 0% | 0.52% | - |
| HSV(B) | 0º | 0% | 0.52% | - |
| XYZ | 21.93 | 23.07 | 25.13 | - |
| YUV | 132 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 132 | 0 | 0 | 0 | 0.48 | 0 | 0 | 0.52 |
| Hex | 84 | 84 | 84 | 0 | 0 | 0 | 30 | 0 | 0 | 34 |
| Octal | 204 | 204 | 204 | 0 | 0 | 0 | 60 | 0 | 0 | 64 |
| Binary | 10000100 | 10000100 | 10000100 | 0 | 0 | 0 | 110000 | 0 | 0 | 110100 |
Color Harmonies of #848484
Complementary color
Monochromatic Colors of #848484
Black with #848484
Text Example
Text Example
White with #848484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848484; }
p { color: rgb(132,132,132); }
H1.HeaderClassName
{
color: #848484;
}
.AnyTagClassName
{
color: #848484;
}
</style>
background-color css
<style>
a { background-color: #848484; }
a { background-color: rgb(132,132,132); }
div.DivClassName
{
background-color: #848484;
}
.BgClassName
{
background-color: #848484;
}
</style>
border-color css
<style>
span { border-color: #848484; }
span { border-color: rgb(132,132,132); }
td.TdClassName
{
border-color: #848484;
}
.TagClassName
{
border-color: #848484;
}
</style>