COLOR #88786B

HEX: #88786B
RGB: (136,120,107)

Color info

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

RGB color model

#88786B color RGB value is (136,120,107).

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

RGB channels and saturation

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

136
120
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 107 = 363 (100%)
R 136 of 363 ~ 37.47%
G 120 of 363 ~ 33.06%
B 107 of 363 ~ 29.48%

%37.47
%33.06
%29.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 21.32%
  • 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
%21.32
%46.67

Codes

Color #88786B in popluar color models

88786B
RGB136120107
HSL27°11.93%47.65%
HSB/HSV27°21.32%53.33%
CMYK0.00%11.76%21.32%
46.67%

Color #88786B in popluar number systems.

HEX88786B
Decimal136120107
Binary1000100011110001101011
Octal210170153

Shades and tints

Shades of #88786B

#88786B
(136,120,107)
#7C6E62
(124,110,98)
#706459
(112,100,89)
#645A50
(100,90,80)
#585047
(88,80,71)
#4C463E
(76,70,62)
#403C35
(64,60,53)
#34322C
(52,50,44)
#282823
(40,40,35)
#1C1E1A
(28,30,26)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #88786B

#88786B
(136,120,107)
#928478
(146,132,120)
#9C9085
(156,144,133)
#A69C92
(166,156,146)
#B0A89F
(176,168,159)
#BAB4AC
(186,180,172)
#C4C0B9
(196,192,185)
#CECCC6
(206,204,198)
#D8D8D3
(216,216,211)
#E2E4E0
(226,228,224)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88786B; }

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

This text font color is #88786B.


Background Color

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

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

This div background color is #88786B.


Border color

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

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

This div border color is #88786B.


Opacity

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

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

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

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

This text has shadow with #88786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88786B on black background.


Color preview on white background

This text has color #88786B on white background.



Black color preview on #88786B background

This text has black color on #88786B background.


White color preview on #88786B background

This text has white color on #88786B background.