#848282

Color #848282 Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey #848282

Tints of Grey #848282

Color information

#848282 (or 0x848282) is unknown color: approx 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

RGB132130130-
CMYK00.020.020.48
HSL0.81%51.37%-
HSV(B)1.52%51.76%-
XYZ21.5322.4824.32-
YUV130.6127.66129-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=33.67%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213013000.020.020.4800.8151.37
Hex848282022300133
Octal204202202022600163
Binary1000010010000010100000100101011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>