COLOR #888872

HEX: #888872 RGB: (136,136,114)

Color info

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

RGB color model

#888872 color RGB value is (136,136,114).

RGB: (136,136,114) (53%, 53%, 45%)

RGB channels and saturation

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

136
136
114

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 114 = 386 (100%)
R 136 of 386 ~ 35.23%
G 136 of 386 ~ 35.23%
B 114 of 386 ~ 29.53'%

%35.23
%35.23
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%

CMYK: (0,0,16,47)
C0M0Y16K47 (0%, 0%, 16%, 47%)
(0.00 / 0.00 / 0.16 / 0.47)

CMYK percentages

%0
%0
%16.18
%46.67

Codes

Color #888872 in popluar color models

88 88 72
RGB 136 136 114
HSL 60° 8.80% 49.02%
HSB/HSV 60° 16.18% 53.33%
CMYK 0.00% 0.00% 16.18%
46.67%

Color #888872 in popluar number systems.

HEX 88 88 72
Decimal 136 136 114
Binary 10001000 10001000 1110010
Octal 210 210 162

Shades and tints

Shades of #888872

#888872
(136,136,114)
#7C7C68
(124,124,104)
#70705E
(112,112,94)
#646454
(100,100,84)
#58584A
(88,88,74)
#4C4C40
(76,76,64)
#404036
(64,64,54)
#34342C
(52,52,44)
#282822
(40,40,34)
#1C1C18
(28,28,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #888872

#888872
(136,136,114)
#92927E
(146,146,126)
#9C9C8A
(156,156,138)
#A6A696
(166,166,150)
#B0B0A2
(176,176,162)
#BABAAE
(186,186,174)
#C4C4BA
(196,196,186)
#CECEC6
(206,206,198)
#D8D8D2
(216,216,210)
#E2E2DE
(226,226,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888872; }

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

This text font color is #888872.

Background Color

.myBgColor { background-color: #888872; }

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

This div background color is #888872.

Border color

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

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

This div border color is #888872.

Opacity

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

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

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

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

This text has shadow with #888872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888872.

Preview

Color preview on black background

This text has color #888872 on black background.


Color preview on white background

This text has color #888872 on white background.


Black color preview on #888872 background

This text has black color on #888872 background.


White color preview on #888872 background

This text has white color on #888872 background.


Related colors

Complementary color

Complementary color for #hex is #77778D.


I love getcolorcode.com