COLOR #89787C

HEX: #89787C RGB: (137,120,124)

Color info

#89787C contains red, green and blue colors in about the same proportion. Web safe color of #89787C is #996666 (or #966).

RGB color model

#89787C color RGB value is (137,120,124).

RGB: (137,120,124) (54%, 47%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 124 of 255 = 49%

137
120
124

R + G + B ~ 50%. #89787C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 124 = 381 (100%)
R 137 of 381 ~ 35.96%
G 120 of 381 ~ 31.5%
B 124 of 381 ~ 32.55'%

%35.96
%31.5
%32.55

CMYK color model

#89787C color CMYK value is (0,12,9,46).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 9.49%
  • key color value is 46.27%

CMYK: (0,12,9,46)
C0M12Y9K46 (0%, 12%, 9%, 46%)
(0.00 / 0.12 / 0.09 / 0.46)

CMYK percentages

%0
%12.41
%9.49
%46.27

Codes

Color #89787C in popluar color models

89 78 7C
RGB 137 120 124
HSL 346° 6.72% 50.39%
HSB/HSV 346° 12.41% 53.73%
CMYK 0.00% 12.41% 9.49%
46.27%

Color #89787C in popluar number systems.

HEX 89 78 7C
Decimal 137 120 124
Binary 10001001 1111000 1111100
Octal 211 170 174

Shades and tints

Shades of #89787C

#89787C
(137,120,124)
#7D6E71
(125,110,113)
#716466
(113,100,102)
#655A5B
(101,90,91)
#595050
(89,80,80)
#4D4645
(77,70,69)
#413C3A
(65,60,58)
#35322F
(53,50,47)
#292824
(41,40,36)
#1D1E19
(29,30,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #89787C

#89787C
(137,120,124)
#938487
(147,132,135)
#9D9092
(157,144,146)
#A79C9D
(167,156,157)
#B1A8A8
(177,168,168)
#BBB4B3
(187,180,179)
#C5C0BE
(197,192,190)
#CFCCC9
(207,204,201)
#D9D8D4
(217,216,212)
#E3E4DF
(227,228,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89787C color. Also use rgb(137,120,124) instead hex code.

Text Font Color

.myTextColor { color: #89787C; }

<p style="color:#89787C">This sample text font color is #89787C.</p>

This text font color is #89787C.

Background Color

.myBgColor { background-color: #89787C; }

<div style="background-color:#89787C">Inner text</div>

This div background color is #89787C.

Border color

.myBorderColor { border: 1px solid #89787C; }

<div style="border:3px solid #89787C">Div</div>

This div border color is #89787C.

Opacity

.myOpacity80 { color: #89787C; opacity: 0.8; }

<p style="color:#89787C;opacity:0.8;">80%</p>

Text with #89787C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #89787C;}

<p style="text-shadow: 3px 3px 1px #89787C">Text here.</p>

This text has shadow with #89787C color.


.textShadow {text-shadow: 3px 3px 1px #89787C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #89787C, 5px 5px 20px red">Text here.</p>

This text has shadow with #89787C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89787C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#89787C, Direction=45, Strength=4)">Text</p>

This text has shadow with #89787C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #89787C;
-webkit-box-shadow: 1px 1px 3px 2px #89787C;
box-shadow: 1px 1px 3px 2px #89787C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89787C; -webkit-box-shadow: 1px 1px 3px 2px #89787C; box-shadow:1px 1px 3px 2px #89787C;">
Div content here
</div>

This div box has shadow with color #89787C.

Preview

Color preview on black background

This text has color #89787C on black background.


Color preview on white background

This text has color #89787C on white background.


Black color preview on #89787C background

This text has black color on #89787C background.


White color preview on #89787C background

This text has white color on #89787C background.


Related colors

Complementary color

Complementary color for #hex is #768783.


I love getcolorcode.com

Triadic colors

1 #7C8978 and #787C89 with #89787C are triadic colors.

2 #7C7889 and #78897C with #89787C are triadic colors.