COLOR #89766E

HEX: #89766E RGB: (137,118,110)

Color info

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

RGB color model

#89766E color RGB value is (137,118,110).

RGB: (137,118,110) (54%, 46%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 110 of 255 = 43%

137
118
110

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

Portions of RGB colors in percentages

R + G + B = 137 + 118 + 110 = 365 (100%)
R 137 of 365 ~ 37.53%
G 118 of 365 ~ 32.33%
B 110 of 365 ~ 30.14'%

%37.53
%32.33
%30.14

CMYK color model

#89766E color CMYK value is (0,14,20,46).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 19.71%
  • key color value is 46.27%

CMYK: (0,14,20,46)
C0M14Y20K46 (0%, 14%, 20%, 46%)
(0.00 / 0.14 / 0.20 / 0.46)

CMYK percentages

%0
%13.87
%19.71
%46.27

Codes

Color #89766E in popluar color models

89 76 6E
RGB 137 118 110
HSL 18° 10.93% 48.43%
HSB/HSV 18° 19.71% 53.73%
CMYK 0.00% 13.87% 19.71%
46.27%

Color #89766E in popluar number systems.

HEX 89 76 6E
Decimal 137 118 110
Binary 10001001 1110110 1101110
Octal 211 166 156

Shades and tints

Shades of #89766E

#89766E
(137,118,110)
#7D6C64
(125,108,100)
#71625A
(113,98,90)
#655850
(101,88,80)
#594E46
(89,78,70)
#4D443C
(77,68,60)
#413A32
(65,58,50)
#353028
(53,48,40)
#29261E
(41,38,30)
#1D1C14
(29,28,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #89766E

#89766E
(137,118,110)
#93827B
(147,130,123)
#9D8E88
(157,142,136)
#A79A95
(167,154,149)
#B1A6A2
(177,166,162)
#BBB2AF
(187,178,175)
#C5BEBC
(197,190,188)
#CFCAC9
(207,202,201)
#D9D6D6
(217,214,214)
#E3E2E3
(227,226,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89766E color. Also use rgb(137,118,110) instead hex code.

Text Font Color

.myTextColor { color: #89766E; }

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

This text font color is #89766E.

Background Color

.myBgColor { background-color: #89766E; }

<div style="background-color:#89766E">Inner text</div>

This div background color is #89766E.

Border color

.myBorderColor { border: 1px solid #89766E; }

<div style="border:3px solid #89766E">Div</div>

This div border color is #89766E.

Opacity

.myOpacity80 { color: #89766E; opacity: 0.8; }

<p style="color:#89766E;opacity:0.8;">80%</p>

Text with #89766E 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 #89766E;}

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

This text has shadow with #89766E color.


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

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

This text has shadow with #89766E primary color and red secondary color.


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

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

This text has shadow with #89766E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89766E.

Preview

Color preview on black background

This text has color #89766E on black background.


Color preview on white background

This text has color #89766E on white background.


Black color preview on #89766E background

This text has black color on #89766E background.


White color preview on #89766E background

This text has white color on #89766E background.


Related colors

Complementary color

Complementary color for #hex is #768991.


I love getcolorcode.com

Triadic colors

1 #6E8976 and #766E89 with #89766E are triadic colors.

2 #6E7689 and #76896E with #89766E are triadic colors.