#878496

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

Shades of Grey Suit #878496

Tints of Grey Suit #878496

Color information

#878496 (or 0x878496) is unknown color: approx Grey Suit. HEX triplet: 87, 84 and 96. RGB value is (135,132,150). Sum of RGB (Red+Green+Blue) = 135+132+150=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: blue. Hex color #878496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878496 is #787B69. Grayscale: #868686. Windows color (decimal): -7895914 or 9864327. OLE color: 9864327.

HSL color Cylindrical-coordinate representation of color #878496: hue angle of 250º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878496 is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135132150-
CMYK0.10.1200.41
HSL250º7.89%55.29%-
HSV(B)250º12%58.82%-
XYZ23.7523.8632.21-
YUV134.95136.49128.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=32.37%
G=31.65%
B=35.97%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351321500.10.1200.412507.8955.29
Hex878496AC029fa837
Octal20720422612140513721067
Binary100001111000010010010110101011000101001111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878496; }

 p { color: rgb(135,132,150); }

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

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

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

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

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

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

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