#879E87

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

Shades of Pewter #879E87

Tints of Pewter #879E87

Color information

#879E87 (or 0x879E87) is unknown color: approx Pewter. HEX triplet: 87, 9E and 87. RGB value is (135,158,135). Sum of RGB (Red+Green+Blue) = 135+158+135=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #879E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E87 is #786178. Grayscale: #949494. Windows color (decimal): -7889273 or 8887943. OLE color: 8887943.

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

Color convert

RGB135158135-
CMYK0.1500.150.38
HSL120º10.6%57.45%-
HSV(B)120º14.56%61.96%-
XYZ26.5931.3527.57-
YUV148.5120.38118.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=31.54%
G=36.92%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351581350.1500.150.3812010.657.45
Hex879E87F0F2678b39
Octal20723620717017461701371
Binary10000111100111101000011111110111110011011110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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