#889C88

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

Shades of Pewter #889C88

Tints of Pewter #889C88

Color information

#889C88 (or 0x889C88) is unknown color: approx Pewter. HEX triplet: 88, 9C and 88. RGB value is (136,156,136). Sum of RGB (Red+Green+Blue) = 136+156+136=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #889C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C88 is #776377. Grayscale: #939393. Windows color (decimal): -7824248 or 8952968. OLE color: 8952968.

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

Color convert

RGB136156136-
CMYK0.1300.130.39
HSL120º9.17%57.25%-
HSV(B)120º12.82%61.18%-
XYZ26.4930.7927.84-
YUV147.74121.37119.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=31.78%
G=36.45%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361561360.1300.130.391209.1757.25
Hex889C88D0D2778939
Octal21023421015015471701171
Binary10001000100111001000100011010110110011111110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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