COLOR #889C76

HEX: #889C76
RGB: (136,156,118)

Color info

#889C76 contains red, green and blue colors in about the same proportion. Web safe color of #889C76 is #999966 (or #996).

RGB color model

#889C76 color RGB value is (136,156,118).

  • red value is 136;
  • green value is 156;
  • blue value is 118.
RGB:
(136,156,118)
(53%,61%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 118 of 255 = 46%

136
156
118

R + G + B ~ 53%. #889C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 118 = 410 (100%)
R 136 of 410 ~ 33.17%
G 156 of 410 ~ 38.05%
B 118 of 410 ~ 28.78%

%33.17
%38.05
%28.78

CMYK color model

#889C76 color CMYK value is (13,0,24,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(13,0,24,39)
C13M0Y24K39 
(13%,0%,24%,39%)
(0.13/0.00/0.24/0.39)	

CMYK percentages

%12.82
%0
%24.36
%38.82

Codes

Color #889C76 in popluar color models

889C76
RGB136156118
HSL92°16.10%53.73%
HSB/HSV92°24.36%61.18%
CMYK12.82%0.00%24.36%
38.82%

Color #889C76 in popluar number systems.

HEX889C76
Decimal136156118
Binary10001000100111001110110
Octal210234166

Shades and tints

Shades of #889C76

#889C76
(136,156,118)
#7C8E6C
(124,142,108)
#708062
(112,128,98)
#647258
(100,114,88)
#58644E
(88,100,78)
#4C5644
(76,86,68)
#40483A
(64,72,58)
#343A30
(52,58,48)
#282C26
(40,44,38)
#1C1E1C
(28,30,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #889C76

#889C76
(136,156,118)
#92A582
(146,165,130)
#9CAE8E
(156,174,142)
#A6B79A
(166,183,154)
#B0C0A6
(176,192,166)
#BAC9B2
(186,201,178)
#C4D2BE
(196,210,190)
#CEDBCA
(206,219,202)
#D8E4D6
(216,228,214)
#E2EDE2
(226,237,226)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889C76 color. Also use rgb(136,156,118) instead hex code.

Text Font Color

.myTextColor { color: #889C76; }

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

This text font color is #889C76.


Background Color

.myBgColor { background-color: #889C76; }

<div style="background-color:#889C76">Inner text</div>

This div background color is #889C76.


Border color

.myBorderColor { border: 1px solid #889C76; }

<div style="border:3px solid #889C76">Div</div>

This div border color is #889C76.


Opacity

.myOpacity80 { color: #889C76; opacity: 0.8; }

<p style="color:#889C76;opacity:0.8;">80%</p>

Text with #889C76 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 #889C76;}

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

This text has shadow with #889C76 color.

.textShadow {text-shadow: 3px 3px 1px #889C76, 3px 3px 1px red;}

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

This text has shadow with #889C76 primary color and red secondary color.


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

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

This text has shadow with #889C76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889C76 on black background.


Color preview on white background

This text has color #889C76 on white background.



Black color preview on #889C76 background

This text has black color on #889C76 background.


White color preview on #889C76 background

This text has white color on #889C76 background.