#848080

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

Shades of Grey #848080

Tints of Grey #848080

Color information

#848080 (or 0x848080) is unknown color: approx Grey. HEX triplet: 84, 80 and 80. RGB value is (132,128,128). Sum of RGB (Red+Green+Blue) = 132+128+128=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 132 - color contains mainly: red. Hex color #848080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848080 is #7B7F7F. Grayscale: #818181. Windows color (decimal): -8093568 or 8421508. OLE color: 8421508.

HSL color Cylindrical-coordinate representation of color #848080: hue angle of 0º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848080 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB132128128-
CMYK00.030.030.48
HSL1.6%50.98%-
HSV(B)3.03%51.76%-
XYZ21.1321.923.54-
YUV129.2127.33130-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212812800.030.030.4801.650.98
Hex848080033300233
Octal204200200033600263
Binary10000100100000001000000001111110000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848080; }

 p { color: rgb(132,128,128); }

 H1.HeaderClassName
 {
   color: #848080;
 }
 .AnyTagClassName
 {
   color: #848080;
 }
</style>
background-color css

<style>
 a { background-color: #848080; }

 a { background-color: rgb(132,128,128); }

 div.DivClassName
 {
   background-color: #848080;
 }
 .BgClassName
 {
   background-color: #848080;
 }
</style>
border-color css

<style>
 span { border-color: #848080; }

 span { border-color: rgb(132,128,128); }

 td.TdClassName
 {
   border-color: #848080;
 }
 .TagClassName
 {
   border-color: #848080;
 }
</style>