COLOR #889E77

HEX: #889E77
RGB: (136,158,119)

Color info

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

RGB color model

#889E77 color RGB value is (136,158,119).

  • red value is 136;
  • green value is 158;
  • blue value is 119.
RGB:
(136,158,119)
(53%,62%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 119 of 255 = 47%

136
158
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 119 = 413 (100%)
R 136 of 413 ~ 32.93%
G 158 of 413 ~ 38.26%
B 119 of 413 ~ 28.81%

%32.93
%38.26
%28.81

CMYK color model

#889E77 color CMYK value is (14,0,25,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(14,0,25,38)
C14M0Y25K38 
(14%,0%,25%,38%)
(0.14/0.00/0.25/0.38)	

CMYK percentages

%13.92
%0
%24.68
%38.04

Codes

Color #889E77 in popluar color models

889E77
RGB136158119
HSL94°16.74%54.31%
HSB/HSV94°24.68%61.96%
CMYK13.92%0.00%24.68%
38.04%

Color #889E77 in popluar number systems.

HEX889E77
Decimal136158119
Binary10001000100111101110111
Octal210236167

Shades and tints

Shades of #889E77

#889E77
(136,158,119)
#7C906D
(124,144,109)
#708263
(112,130,99)
#647459
(100,116,89)
#58664F
(88,102,79)
#4C5845
(76,88,69)
#404A3B
(64,74,59)
#343C31
(52,60,49)
#282E27
(40,46,39)
#1C201D
(28,32,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #889E77

#889E77
(136,158,119)
#92A683
(146,166,131)
#9CAE8F
(156,174,143)
#A6B69B
(166,182,155)
#B0BEA7
(176,190,167)
#BAC6B3
(186,198,179)
#C4CEBF
(196,206,191)
#CED6CB
(206,214,203)
#D8DED7
(216,222,215)
#E2E6E3
(226,230,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889E77 color. Also use rgb(136,158,119) instead hex code.

Text Font Color

.myTextColor { color: #889E77; }

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

This text font color is #889E77.


Background Color

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

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

This div background color is #889E77.


Border color

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

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

This div border color is #889E77.


Opacity

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

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

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

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

This text has shadow with #889E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E77 on black background.


Color preview on white background

This text has color #889E77 on white background.



Black color preview on #889E77 background

This text has black color on #889E77 background.


White color preview on #889E77 background

This text has white color on #889E77 background.