COLOR #887478

HEX: #887478
RGB: (136,116,120)

Color info

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

RGB color model

#887478 color RGB value is (136,116,120).

  • red value is 136;
  • green value is 116;
  • blue value is 120.
RGB:
(136,116,120)
(53%,45%,47%)

RGB channels and saturation

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

136
116
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 116 + 120 = 372 (100%)
R 136 of 372 ~ 36.56%
G 116 of 372 ~ 31.18%
B 120 of 372 ~ 32.26%

%36.56
%31.18
%32.26

CMYK color model

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

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

CMYK percentages

%0
%14.71
%11.76
%46.67

Codes

Color #887478 in popluar color models

887478
RGB136116120
HSL348°7.94%49.41%
HSB/HSV348°14.71%53.33%
CMYK0.00%14.71%11.76%
46.67%

Color #887478 in popluar number systems.

HEX887478
Decimal136116120
Binary1000100011101001111000
Octal210164170

Shades and tints

Shades of #887478

#887478
(136,116,120)
#7C6A6E
(124,106,110)
#706064
(112,96,100)
#64565A
(100,86,90)
#584C50
(88,76,80)
#4C4246
(76,66,70)
#40383C
(64,56,60)
#342E32
(52,46,50)
#282428
(40,36,40)
#1C1A1E
(28,26,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #887478

#887478
(136,116,120)
#928084
(146,128,132)
#9C8C90
(156,140,144)
#A6989C
(166,152,156)
#B0A4A8
(176,164,168)
#BAB0B4
(186,176,180)
#C4BCC0
(196,188,192)
#CEC8CC
(206,200,204)
#D8D4D8
(216,212,216)
#E2E0E4
(226,224,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887478; }

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

This text font color is #887478.


Background Color

.myBgColor { background-color: #887478; }

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

This div background color is #887478.


Border color

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

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

This div border color is #887478.


Opacity

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

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

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

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

This text has shadow with #887478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887478 on black background.


Color preview on white background

This text has color #887478 on white background.



Black color preview on #887478 background

This text has black color on #887478 background.


White color preview on #887478 background

This text has white color on #887478 background.