COLOR #886C75

HEX: #886C75 RGB: (136,108,117)

Color info

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

RGB color model

#886C75 color RGB value is (136,108,117).

RGB: (136,108,117) (53%, 42%, 46%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 117 of 255 = 46%

136
108
117

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

Portions of RGB colors in percentages

R + G + B = 136 + 108 + 117 = 361 (100%)
R 136 of 361 ~ 37.67%
G 108 of 361 ~ 29.92%
B 117 of 361 ~ 32.41'%

%37.67
%29.92
%32.41

CMYK color model

#886C75 color CMYK value is (0,21,14,47).

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

CMYK: (0,21,14,47)
C0M21Y14K47 (0%, 21%, 14%, 47%)
(0.00 / 0.21 / 0.14 / 0.47)

CMYK percentages

%0
%20.59
%13.97
%46.67

Codes

Color #886C75 in popluar color models

88 6C 75
RGB 136 108 117
HSL 341° 11.48% 47.84%
HSB/HSV 341° 20.59% 53.33%
CMYK 0.00% 20.59% 13.97%
46.67%

Color #886C75 in popluar number systems.

HEX 88 6C 75
Decimal 136 108 117
Binary 10001000 1101100 1110101
Octal 210 154 165

Shades and tints

Shades of #886C75

#886C75
(136,108,117)
#7C636B
(124,99,107)
#705A61
(112,90,97)
#645157
(100,81,87)
#58484D
(88,72,77)
#4C3F43
(76,63,67)
#403639
(64,54,57)
#342D2F
(52,45,47)
#282425
(40,36,37)
#1C1B1B
(28,27,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #886C75

#886C75
(136,108,117)
#927981
(146,121,129)
#9C868D
(156,134,141)
#A69399
(166,147,153)
#B0A0A5
(176,160,165)
#BAADB1
(186,173,177)
#C4BABD
(196,186,189)
#CEC7C9
(206,199,201)
#D8D4D5
(216,212,213)
#E2E1E1
(226,225,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C75; }

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

This text font color is #886C75.

Background Color

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

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

This div background color is #886C75.

Border color

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

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

This div border color is #886C75.

Opacity

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

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

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

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

This text has shadow with #886C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886C75.

Preview

Color preview on black background

This text has color #886C75 on black background.


Color preview on white background

This text has color #886C75 on white background.


Black color preview on #886C75 background

This text has black color on #886C75 background.


White color preview on #886C75 background

This text has white color on #886C75 background.


Related colors

Complementary color

Complementary color for #hex is #77938A.


I love getcolorcode.com

Triadic colors

1 #75886C and #6C7588 with #886C75 are triadic colors.

2 #756C88 and #6C8875 with #886C75 are triadic colors.