COLOR #89776F

HEX: #89776F RGB: (137,119,111)

Color info

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

RGB color model

#89776F color RGB value is (137,119,111).

RGB: (137,119,111) (54%, 47%, 44%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 111 of 255 = 44%

137
119
111

R + G + B ~ 48%. #89776F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 119 + 111 = 367 (100%)
R 137 of 367 ~ 37.33%
G 119 of 367 ~ 32.43%
B 111 of 367 ~ 30.25'%

%37.33
%32.43
%30.25

CMYK color model

#89776F color CMYK value is (0,13,19,46).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 18.98%
  • key color value is 46.27%

CMYK: (0,13,19,46)
C0M13Y19K46 (0%, 13%, 19%, 46%)
(0.00 / 0.13 / 0.19 / 0.46)

CMYK percentages

%0
%13.14
%18.98
%46.27

Codes

Color #89776F in popluar color models

89 77 6F
RGB 137 119 111
HSL 18° 10.48% 48.63%
HSB/HSV 18° 18.98% 53.73%
CMYK 0.00% 13.14% 18.98%
46.27%

Color #89776F in popluar number systems.

HEX 89 77 6F
Decimal 137 119 111
Binary 10001001 1110111 1101111
Octal 211 167 157

Shades and tints

Shades of #89776F

#89776F
(137,119,111)
#7D6D65
(125,109,101)
#71635B
(113,99,91)
#655951
(101,89,81)
#594F47
(89,79,71)
#4D453D
(77,69,61)
#413B33
(65,59,51)
#353129
(53,49,41)
#29271F
(41,39,31)
#1D1D15
(29,29,21)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #89776F

#89776F
(137,119,111)
#93837C
(147,131,124)
#9D8F89
(157,143,137)
#A79B96
(167,155,150)
#B1A7A3
(177,167,163)
#BBB3B0
(187,179,176)
#C5BFBD
(197,191,189)
#CFCBCA
(207,203,202)
#D9D7D7
(217,215,215)
#E3E3E4
(227,227,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89776F color. Also use rgb(137,119,111) instead hex code.

Text Font Color

.myTextColor { color: #89776F; }

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

This text font color is #89776F.

Background Color

.myBgColor { background-color: #89776F; }

<div style="background-color:#89776F">Inner text</div>

This div background color is #89776F.

Border color

.myBorderColor { border: 1px solid #89776F; }

<div style="border:3px solid #89776F">Div</div>

This div border color is #89776F.

Opacity

.myOpacity80 { color: #89776F; opacity: 0.8; }

<p style="color:#89776F;opacity:0.8;">80%</p>

Text with #89776F 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 #89776F;}

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

This text has shadow with #89776F color.


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

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

This text has shadow with #89776F primary color and red secondary color.


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

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

This text has shadow with #89776F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89776F.

Preview

Color preview on black background

This text has color #89776F on black background.


Color preview on white background

This text has color #89776F on white background.


Black color preview on #89776F background

This text has black color on #89776F background.


White color preview on #89776F background

This text has white color on #89776F background.


Related colors

Complementary color

Complementary color for #hex is #768890.


I love getcolorcode.com

Triadic colors

1 #6F8977 and #776F89 with #89776F are triadic colors.

2 #6F7789 and #77896F with #89776F are triadic colors.