Html Css Color HEX #89988A Pewter

📋 copy color: '#89988A'

red 137 ◦ green 152 ◦ blue 138

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

Shades of Pewter #89988A

Tints of Pewter #89988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 32.08%
G = 35.6%
B = 32.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#89988A (or 0x89988A) is known color: Pewter. HEX triplet: 89, 98 and 8A. RGB value is (137,152,138). Sum of RGB (Red+Green+Blue) = 137+152+138=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #89988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89988A is #766775. Grayscale: #919191. Windows color (decimal): -7759734 or 9083017. OLE color: 9083017.

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

Color convert

RGB 137 152 138 -
CMYK 0.10 0 0.09 0.40
HSL 124º 0.07% 0.57% -
HSV(B) 124º 0.1% 0.6% -
XYZ 26.13 29.61 28.38 -
YUV 145.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 137 152 138 0.10 0 0.09 0.40 124 0.07 0.57
Hex 89 98 8A A 0 9 28 7C 7 39
Octal 211 230 212 12 0 11 50 174 7 71
Binary 10001001 10011000 10001010 1010 0 1001 101000 1111100 111 111001

Color Harmonies of #89988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89988A

Black with #89988A

Text Example


Text Example

White with #89988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89988A; }

 p { color: rgb(137,152,138); }

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

background-color css

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

 a { background-color: rgb(137,152,138); }

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

border-color css

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

 span { border-color: rgb(137,152,138); }

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