COLOR #887878

HEX: #887878 RGB: (136,120,120)

Color info

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

RGB color model

#887878 color RGB value is (136,120,120).

RGB: (136,120,120) (53%, 47%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 120 of 255 = 47%

136
120
120

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

Portions of RGB colors in percentages

R + G + B = 136 + 120 + 120 = 376 (100%)
R 136 of 376 ~ 36.17%
G 120 of 376 ~ 31.91%
B 120 of 376 ~ 31.91'%

%36.17
%31.91
%31.91

CMYK color model

#887878 color CMYK value is (0,12,12,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK: (0,12,12,47) C0M12Y12K47 (0%,12%,12%,47%) (0.00/0.12/0.12/0.47) 

CMYK percentages

%0
%11.76
%11.76
%46.67

Codes

Color #887878 in popluar color models

88 78 78
RGB 136 120 120
HSL 6.30% 50.20%
HSB/HSV 11.76% 53.33%
CMYK 0.00% 11.76% 11.76%
46.67%

Color #887878 in popluar number systems.

HEX 88 78 78
Decimal 136 120 120
Binary 10001000 1111000 1111000
Octal 210 170 170

Shades and tints

Shades of #887878

#887878
(136,120,120)
#7C6E6E
(124,110,110)
#706464
(112,100,100)
#645A5A
(100,90,90)
#585050
(88,80,80)
#4C4646
(76,70,70)
#403C3C
(64,60,60)
#343232
(52,50,50)
#282828
(40,40,40)
#1C1E1E
(28,30,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #887878

#887878
(136,120,120)
#928484
(146,132,132)
#9C9090
(156,144,144)
#A69C9C
(166,156,156)
#B0A8A8
(176,168,168)
#BAB4B4
(186,180,180)
#C4C0C0
(196,192,192)
#CECCCC
(206,204,204)
#D8D8D8
(216,216,216)
#E2E4E4
(226,228,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887878; }

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

This text font color is #887878.

Background Color

.myBgColor { background-color: #887878; }

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

This div background color is #887878.

Border color

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

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

This div border color is #887878.

Opacity

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

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

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

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

This text has shadow with #887878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887878.

Preview

Color preview on black background

This text has color #887878 on black background.


Color preview on white background

This text has color #887878 on white background.


Black color preview on #887878 background

This text has black color on #887878 background.


White color preview on #887878 background

This text has white color on #887878 background.


Related colors

Complementary color

Complementary color for #hex is #778787.


I love getcolorcode.com