#899B87

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

Shades of Pewter #899B87

Tints of Pewter #899B87

Color information

#899B87 (or 0x899B87) is unknown color: approx Pewter. HEX triplet: 89, 9B and 87. RGB value is (137,155,135). Sum of RGB (Red+Green+Blue) = 137+155+135=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #899B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B87 is #766478. Grayscale: #939393. Windows color (decimal): -7758969 or 8887177. OLE color: 8887177.

HSL color Cylindrical-coordinate representation of color #899B87: hue angle of 114º 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 #899B87 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB137155135-
CMYK0.1200.130.39
HSL114º9.09%56.86%-
HSV(B)114º12.9%60.78%-
XYZ26.4130.5127.42-
YUV147.34121.04120.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=32.08%
G=36.30%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551350.1200.130.391149.0956.86
Hex899B87C0D2772939
Octal21123320714015471621171
Binary10001001100110111000011111000110110011111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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