COLOR #89786C

HEX: #89786C RGB: (137,120,108)

Color info

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

RGB color model

#89786C color RGB value is (137,120,108).

RGB: (137,120,108) (54%, 47%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 108 of 255 = 42%

137
120
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 108 = 365 (100%)
R 137 of 365 ~ 37.53%
G 120 of 365 ~ 32.88%
B 108 of 365 ~ 29.59'%

%37.53
%32.88
%29.59

CMYK color model

#89786C color CMYK value is (0,12,21,46).

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

CMYK: (0,12,21,46)
C0M12Y21K46 (0%, 12%, 21%, 46%)
(0.00 / 0.12 / 0.21 / 0.46)

CMYK percentages

%0
%12.41
%21.17
%46.27

Codes

Color #89786C in popluar color models

89 78 6C
RGB 137 120 108
HSL 25° 11.84% 48.04%
HSB/HSV 25° 21.17% 53.73%
CMYK 0.00% 12.41% 21.17%
46.27%

Color #89786C in popluar number systems.

HEX 89 78 6C
Decimal 137 120 108
Binary 10001001 1111000 1101100
Octal 211 170 154

Shades and tints

Shades of #89786C

#89786C
(137,120,108)
#7D6E63
(125,110,99)
#71645A
(113,100,90)
#655A51
(101,90,81)
#595048
(89,80,72)
#4D463F
(77,70,63)
#413C36
(65,60,54)
#35322D
(53,50,45)
#292824
(41,40,36)
#1D1E1B
(29,30,27)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #89786C

#89786C
(137,120,108)
#938479
(147,132,121)
#9D9086
(157,144,134)
#A79C93
(167,156,147)
#B1A8A0
(177,168,160)
#BBB4AD
(187,180,173)
#C5C0BA
(197,192,186)
#CFCCC7
(207,204,199)
#D9D8D4
(217,216,212)
#E3E4E1
(227,228,225)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89786C; }

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

This text font color is #89786C.

Background Color

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

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

This div background color is #89786C.

Border color

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

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

This div border color is #89786C.

Opacity

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

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

Text with #89786C 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 #89786C;}

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

This text has shadow with #89786C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89786C.

Preview

Color preview on black background

This text has color #89786C on black background.


Color preview on white background

This text has color #89786C on white background.


Black color preview on #89786C background

This text has black color on #89786C background.


White color preview on #89786C background

This text has white color on #89786C background.


Related colors

Complementary color

Complementary color for #hex is #768793.


I love getcolorcode.com

Triadic colors

1 #6C8978 and #786C89 with #89786C are triadic colors.

2 #6C7889 and #78896C with #89786C are triadic colors.