#889D89

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

Shades of Pewter #889D89

Tints of Pewter #889D89

Color information

#889D89 (or 0x889D89) is unknown color: approx Pewter. HEX triplet: 88, 9D and 89. RGB value is (136,157,137). Sum of RGB (Red+Green+Blue) = 136+157+137=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #889D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D89 is #776276. Grayscale: #949494. Windows color (decimal): -7823991 or 9018760. OLE color: 9018760.

HSL color Cylindrical-coordinate representation of color #889D89: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D89 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB136157137-
CMYK0.1300.130.38
HSL122.86º9.68%57.45%-
HSV(B)122.86º13.38%61.57%-
XYZ26.7331.1528.27-
YUV148.44121.54119.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=31.63%
G=36.51%
B=31.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571370.1300.130.38122.869.6857.45
Hex889D89D0D267ba39
Octal21023521115015461731271
Binary10001000100111011000100111010110110011011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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