#878987

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

Shades of Stack #878987

Tints of Stack #878987

Color information

#878987 (or 0x878987) is unknown color: approx Stack. HEX triplet: 87, 89 and 87. RGB value is (135,137,135). Sum of RGB (Red+Green+Blue) = 135+137+135=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 137 - color contains mainly: green. Hex color #878987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878987 is #787678. Grayscale: #888888. Windows color (decimal): -7894649 or 8882567. OLE color: 8882567.

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

Color convert

RGB135137135-
CMYK0.0100.010.46
HSL120º0.84%53.33%-
HSV(B)120º1.46%53.73%-
XYZ23.3124.7926.48-
YUV136.17127.34127.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=33.17%
G=33.66%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371350.0100.010.461200.8453.33
Hex8789871012E78135
Octal20721120710156170165
Binary10000111100010011000011110110111011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878987; }

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

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

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

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

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

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

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

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