COLOR #887B79

HEX: #887B79 RGB: (136,123,121)

Color info

#887B79 contains red, green and blue colors in about the same proportion. Web safe color of #887B79 is #996666 (or #966).

RGB color model

#887B79 color RGB value is (136,123,121).

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

RGB channels and saturation

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

136
123
121

R + G + B ~ 49%. #887B79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 123 + 121 = 380 (100%)
R 136 of 380 ~ 35.79%
G 123 of 380 ~ 32.37%
B 121 of 380 ~ 31.84'%

%35.79
%32.37
%31.84

CMYK color model

#887B79 color CMYK value is (0,10,11,47).

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

CMYK: (0,10,11,47)
C0M10Y11K47 (0%, 10%, 11%, 47%)
(0.00 / 0.10 / 0.11 / 0.47)

CMYK percentages

%0
%9.56
%11.03
%46.67

Codes

Color #887B79 in popluar color models

88 7B 79
RGB 136 123 121
HSL 5.93% 50.39%
HSB/HSV 11.03% 53.33%
CMYK 0.00% 9.56% 11.03%
46.67%

Color #887B79 in popluar number systems.

HEX 88 7B 79
Decimal 136 123 121
Binary 10001000 1111011 1111001
Octal 210 173 171

Shades and tints

Shades of #887B79

#887B79
(136,123,121)
#7C706E
(124,112,110)
#706563
(112,101,99)
#645A58
(100,90,88)
#584F4D
(88,79,77)
#4C4442
(76,68,66)
#403937
(64,57,55)
#342E2C
(52,46,44)
#282321
(40,35,33)
#1C1816
(28,24,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #887B79

#887B79
(136,123,121)
#928785
(146,135,133)
#9C9391
(156,147,145)
#A69F9D
(166,159,157)
#B0ABA9
(176,171,169)
#BAB7B5
(186,183,181)
#C4C3C1
(196,195,193)
#CECFCD
(206,207,205)
#D8DBD9
(216,219,217)
#E2E7E5
(226,231,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B79; }

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

This text font color is #887B79.

Background Color

.myBgColor { background-color: #887B79; }

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

This div background color is #887B79.

Border color

.myBorderColor { border: 1px solid #887B79; }

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

This div border color is #887B79.

Opacity

.myOpacity80 { color: #887B79; opacity: 0.8; }

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

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

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

This text has shadow with #887B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887B79.

Preview

Color preview on black background

This text has color #887B79 on black background.


Color preview on white background

This text has color #887B79 on white background.


Black color preview on #887B79 background

This text has black color on #887B79 background.


White color preview on #887B79 background

This text has white color on #887B79 background.


Related colors

Complementary color

Complementary color for #hex is #778486.


I love getcolorcode.com

Triadic colors

1 #79887B and #7B7988 with #887B79 are triadic colors.

2 #797B88 and #7B8879 with #887B79 are triadic colors.