#878080

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

Shades of Grey #878080

Tints of Grey #878080

Color information

#878080 (or 0x878080) is unknown color: approx Grey. HEX triplet: 87, 80 and 80. RGB value is (135,128,128). Sum of RGB (Red+Green+Blue) = 135+128+128=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #878080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878080 is #787F7F. Grayscale: #828282. Windows color (decimal): -7896960 or 8421511. OLE color: 8421511.

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

Color convert

RGB135128128-
CMYK00.050.050.47
HSL2.83%51.57%-
HSV(B)5.19%52.94%-
XYZ21.6122.1523.56-
YUV130.09126.82131.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=34.53%
G=32.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812800.050.050.4702.8351.57
Hex8780800552F0334
Octal207200200055570364
Binary1000011110000000100000000101101101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878080; }

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

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

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

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

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

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

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

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