COLOR #886C78

HEX: #886C78 RGB: (136,108,120)

Color info

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

RGB color model

#886C78 color RGB value is (136,108,120).

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

RGB channels and saturation

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

136
108
120

R + G + B ~ 47%. #886C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 108 + 120 = 364 (100%)
R 136 of 364 ~ 37.36%
G 108 of 364 ~ 29.67%
B 120 of 364 ~ 32.97'%

%37.36
%29.67
%32.97

CMYK color model

#886C78 color CMYK value is (0,21,12,47).

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

CMYK percentages

%0
%20.59
%11.76
%46.67

Codes

Color #886C78 in popluar color models

88 6C 78
RGB 136 108 120
HSL 334° 11.48% 47.84%
HSB/HSV 334° 20.59% 53.33%
CMYK 0.00% 20.59% 11.76%
46.67%

Color #886C78 in popluar number systems.

HEX 88 6C 78
Decimal 136 108 120
Binary 10001000 1101100 1111000
Octal 210 154 170

Shades and tints

Shades of #886C78

#886C78
(136,108,120)
#7C636E
(124,99,110)
#705A64
(112,90,100)
#64515A
(100,81,90)
#584850
(88,72,80)
#4C3F46
(76,63,70)
#40363C
(64,54,60)
#342D32
(52,45,50)
#282428
(40,36,40)
#1C1B1E
(28,27,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #886C78

#886C78
(136,108,120)
#927984
(146,121,132)
#9C8690
(156,134,144)
#A6939C
(166,147,156)
#B0A0A8
(176,160,168)
#BAADB4
(186,173,180)
#C4BAC0
(196,186,192)
#CEC7CC
(206,199,204)
#D8D4D8
(216,212,216)
#E2E1E4
(226,225,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C78; }

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

This text font color is #886C78.

Background Color

.myBgColor { background-color: #886C78; }

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

This div background color is #886C78.

Border color

.myBorderColor { border: 1px solid #886C78; }

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

This div border color is #886C78.

Opacity

.myOpacity80 { color: #886C78; opacity: 0.8; }

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

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

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

This text has shadow with #886C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886C78.

Preview

Color preview on black background

This text has color #886C78 on black background.


Color preview on white background

This text has color #886C78 on white background.


Black color preview on #886C78 background

This text has black color on #886C78 background.


White color preview on #886C78 background

This text has white color on #886C78 background.


Related colors

Complementary color

Complementary color for #hex is #779387.


I love getcolorcode.com

Triadic colors

1 #78886C and #6C7888 with #886C78 are triadic colors.

2 #786C88 and #6C8878 with #886C78 are triadic colors.