COLOR #88776C

HEX: #88776C
RGB: (136,119,108)

Color info

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

RGB color model

#88776C color RGB value is (136,119,108).

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

RGB channels and saturation

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

136
119
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 108 = 363 (100%)
R 136 of 363 ~ 37.47%
G 119 of 363 ~ 32.78%
B 108 of 363 ~ 29.75%

%37.47
%32.78
%29.75

CMYK color model

#88776C color CMYK value is (0,13,21,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK: (0,13,21,47) C0M13Y21K47 (0%,13%,21%,47%) (0.00/0.13/0.21/0.47)

CMYK percentages

%0
%12.5
%20.59
%46.67

Codes

Color #88776C in popluar color models

88776C
RGB136119108
HSL24°11.48%47.84%
HSB/HSV24°20.59%53.33%
CMYK0.00%12.50%20.59%
46.67%

Color #88776C in popluar number systems.

HEX88776C
Decimal136119108
Binary1000100011101111101100
Octal210167154

Shades and tints

Shades of #88776C

#88776C
(136,119,108)
#7C6D63
(124,109,99)
#70635A
(112,99,90)
#645951
(100,89,81)
#584F48
(88,79,72)
#4C453F
(76,69,63)
#403B36
(64,59,54)
#34312D
(52,49,45)
#282724
(40,39,36)
#1C1D1B
(28,29,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #88776C

#88776C
(136,119,108)
#928379
(146,131,121)
#9C8F86
(156,143,134)
#A69B93
(166,155,147)
#B0A7A0
(176,167,160)
#BAB3AD
(186,179,173)
#C4BFBA
(196,191,186)
#CECBC7
(206,203,199)
#D8D7D4
(216,215,212)
#E2E3E1
(226,227,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88776C; }

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

This text font color is #88776C.


Background Color

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

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

This div background color is #88776C.


Border color

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

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

This div border color is #88776C.


Opacity

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

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

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

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

This text has shadow with #88776C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88776C on black background.


Color preview on white background

This text has color #88776C on white background.



Black color preview on #88776C background

This text has black color on #88776C background.


White color preview on #88776C background

This text has white color on #88776C background.