Html Css Color HEX #889A88 Pewter

📋 copy color: '#889A88'

red 136 ◦ green 154 ◦ blue 136

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

Shades of Pewter #889A88

Tints of Pewter #889A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 31.92%
G = 36.15%
B = 31.92%

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

#889A88 (or 0x889A88) is known color: Pewter. HEX triplet: 88, 9A and 88. RGB value is (136,154,136). Sum of RGB (Red+Green+Blue) = 136+154+136=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #889A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A88 is #776577. Grayscale: #929292. Windows color (decimal): -7824760 or 8952456. OLE color: 8952456.

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

Color convert

RGB 136 154 136 -
CMYK 0.12 0 0.12 0.40
HSL 120º 0.08% 0.57% -
HSV(B) 120º 0.12% 0.6% -
XYZ 26.15 30.12 27.73 -
YUV 146.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 136 154 136 0.12 0 0.12 0.40 120 0.08 0.57
Hex 88 9A 88 C 0 C 28 78 8 39
Octal 210 232 210 14 0 14 50 170 10 71
Binary 10001000 10011010 10001000 1100 0 1100 101000 1111000 1000 111001

Color Harmonies of #889A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A88

Black with #889A88

Text Example


Text Example

White with #889A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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