COLOR #887C7A

HEX: #887C7A
RGB: (136,124,122)

Color info

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

RGB color model

#887C7A color RGB value is (136,124,122).

  • red value is 136;
  • green value is 124;
  • blue value is 122.
RGB:
(136,124,122)
(53%,49%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 122 of 255 = 48%

136
124
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 122 = 382 (100%)
R 136 of 382 ~ 35.6%
G 124 of 382 ~ 32.46%
B 122 of 382 ~ 31.94%

%35.6
%32.46
%31.94

CMYK color model

#887C7A color CMYK value is (0,9,10,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,9,10,47)
C0M9Y10K47 
(0%,9%,10%,47%)
(0.00/0.09/0.10/0.47)	

CMYK percentages

%0
%8.82
%10.29
%46.67

Codes

Color #887C7A in popluar color models

887C7A
RGB136124122
HSL5.56%50.59%
HSB/HSV10.29%53.33%
CMYK0.00%8.82%10.29%
46.67%

Color #887C7A in popluar number systems.

HEX887C7A
Decimal136124122
Binary1000100011111001111010
Octal210174172

Shades and tints

Shades of #887C7A

#887C7A
(136,124,122)
#7C716F
(124,113,111)
#706664
(112,102,100)
#645B59
(100,91,89)
#58504E
(88,80,78)
#4C4543
(76,69,67)
#403A38
(64,58,56)
#342F2D
(52,47,45)
#282422
(40,36,34)
#1C1917
(28,25,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #887C7A

#887C7A
(136,124,122)
#928786
(146,135,134)
#9C9292
(156,146,146)
#A69D9E
(166,157,158)
#B0A8AA
(176,168,170)
#BAB3B6
(186,179,182)
#C4BEC2
(196,190,194)
#CEC9CE
(206,201,206)
#D8D4DA
(216,212,218)
#E2DFE6
(226,223,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887C7A; }

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

This text font color is #887C7A.


Background Color

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

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

This div background color is #887C7A.


Border color

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

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

This div border color is #887C7A.


Opacity

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

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

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

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

This text has shadow with #887C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C7A on black background.


Color preview on white background

This text has color #887C7A on white background.



Black color preview on #887C7A background

This text has black color on #887C7A background.


White color preview on #887C7A background

This text has white color on #887C7A background.