Html Css Color HEX #889B89 Pewter

📋 copy color: '#889B89'

red 136 ◦ green 155 ◦ blue 137

#889B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #889B89

Tints of Pewter #889B89

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 value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#889B89 (or 0x889B89) is known color: 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

RGB 136 155 137 -
CMYK 0.12 0 0.12 0.39
HSL 123.16º 0.09% 0.57% -
HSV(B) 123.16º 0.12% 0.61% -
XYZ 26.39 30.48 28.16 -
YUV 147.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 136 155 137 0.12 0 0.12 0.39 123.16 0.09 0.57
Hex 88 9B 89 C 0 C 27 7B 9 39
Octal 210 233 211 14 0 14 47 173 11 71
Binary 10001000 10011011 10001001 1100 0 1100 100111 1111011 1001 111001

Color Harmonies of #889B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B89

Black with #889B89

Text Example


Text Example

White with #889B89

Text Example


Text Example

HTML Codes & Css Web 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>