#879B87

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

Shades of Pewter #879B87

Tints of Pewter #879B87

Color information

#879B87 (or 0x879B87) is unknown color: approx Pewter. HEX triplet: 87, 9B and 87. RGB value is (135,155,135). Sum of RGB (Red+Green+Blue) = 135+155+135=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #879B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B87 is #786478. Grayscale: #929292. Windows color (decimal): -7890041 or 8887175. OLE color: 8887175.

HSL color Cylindrical-coordinate representation of color #879B87: hue angle of 120º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879B87 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB135155135-
CMYK0.1300.130.39
HSL120º9.09%56.86%-
HSV(B)120º12.9%60.78%-
XYZ26.0930.3427.4-
YUV146.74121.37119.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=31.76%
G=36.47%
B=31.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551350.1300.130.391209.0956.86
Hex879B87D0D2778939
Octal20723320715015471701171
Binary10000111100110111000011111010110110011111110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879B87; }

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

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

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

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

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

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

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

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