#889789

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

Shades of Pewter #889789

Tints of Pewter #889789

Color information

#889789 (or 0x889789) is unknown color: approx Pewter. HEX triplet: 88, 97 and 89. RGB value is (136,151,137). Sum of RGB (Red+Green+Blue) = 136+151+137=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #889789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889789 is #776876. Grayscale: #909090. Windows color (decimal): -7825527 or 9017224. OLE color: 9017224.

HSL color Cylindrical-coordinate representation of color #889789: hue angle of 124º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889789 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB136151137-
CMYK0.1000.090.41
HSL124º6.73%56.27%-
HSV(B)124º9.93%59.22%-
XYZ25.7429.1727.94-
YUV144.92123.53121.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=32.08%
G=35.61%
B=32.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361511370.1000.090.411246.7356.27
Hex889789A09297c738
Octal2102272111201151174770
Binary1000100010010111100010011010010011010011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889789; }

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

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

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

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

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

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

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

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