Html Css Color HEX #889889 Pewter

📋 copy color: '#889889'

red 136 ◦ green 152 ◦ blue 137

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

Shades of Pewter #889889

Tints of Pewter #889889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.24%

R = 32%
G = 35.76%
B = 32.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#889889 (or 0x889889) is known color: Pewter. HEX triplet: 88, 98 and 89. RGB value is (136,152,137). Sum of RGB (Red+Green+Blue) = 136+152+137=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #889889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889889 is #776776. Grayscale: #919191. Windows color (decimal): -7825271 or 9017480. OLE color: 9017480.

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

Color convert

RGB 136 152 137 -
CMYK 0.11 0 0.10 0.40
HSL 123.75º 0.07% 0.56% -
HSV(B) 123.75º 0.11% 0.6% -
XYZ 25.9 29.5 28 -
YUV 145.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 136 152 137 0.11 0 0.10 0.40 123.75 0.07 0.56
Hex 88 98 89 B 0 A 28 7C 7 38
Octal 210 230 211 13 0 12 50 174 7 70
Binary 10001000 10011000 10001001 1011 0 1010 101000 1111100 111 111000

Color Harmonies of #889889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889889

Black with #889889

Text Example


Text Example

White with #889889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889889; }

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

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

background-color css

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

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

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

border-color css

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

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

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