Html Css Color HEX #899988 Pewter

📋 copy color: '#899988'

red 137 ◦ green 153 ◦ blue 136

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

Shades of Pewter #899988

Tints of Pewter #899988

RGB

 RED value IS 137 (53.91% from 255) = 32.16%

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 32.16%
G = 35.92%
B = 31.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#899988 (or 0x899988) is known color: Pewter. HEX triplet: 89, 99 and 88. RGB value is (137,153,136). Sum of RGB (Red+Green+Blue) = 137+153+136=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #899988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899988 is #766677. Grayscale: #929292. Windows color (decimal): -7759480 or 8952201. OLE color: 8952201.

HSL color Cylindrical-coordinate representation of color #899988: hue angle of 116.47º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899988 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 136 -
CMYK 0.10 0 0.11 0.4
HSL 116.47º 0.08% 0.57% -
HSV(B) 116.47º 0.11% 0.6% -
XYZ 26.15 29.88 27.68 -
YUV 146.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 137 153 136 0.10 0 0.11 0.4 116.47 0.08 0.57
Hex 89 99 88 A 0 B 28 74 8 39
Octal 211 231 210 12 0 13 50 164 10 71
Binary 10001001 10011001 10001000 1010 0 1011 101000 1110100 1000 111001

Color Harmonies of #899988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899988

Black with #899988

Text Example


Text Example

White with #899988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899988; }

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

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

background-color css

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

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

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

border-color css

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

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

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