#87A086

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

Shades of Pewter #87A086

Tints of Pewter #87A086

Color information

#87A086 (or 0x87A086) is unknown color: approx Pewter. HEX triplet: 87, A0 and 86. RGB value is (135,160,134). Sum of RGB (Red+Green+Blue) = 135+160+134=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #87A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A086 is #785F79. Grayscale: #959595. Windows color (decimal): -7888762 or 8822919. OLE color: 8822919.

HSL color Cylindrical-coordinate representation of color #87A086: hue angle of 117.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A086 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB135160134-
CMYK0.1600.160.37
HSL117.69º12.04%57.65%-
HSV(B)117.69º16.25%62.75%-
XYZ26.8732.0127.32-
YUV149.56119.22117.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=31.47%
G=37.30%
B=31.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351601340.1600.160.37117.6912.0457.65
Hex87A086100102576c3a
Octal20724020620020451661472
Binary1000011110100000100001101000001000010010111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A086; }

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

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

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

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

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

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

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

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