Html Css Color HEX #889A87 Pewter

📋 copy color: '#889A87'

red 136 ◦ green 154 ◦ blue 135

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

Shades of Pewter #889A87

Tints of Pewter #889A87

RGB

 RED value IS 136 (53.52% from 255) = 32%

 GREEN value IS 154 (60.55% from 255) = 36.24%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 32%
G = 36.24%
B = 31.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#889A87 (or 0x889A87) is known color: Pewter. HEX triplet: 88, 9A and 87. RGB value is (136,154,135). Sum of RGB (Red+Green+Blue) = 136+154+135=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 154 - color contains mainly: green. Hex color #889A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A87 is #776578. Grayscale: #929292. Windows color (decimal): -7824761 or 8886920. OLE color: 8886920.

HSL color Cylindrical-coordinate representation of color #889A87: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889A87 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 135 -
CMYK 0.12 0 0.12 0.40
HSL 116.84º 0.09% 0.57% -
HSV(B) 116.84º 0.12% 0.6% -
XYZ 26.08 30.09 27.36 -
YUV 146.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 136 154 135 0.12 0 0.12 0.40 116.84 0.09 0.57
Hex 88 9A 87 C 0 C 28 75 9 39
Octal 210 232 207 14 0 14 50 165 11 71
Binary 10001000 10011010 10000111 1100 0 1100 101000 1110101 1001 111001

Color Harmonies of #889A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A87

Black with #889A87

Text Example


Text Example

White with #889A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,135); }

 H1.HeaderClassName
 {
   color: #889A87;
 }
 .AnyTagClassName
 {
   color: #889A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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