COLOR #887278

HEX: #887278
RGB: (136,114,120)

Color info

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

RGB color model

#887278 color RGB value is (136,114,120).

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

RGB channels and saturation

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

136
114
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 120 = 370 (100%)
R 136 of 370 ~ 36.76%
G 114 of 370 ~ 30.81%
B 120 of 370 ~ 32.43%

%36.76
%30.81
%32.43

CMYK color model

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

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

CMYK percentages

%0
%16.18
%11.76
%46.67

Codes

Color #887278 in popluar color models

887278
RGB136114120
HSL344°8.80%49.02%
HSB/HSV344°16.18%53.33%
CMYK0.00%16.18%11.76%
46.67%

Color #887278 in popluar number systems.

HEX887278
Decimal136114120
Binary1000100011100101111000
Octal210162170

Shades and tints

Shades of #887278

#887278
(136,114,120)
#7C686E
(124,104,110)
#705E64
(112,94,100)
#64545A
(100,84,90)
#584A50
(88,74,80)
#4C4046
(76,64,70)
#40363C
(64,54,60)
#342C32
(52,44,50)
#282228
(40,34,40)
#1C181E
(28,24,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #887278

#887278
(136,114,120)
#927E84
(146,126,132)
#9C8A90
(156,138,144)
#A6969C
(166,150,156)
#B0A2A8
(176,162,168)
#BAAEB4
(186,174,180)
#C4BAC0
(196,186,192)
#CEC6CC
(206,198,204)
#D8D2D8
(216,210,216)
#E2DEE4
(226,222,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887278; }

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

This text font color is #887278.


Background Color

.myBgColor { background-color: #887278; }

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

This div background color is #887278.


Border color

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

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

This div border color is #887278.


Opacity

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

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

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

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

This text has shadow with #887278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887278 on black background.


Color preview on white background

This text has color #887278 on white background.



Black color preview on #887278 background

This text has black color on #887278 background.


White color preview on #887278 background

This text has white color on #887278 background.