#879F87

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

Shades of Pewter #879F87

Tints of Pewter #879F87

Color information

#879F87 (or 0x879F87) is unknown color: approx Pewter. HEX triplet: 87, 9F and 87. RGB value is (135,159,135). Sum of RGB (Red+Green+Blue) = 135+159+135=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #879F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F87 is #786078. Grayscale: #959595. Windows color (decimal): -7889017 or 8888199. OLE color: 8888199.

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

Color convert

RGB135159135-
CMYK0.1500.150.38
HSL120º11.11%57.65%-
HSV(B)120º15.09%62.35%-
XYZ26.7631.727.63-
YUV149.09120.05117.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=31.47%
G=37.06%
B=31.47%

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
Decimal1351591350.1500.150.3812011.1157.65
Hex879F87F0F2678b3a
Octal20723720717017461701372
Binary10000111100111111000011111110111110011011110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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