COLOR #88786C

HEX: #88786C
RGB: (136,120,108)

Color info

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

RGB color model

#88786C color RGB value is (136,120,108).

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

RGB channels and saturation

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

136
120
108

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

Portions of RGB colors in percentages

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

%37.36
%32.97
%29.67

CMYK color model

#88786C color CMYK value is (0,12,21,47).

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

CMYK percentages

%0
%11.76
%20.59
%46.67

Codes

Color #88786C in popluar color models

88786C
RGB136120108
HSL26°11.48%47.84%
HSB/HSV26°20.59%53.33%
CMYK0.00%11.76%20.59%
46.67%

Color #88786C in popluar number systems.

HEX88786C
Decimal136120108
Binary1000100011110001101100
Octal210170154

Shades and tints

Shades of #88786C

#88786C
(136,120,108)
#7C6E63
(124,110,99)
#70645A
(112,100,90)
#645A51
(100,90,81)
#585048
(88,80,72)
#4C463F
(76,70,63)
#403C36
(64,60,54)
#34322D
(52,50,45)
#282824
(40,40,36)
#1C1E1B
(28,30,27)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88786C

#88786C
(136,120,108)
#928479
(146,132,121)
#9C9086
(156,144,134)
#A69C93
(166,156,147)
#B0A8A0
(176,168,160)
#BAB4AD
(186,180,173)
#C4C0BA
(196,192,186)
#CECCC7
(206,204,199)
#D8D8D4
(216,216,212)
#E2E4E1
(226,228,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88786C; }

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

This text font color is #88786C.


Background Color

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

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

This div background color is #88786C.


Border color

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

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

This div border color is #88786C.


Opacity

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

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

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

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

This text has shadow with #88786C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88786C on black background.


Color preview on white background

This text has color #88786C on white background.



Black color preview on #88786C background

This text has black color on #88786C background.


White color preview on #88786C background

This text has white color on #88786C background.