COLOR #887785

HEX: #887785
RGB: (136,119,133)

Color info

#887785 contains red, green and blue colors in about the same proportion. Web safe color of #887785 is #996699 (or #969).

RGB color model

#887785 color RGB value is (136,119,133).

  • red value is 136;
  • green value is 119;
  • blue value is 133.
RGB:
(136,119,133)
(53%,47%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 133 of 255 = 52%

136
119
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 133 = 388 (100%)
R 136 of 388 ~ 35.05%
G 119 of 388 ~ 30.67%
B 133 of 388 ~ 34.28%

%35.05
%30.67
%34.28

CMYK color model

#887785 color CMYK value is (0,13,2,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,13,2,47)
C0M13Y2K47 
(0%,13%,2%,47%)
(0.00/0.13/0.02/0.47)	

CMYK percentages

%0
%12.5
%2.21
%46.67

Codes

Color #887785 in popluar color models

887785
RGB136119133
HSL311°6.67%50.00%
HSB/HSV311°12.50%53.33%
CMYK0.00%12.50%2.21%
46.67%

Color #887785 in popluar number systems.

HEX887785
Decimal136119133
Binary10001000111011110000101
Octal210167205

Shades and tints

Shades of #887785

#887785
(136,119,133)
#7C6D79
(124,109,121)
#70636D
(112,99,109)
#645961
(100,89,97)
#584F55
(88,79,85)
#4C4549
(76,69,73)
#403B3D
(64,59,61)
#343131
(52,49,49)
#282725
(40,39,37)
#1C1D19
(28,29,25)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #887785

#887785
(136,119,133)
#928390
(146,131,144)
#9C8F9B
(156,143,155)
#A69BA6
(166,155,166)
#B0A7B1
(176,167,177)
#BAB3BC
(186,179,188)
#C4BFC7
(196,191,199)
#CECBD2
(206,203,210)
#D8D7DD
(216,215,221)
#E2E3E8
(226,227,232)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887785; }

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

This text font color is #887785.


Background Color

.myBgColor { background-color: #887785; }

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

This div background color is #887785.


Border color

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

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

This div border color is #887785.


Opacity

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

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

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

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

This text has shadow with #887785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887785 on black background.


Color preview on white background

This text has color #887785 on white background.



Black color preview on #887785 background

This text has black color on #887785 background.


White color preview on #887785 background

This text has white color on #887785 background.