COLOR #888879

HEX: #888879 RGB: (136,136,121)

Color info

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

RGB color model

#888879 color RGB value is (136,136,121).

RGB: (136,136,121) (53%, 53%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 121 of 255 = 47%

136
136
121

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 121 = 393 (100%)
R 136 of 393 ~ 34.61%
G 136 of 393 ~ 34.61%
B 121 of 393 ~ 30.79'%

%34.61
%34.61
%30.79

CMYK color model

#888879 color CMYK value is (0,0,11,47).

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

CMYK: (0,0,11,47)
C0M0Y11K47 (0%, 0%, 11%, 47%)
(0.00 / 0.00 / 0.11 / 0.47)

CMYK percentages

%0
%0
%11.03
%46.67

Codes

Color #888879 in popluar color models

88 88 79
RGB 136 136 121
HSL 60° 5.93% 50.39%
HSB/HSV 60° 11.03% 53.33%
CMYK 0.00% 0.00% 11.03%
46.67%

Color #888879 in popluar number systems.

HEX 88 88 79
Decimal 136 136 121
Binary 10001000 10001000 1111001
Octal 210 210 171

Shades and tints

Shades of #888879

#888879
(136,136,121)
#7C7C6E
(124,124,110)
#707063
(112,112,99)
#646458
(100,100,88)
#58584D
(88,88,77)
#4C4C42
(76,76,66)
#404037
(64,64,55)
#34342C
(52,52,44)
#282821
(40,40,33)
#1C1C16
(28,28,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #888879

#888879
(136,136,121)
#929285
(146,146,133)
#9C9C91
(156,156,145)
#A6A69D
(166,166,157)
#B0B0A9
(176,176,169)
#BABAB5
(186,186,181)
#C4C4C1
(196,196,193)
#CECECD
(206,206,205)
#D8D8D9
(216,216,217)
#E2E2E5
(226,226,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888879; }

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

This text font color is #888879.

Background Color

.myBgColor { background-color: #888879; }

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

This div background color is #888879.

Border color

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

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

This div border color is #888879.

Opacity

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

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

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

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

This text has shadow with #888879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888879.

Preview

Color preview on black background

This text has color #888879 on black background.


Color preview on white background

This text has color #888879 on white background.


Black color preview on #888879 background

This text has black color on #888879 background.


White color preview on #888879 background

This text has white color on #888879 background.


Related colors

Complementary color

Complementary color for #hex is #777786.


I love getcolorcode.com