COLOR #889977

HEX: #889977
RGB: (136,153,119)

Color info

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

RGB color model

#889977 color RGB value is (136,153,119).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 119 of 255 = 47%

136
153
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 119 = 408 (100%)
R 136 of 408 ~ 33.33%
G 153 of 408 ~ 37.5%
B 119 of 408 ~ 29.17%

%33.33
%37.5
%29.17

CMYK color model

#889977 color CMYK value is (11,0,22,40).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(11,0,22,40)
C11M0Y22K40 
(11%,0%,22%,40%)
(0.11/0.00/0.22/0.40)	

CMYK percentages

%11.11
%0
%22.22
%40

Codes

Color #889977 in popluar color models

889977
RGB136153119
HSL90°14.29%53.33%
HSB/HSV90°22.22%60.00%
CMYK11.11%0.00%22.22%
40.00%

Color #889977 in popluar number systems.

HEX889977
Decimal136153119
Binary10001000100110011110111
Octal210231167

Shades and tints

Shades of #889977

#889977
(136,153,119)
#7C8C6D
(124,140,109)
#707F63
(112,127,99)
#647259
(100,114,89)
#58654F
(88,101,79)
#4C5845
(76,88,69)
#404B3B
(64,75,59)
#343E31
(52,62,49)
#283127
(40,49,39)
#1C241D
(28,36,29)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #889977

#889977
(136,153,119)
#92A283
(146,162,131)
#9CAB8F
(156,171,143)
#A6B49B
(166,180,155)
#B0BDA7
(176,189,167)
#BAC6B3
(186,198,179)
#C4CFBF
(196,207,191)
#CED8CB
(206,216,203)
#D8E1D7
(216,225,215)
#E2EAE3
(226,234,227)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889977; }

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

This text font color is #889977.


Background Color

.myBgColor { background-color: #889977; }

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

This div background color is #889977.


Border color

.myBorderColor { border: 1px solid #889977; }

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

This div border color is #889977.


Opacity

.myOpacity80 { color: #889977; opacity: 0.8; }

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

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

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

This text has shadow with #889977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889977 on black background.


Color preview on white background

This text has color #889977 on white background.



Black color preview on #889977 background

This text has black color on #889977 background.


White color preview on #889977 background

This text has white color on #889977 background.