COLOR #89777D

HEX: #89777D
RGB: (137,119,125)

Color info

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

RGB color model

#89777D color RGB value is (137,119,125).

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

RGB channels and saturation

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

137
119
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 125 = 381 (100%)
R 137 of 381 ~ 35.96%
G 119 of 381 ~ 31.23%
B 125 of 381 ~ 32.81%

%35.96
%31.23
%32.81

CMYK color model

#89777D color CMYK value is (0,13,9,46).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(0,13,9,46)
C0M13Y9K46 
(0%,13%,9%,46%)
(0.00/0.13/0.09/0.46)	

CMYK percentages

%0
%13.14
%8.76
%46.27

Codes

Color #89777D in popluar color models

89777D
RGB137119125
HSL340°7.09%50.20%
HSB/HSV340°13.14%53.73%
CMYK0.00%13.14%8.76%
46.27%

Color #89777D in popluar number systems.

HEX89777D
Decimal137119125
Binary1000100111101111111101
Octal211167175

Shades and tints

Shades of #89777D

#89777D
(137,119,125)
#7D6D72
(125,109,114)
#716367
(113,99,103)
#65595C
(101,89,92)
#594F51
(89,79,81)
#4D4546
(77,69,70)
#413B3B
(65,59,59)
#353130
(53,49,48)
#292725
(41,39,37)
#1D1D1A
(29,29,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #89777D

#89777D
(137,119,125)
#938388
(147,131,136)
#9D8F93
(157,143,147)
#A79B9E
(167,155,158)
#B1A7A9
(177,167,169)
#BBB3B4
(187,179,180)
#C5BFBF
(197,191,191)
#CFCBCA
(207,203,202)
#D9D7D5
(217,215,213)
#E3E3E0
(227,227,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89777D; }

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

This text font color is #89777D.


Background Color

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

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

This div background color is #89777D.


Border color

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

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

This div border color is #89777D.


Opacity

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

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

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

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

This text has shadow with #89777D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89777D on black background.


Color preview on white background

This text has color #89777D on white background.



Black color preview on #89777D background

This text has black color on #89777D background.


White color preview on #89777D background

This text has white color on #89777D background.