#87868C

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

Shades of Grey Suit #87868C

Tints of Grey Suit #87868C

Color information

#87868C (or 0x87868C) is unknown color: approx Grey Suit. HEX triplet: 87, 86 and 8C. RGB value is (135,134,140). Sum of RGB (Red+Green+Blue) = 135+134+140=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 140 - color contains mainly: blue. Hex color #87868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87868C is #787973. Grayscale: #868686. Windows color (decimal): -7895412 or 9209479. OLE color: 9209479.

HSL color Cylindrical-coordinate representation of color #87868C: hue angle of 250º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #87868C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135134140-
CMYK0.040.0400.45
HSL250º2.54%53.73%-
HSV(B)250º4.29%54.9%-
XYZ23.2524.0928.24-
YUV134.98130.83128.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=33.01%
G=32.76%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351341400.040.0400.452502.5453.73
Hex87868C4402Dfa336
Octal20720621444055372366
Binary10000111100001101000110010010001011011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87868C; }

 p { color: rgb(135,134,140); }

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

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

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

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

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

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

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