COLOR #888772

HEX: #888772
RGB: (136,135,114)

Color info

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

RGB color model

#888772 color RGB value is (136,135,114).

  • red value is 136;
  • green value is 135;
  • blue value is 114.
RGB:
(136,135,114)
(53%,53%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 114 of 255 = 45%

136
135
114

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 114 = 385 (100%)
R 136 of 385 ~ 35.32%
G 135 of 385 ~ 35.06%
B 114 of 385 ~ 29.61%

%35.32
%35.06
%29.61

CMYK color model

#888772 color CMYK value is (0,1,16,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(0,1,16,47)
C0M1Y16K47 
(0%,1%,16%,47%)
(0.00/0.01/0.16/0.47)	

CMYK percentages

%0
%0.74
%16.18
%46.67

Codes

Color #888772 in popluar color models

888772
RGB136135114
HSL57°8.80%49.02%
HSB/HSV57°16.18%53.33%
CMYK0.00%0.74%16.18%
46.67%

Color #888772 in popluar number systems.

HEX888772
Decimal136135114
Binary10001000100001111110010
Octal210207162

Shades and tints

Shades of #888772

#888772
(136,135,114)
#7C7B68
(124,123,104)
#706F5E
(112,111,94)
#646354
(100,99,84)
#58574A
(88,87,74)
#4C4B40
(76,75,64)
#403F36
(64,63,54)
#34332C
(52,51,44)
#282722
(40,39,34)
#1C1B18
(28,27,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #888772

#888772
(136,135,114)
#92917E
(146,145,126)
#9C9B8A
(156,155,138)
#A6A596
(166,165,150)
#B0AFA2
(176,175,162)
#BAB9AE
(186,185,174)
#C4C3BA
(196,195,186)
#CECDC6
(206,205,198)
#D8D7D2
(216,215,210)
#E2E1DE
(226,225,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888772 color. Also use rgb(136,135,114) instead hex code.

Text Font Color

.myTextColor { color: #888772; }

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

This text font color is #888772.


Background Color

.myBgColor { background-color: #888772; }

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

This div background color is #888772.


Border color

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

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

This div border color is #888772.


Opacity

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

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

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

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

This text has shadow with #888772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888772 on black background.


Color preview on white background

This text has color #888772 on white background.



Black color preview on #888772 background

This text has black color on #888772 background.


White color preview on #888772 background

This text has white color on #888772 background.