COLOR #88786E

HEX: #88786E RGB: (136,120,110)

Color info

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

RGB color model

#88786E color RGB value is (136,120,110).

RGB: (136,120,110) (53%, 47%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 110 of 255 = 43%

136
120
110

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

Portions of RGB colors in percentages

R + G + B = 136 + 120 + 110 = 366 (100%)
R 136 of 366 ~ 37.16%
G 120 of 366 ~ 32.79%
B 110 of 366 ~ 30.05'%

%37.16
%32.79
%30.05

CMYK color model

#88786E color CMYK value is (0,12,19,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (0,12,19,47)
C0M12Y19K47 (0%, 12%, 19%, 47%)
(0.00 / 0.12 / 0.19 / 0.47)

CMYK percentages

%0
%11.76
%19.12
%46.67

Codes

Color #88786E in popluar color models

88 78 6E
RGB 136 120 110
HSL 23° 10.57% 48.24%
HSB/HSV 23° 19.12% 53.33%
CMYK 0.00% 11.76% 19.12%
46.67%

Color #88786E in popluar number systems.

HEX 88 78 6E
Decimal 136 120 110
Binary 10001000 1111000 1101110
Octal 210 170 156

Shades and tints

Shades of #88786E

#88786E
(136,120,110)
#7C6E64
(124,110,100)
#70645A
(112,100,90)
#645A50
(100,90,80)
#585046
(88,80,70)
#4C463C
(76,70,60)
#403C32
(64,60,50)
#343228
(52,50,40)
#28281E
(40,40,30)
#1C1E14
(28,30,20)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #88786E

#88786E
(136,120,110)
#92847B
(146,132,123)
#9C9088
(156,144,136)
#A69C95
(166,156,149)
#B0A8A2
(176,168,162)
#BAB4AF
(186,180,175)
#C4C0BC
(196,192,188)
#CECCC9
(206,204,201)
#D8D8D6
(216,216,214)
#E2E4E3
(226,228,227)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88786E; }

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

This text font color is #88786E.

Background Color

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

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

This div background color is #88786E.

Border color

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

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

This div border color is #88786E.

Opacity

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

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

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

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

This text has shadow with #88786E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88786E.

Preview

Color preview on black background

This text has color #88786E on black background.


Color preview on white background

This text has color #88786E on white background.


Black color preview on #88786E background

This text has black color on #88786E background.


White color preview on #88786E background

This text has white color on #88786E background.


Related colors

Complementary color

Complementary color for #hex is #778791.


I love getcolorcode.com

Triadic colors

1 #6E8878 and #786E88 with #88786E are triadic colors.

2 #6E7888 and #78886E with #88786E are triadic colors.