COLOR #889B76

HEX: #889B76
RGB: (136,155,118)

Color info

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

RGB color model

#889B76 color RGB value is (136,155,118).

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

RGB channels and saturation

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

136
155
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 118 = 409 (100%)
R 136 of 409 ~ 33.25%
G 155 of 409 ~ 37.9%
B 118 of 409 ~ 28.85%

%33.25
%37.9
%28.85

CMYK color model

#889B76 color CMYK value is (12,0,24,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(12,0,24,39)
C12M0Y24K39 
(12%,0%,24%,39%)
(0.12/0.00/0.24/0.39)	

CMYK percentages

%12.26
%0
%23.87
%39.22

Codes

Color #889B76 in popluar color models

889B76
RGB136155118
HSL91°15.61%53.53%
HSB/HSV91°23.87%60.78%
CMYK12.26%0.00%23.87%
39.22%

Color #889B76 in popluar number systems.

HEX889B76
Decimal136155118
Binary10001000100110111110110
Octal210233166

Shades and tints

Shades of #889B76

#889B76
(136,155,118)
#7C8D6C
(124,141,108)
#707F62
(112,127,98)
#647158
(100,113,88)
#58634E
(88,99,78)
#4C5544
(76,85,68)
#40473A
(64,71,58)
#343930
(52,57,48)
#282B26
(40,43,38)
#1C1D1C
(28,29,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #889B76

#889B76
(136,155,118)
#92A482
(146,164,130)
#9CAD8E
(156,173,142)
#A6B69A
(166,182,154)
#B0BFA6
(176,191,166)
#BAC8B2
(186,200,178)
#C4D1BE
(196,209,190)
#CEDACA
(206,218,202)
#D8E3D6
(216,227,214)
#E2ECE2
(226,236,226)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B76; }

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

This text font color is #889B76.


Background Color

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

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

This div background color is #889B76.


Border color

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

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

This div border color is #889B76.


Opacity

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

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

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

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

This text has shadow with #889B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B76 on black background.


Color preview on white background

This text has color #889B76 on white background.



Black color preview on #889B76 background

This text has black color on #889B76 background.


White color preview on #889B76 background

This text has white color on #889B76 background.