COLOR #88877D

HEX: #88877D RGB: (136,135,125)

Color info

#88877D contains red, green and blue colors in about the same proportion. Web safe color of #88877D is #999966 (or #996).

RGB color model

#88877D color RGB value is (136,135,125).

RGB: (136,135,125) (53%, 53%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 125 of 255 = 49%

136
135
125

R + G + B ~ 52%. #88877D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 135 + 125 = 396 (100%)
R 136 of 396 ~ 34.34%
G 135 of 396 ~ 34.09%
B 125 of 396 ~ 31.57'%

%34.34
%34.09
%31.57

CMYK color model

#88877D color CMYK value is (0,1,8,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK: (0,1,8,47) C0M1Y8K47 (0%,1%,8%,47%) (0.00/0.01/0.08/0.47) 

CMYK percentages

%0
%0.74
%8.09
%46.67

Codes

Color #88877D in popluar color models

88 87 7D
RGB 136 135 125
HSL 55° 4.42% 51.18%
HSB/HSV 55° 8.09% 53.33%
CMYK 0.00% 0.74% 8.09%
46.67%

Color #88877D in popluar number systems.

HEX 88 87 7D
Decimal 136 135 125
Binary 10001000 10000111 1111101
Octal 210 207 175

Shades and tints

Shades of #88877D

#88877D
(136,135,125)
#7C7B72
(124,123,114)
#706F67
(112,111,103)
#64635C
(100,99,92)
#585751
(88,87,81)
#4C4B46
(76,75,70)
#403F3B
(64,63,59)
#343330
(52,51,48)
#282725
(40,39,37)
#1C1B1A
(28,27,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #88877D

#88877D
(136,135,125)
#929188
(146,145,136)
#9C9B93
(156,155,147)
#A6A59E
(166,165,158)
#B0AFA9
(176,175,169)
#BAB9B4
(186,185,180)
#C4C3BF
(196,195,191)
#CECDCA
(206,205,202)
#D8D7D5
(216,215,213)
#E2E1E0
(226,225,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88877D color. Also use rgb(136,135,125) instead hex code.

Text Font Color

.myTextColor { color: #88877D; }

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

This text font color is #88877D.

Background Color

.myBgColor { background-color: #88877D; }

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

This div background color is #88877D.

Border color

.myBorderColor { border: 1px solid #88877D; }

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

This div border color is #88877D.

Opacity

.myOpacity80 { color: #88877D; opacity: 0.8; }

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

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

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

This text has shadow with #88877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88877D.

Preview

Color preview on black background

This text has color #88877D on black background.


Color preview on white background

This text has color #88877D on white background.


Black color preview on #88877D background

This text has black color on #88877D background.


White color preview on #88877D background

This text has white color on #88877D background.


Related colors

Complementary color

Complementary color for #hex is #777882.


I love getcolorcode.com

Triadic colors

1 #7D8887 and #877D88 with #88877D are triadic colors.

2 #7D8788 and #87887D with #88877D are triadic colors.