#889988

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

Shades of Pewter #889988

Tints of Pewter #889988

Color information

#889988 (or 0x889988) is unknown color: approx Pewter. HEX triplet: 88, 99 and 88. RGB value is (136,153,136). Sum of RGB (Red+Green+Blue) = 136+153+136=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #889988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889988 is #776677. Grayscale: #929292. Windows color (decimal): -7825016 or 8952200. OLE color: 8952200.

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

Color convert

RGB136153136-
CMYK0.1100.110.4
HSL120º7.69%56.67%-
HSV(B)120º11.11%60%-
XYZ25.9929.7927.67-
YUV145.98122.37120.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 136 (53.52% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531360.1100.110.41207.6956.67
Hex889988B0B2878839
Octal21023121013013501701071
Binary10001000100110011000100010110101110100011110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889988; }

 p { color: rgb(136,153,136); }

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

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

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

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

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

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

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