COLOR #887A7A

HEX: #887A7A
RGB: (136,122,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
122
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 122 + 122 = 380 (100%)
R 136 of 380 ~ 35.79%
G 122 of 380 ~ 32.11%
B 122 of 380 ~ 32.11%

%35.79
%32.11
%32.11

CMYK color model

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

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

CMYK percentages

%0
%10.29
%10.29
%46.67

Codes

Color #887A7A in popluar color models

887A7A
RGB136122122
HSL5.56%50.59%
HSB/HSV10.29%53.33%
CMYK0.00%10.29%10.29%
46.67%

Color #887A7A in popluar number systems.

HEX887A7A
Decimal136122122
Binary1000100011110101111010
Octal210172172

Shades and tints

Shades of #887A7A

#887A7A
(136,122,122)
#7C6F6F
(124,111,111)
#706464
(112,100,100)
#645959
(100,89,89)
#584E4E
(88,78,78)
#4C4343
(76,67,67)
#403838
(64,56,56)
#342D2D
(52,45,45)
#282222
(40,34,34)
#1C1717
(28,23,23)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #887A7A

#887A7A
(136,122,122)
#928686
(146,134,134)
#9C9292
(156,146,146)
#A69E9E
(166,158,158)
#B0AAAA
(176,170,170)
#BAB6B6
(186,182,182)
#C4C2C2
(196,194,194)
#CECECE
(206,206,206)
#D8DADA
(216,218,218)
#E2E6E6
(226,230,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887A7A; }

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

This text font color is #887A7A.


Background Color

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

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

This div background color is #887A7A.


Border color

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

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

This div border color is #887A7A.


Opacity

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

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

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

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

This text has shadow with #887A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887A7A on black background.


Color preview on white background

This text has color #887A7A on white background.



Black color preview on #887A7A background

This text has black color on #887A7A background.


White color preview on #887A7A background

This text has white color on #887A7A background.