COLOR #89787D

HEX: #89787D
RGB: (137,120,125)

Color info

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

RGB color model

#89787D color RGB value is (137,120,125).

  • red value is 137;
  • green value is 120;
  • blue value is 125.
RGB:
(137,120,125)
(54%,47%,49%)

RGB channels and saturation

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

137
120
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 120 + 125 = 382 (100%)
R 137 of 382 ~ 35.86%
G 120 of 382 ~ 31.41%
B 125 of 382 ~ 32.72%

%35.86
%31.41
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 8.76%
  • 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
%8.76
%46.27

Codes

Color #89787D in popluar color models

89787D
RGB137120125
HSL342°6.72%50.39%
HSB/HSV342°12.41%53.73%
CMYK0.00%12.41%8.76%
46.27%

Color #89787D in popluar number systems.

HEX89787D
Decimal137120125
Binary1000100111110001111101
Octal211170175

Shades and tints

Shades of #89787D

#89787D
(137,120,125)
#7D6E72
(125,110,114)
#716467
(113,100,103)
#655A5C
(101,90,92)
#595051
(89,80,81)
#4D4646
(77,70,70)
#413C3B
(65,60,59)
#353230
(53,50,48)
#292825
(41,40,37)
#1D1E1A
(29,30,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #89787D

#89787D
(137,120,125)
#938488
(147,132,136)
#9D9093
(157,144,147)
#A79C9E
(167,156,158)
#B1A8A9
(177,168,169)
#BBB4B4
(187,180,180)
#C5C0BF
(197,192,191)
#CFCCCA
(207,204,202)
#D9D8D5
(217,216,213)
#E3E4E0
(227,228,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89787D; }

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

This text font color is #89787D.


Background Color

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

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

This div background color is #89787D.


Border color

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

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

This div border color is #89787D.


Opacity

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

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

Text with #89787D 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 #89787D;}

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

This text has shadow with #89787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89787D on black background.


Color preview on white background

This text has color #89787D on white background.



Black color preview on #89787D background

This text has black color on #89787D background.


White color preview on #89787D background

This text has white color on #89787D background.