COLOR #887E7C

HEX: #887E7C RGB: (136,126,124)

Color info

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

RGB color model

#887E7C color RGB value is (136,126,124).

RGB: (136,126,124) (53%, 49%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 124 of 255 = 49%

136
126
124

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

Portions of RGB colors in percentages

R + G + B = 136 + 126 + 124 = 386 (100%)
R 136 of 386 ~ 35.23%
G 126 of 386 ~ 32.64%
B 124 of 386 ~ 32.12'%

%35.23
%32.64
%32.12

CMYK color model

#887E7C color CMYK value is (0,7,9,47).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 8.82%
  • key color value is 46.67%

CMYK: (0,7,9,47)
C0M7Y9K47 (0%, 7%, 9%, 47%)
(0.00 / 0.07 / 0.09 / 0.47)

CMYK percentages

%0
%7.35
%8.82
%46.67

Codes

Color #887E7C in popluar color models

88 7E 7C
RGB 136 126 124
HSL 10° 4.80% 50.98%
HSB/HSV 10° 8.82% 53.33%
CMYK 0.00% 7.35% 8.82%
46.67%

Color #887E7C in popluar number systems.

HEX 88 7E 7C
Decimal 136 126 124
Binary 10001000 1111110 1111100
Octal 210 176 174

Shades and tints

Shades of #887E7C

#887E7C
(136,126,124)
#7C7371
(124,115,113)
#706866
(112,104,102)
#645D5B
(100,93,91)
#585250
(88,82,80)
#4C4745
(76,71,69)
#403C3A
(64,60,58)
#34312F
(52,49,47)
#282624
(40,38,36)
#1C1B19
(28,27,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #887E7C

#887E7C
(136,126,124)
#928987
(146,137,135)
#9C9492
(156,148,146)
#A69F9D
(166,159,157)
#B0AAA8
(176,170,168)
#BAB5B3
(186,181,179)
#C4C0BE
(196,192,190)
#CECBC9
(206,203,201)
#D8D6D4
(216,214,212)
#E2E1DF
(226,225,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887E7C color. Also use rgb(136,126,124) instead hex code.

Text Font Color

.myTextColor { color: #887E7C; }

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

This text font color is #887E7C.

Background Color

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

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

This div background color is #887E7C.

Border color

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

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

This div border color is #887E7C.

Opacity

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

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

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

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

This text has shadow with #887E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887E7C.

Preview

Color preview on black background

This text has color #887E7C on black background.


Color preview on white background

This text has color #887E7C on white background.


Black color preview on #887E7C background

This text has black color on #887E7C background.


White color preview on #887E7C background

This text has white color on #887E7C background.


Related colors

Complementary color

Complementary color for #hex is #778183.


I love getcolorcode.com

Triadic colors

1 #7C887E and #7E7C88 with #887E7C are triadic colors.

2 #7C7E88 and #7E887C with #887E7C are triadic colors.