COLOR #886C7C

HEX: #886C7C RGB: (136,108,124)

Color info

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

RGB color model

#886C7C color RGB value is (136,108,124).

RGB: (136,108,124) (53%, 42%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 124 of 255 = 49%

136
108
124

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

Portions of RGB colors in percentages

R + G + B = 136 + 108 + 124 = 368 (100%)
R 136 of 368 ~ 36.96%
G 108 of 368 ~ 29.35%
B 124 of 368 ~ 33.7'%

%36.96
%29.35
%33.7

CMYK color model

#886C7C color CMYK value is (0,21,9,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 8.82%
  • key color value is 46.67%

CMYK: (0,21,9,47)
C0M21Y9K47 (0%, 21%, 9%, 47%)
(0.00 / 0.21 / 0.09 / 0.47)

CMYK percentages

%0
%20.59
%8.82
%46.67

Codes

Color #886C7C in popluar color models

88 6C 7C
RGB 136 108 124
HSL 326° 11.48% 47.84%
HSB/HSV 326° 20.59% 53.33%
CMYK 0.00% 20.59% 8.82%
46.67%

Color #886C7C in popluar number systems.

HEX 88 6C 7C
Decimal 136 108 124
Binary 10001000 1101100 1111100
Octal 210 154 174

Shades and tints

Shades of #886C7C

#886C7C
(136,108,124)
#7C6371
(124,99,113)
#705A66
(112,90,102)
#64515B
(100,81,91)
#584850
(88,72,80)
#4C3F45
(76,63,69)
#40363A
(64,54,58)
#342D2F
(52,45,47)
#282424
(40,36,36)
#1C1B19
(28,27,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #886C7C

#886C7C
(136,108,124)
#927987
(146,121,135)
#9C8692
(156,134,146)
#A6939D
(166,147,157)
#B0A0A8
(176,160,168)
#BAADB3
(186,173,179)
#C4BABE
(196,186,190)
#CEC7C9
(206,199,201)
#D8D4D4
(216,212,212)
#E2E1DF
(226,225,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C7C; }

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

This text font color is #886C7C.

Background Color

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

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

This div background color is #886C7C.

Border color

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

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

This div border color is #886C7C.

Opacity

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

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

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

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

This text has shadow with #886C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886C7C.

Preview

Color preview on black background

This text has color #886C7C on black background.


Color preview on white background

This text has color #886C7C on white background.


Black color preview on #886C7C background

This text has black color on #886C7C background.


White color preview on #886C7C background

This text has white color on #886C7C background.


Related colors

Complementary color

Complementary color for #hex is #779383.


I love getcolorcode.com

Triadic colors

1 #7C886C and #6C7C88 with #886C7C are triadic colors.

2 #7C6C88 and #6C887C with #886C7C are triadic colors.