COLOR #88786F

HEX: #88786F
RGB: (136,120,111)

Color info

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

RGB color model

#88786F color RGB value is (136,120,111).

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

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 111 of 255 = 44%

136
120
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 111 = 367 (100%)
R 136 of 367 ~ 37.06%
G 120 of 367 ~ 32.7%
B 111 of 367 ~ 30.25%

%37.06
%32.7
%30.25

CMYK color model

#88786F color CMYK value is (0,12,18,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(0,12,18,47)
C0M12Y18K47 
(0%,12%,18%,47%)
(0.00/0.12/0.18/0.47)	

CMYK percentages

%0
%11.76
%18.38
%46.67

Codes

Color #88786F in popluar color models

88786F
RGB136120111
HSL22°10.12%48.43%
HSB/HSV22°18.38%53.33%
CMYK0.00%11.76%18.38%
46.67%

Color #88786F in popluar number systems.

HEX88786F
Decimal136120111
Binary1000100011110001101111
Octal210170157

Shades and tints

Shades of #88786F

#88786F
(136,120,111)
#7C6E65
(124,110,101)
#70645B
(112,100,91)
#645A51
(100,90,81)
#585047
(88,80,71)
#4C463D
(76,70,61)
#403C33
(64,60,51)
#343229
(52,50,41)
#28281F
(40,40,31)
#1C1E15
(28,30,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #88786F

#88786F
(136,120,111)
#92847C
(146,132,124)
#9C9089
(156,144,137)
#A69C96
(166,156,150)
#B0A8A3
(176,168,163)
#BAB4B0
(186,180,176)
#C4C0BD
(196,192,189)
#CECCCA
(206,204,202)
#D8D8D7
(216,216,215)
#E2E4E4
(226,228,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88786F; }

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

This text font color is #88786F.


Background Color

.myBgColor { background-color: #88786F; }

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

This div background color is #88786F.


Border color

.myBorderColor { border: 1px solid #88786F; }

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

This div border color is #88786F.


Opacity

.myOpacity80 { color: #88786F; opacity: 0.8; }

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

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

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

This text has shadow with #88786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88786F on black background.


Color preview on white background

This text has color #88786F on white background.



Black color preview on #88786F background

This text has black color on #88786F background.


White color preview on #88786F background

This text has white color on #88786F background.