#889B89

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

Shades of Pewter #889B89

Tints of Pewter #889B89

Color information

#889B89 (or 0x889B89) is unknown color: approx Pewter. HEX triplet: 88, 9B and 89. RGB value is (136,155,137). Sum of RGB (Red+Green+Blue) = 136+155+137=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #889B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B89 is #776476. Grayscale: #939393. Windows color (decimal): -7824503 or 9018248. OLE color: 9018248.

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

Color convert

RGB136155137-
CMYK0.1200.120.39
HSL123.16º8.68%57.06%-
HSV(B)123.16º12.26%60.78%-
XYZ26.3930.4828.16-
YUV147.27122.21119.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=31.78%
G=36.21%
B=32.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551370.1200.120.39123.168.6857.06
Hex889B89C0C277b939
Octal21023321114014471731171
Binary10001000100110111000100111000110010011111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B89; }

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

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

<style>
 a { background-color: #889B89; }

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

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

<style>
 span { border-color: #889B89; }

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

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