COLOR #88776A

HEX: #88776A
RGB: (136,119,106)

Color info

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

RGB color model

#88776A color RGB value is (136,119,106).

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

RGB channels and saturation

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

136
119
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 106 = 361 (100%)
R 136 of 361 ~ 37.67%
G 119 of 361 ~ 32.96%
B 106 of 361 ~ 29.36%

%37.67
%32.96
%29.36

CMYK color model

#88776A color CMYK value is (0,13,22,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,13,22,47)
C0M13Y22K47 
(0%,13%,22%,47%)
(0.00/0.13/0.22/0.47)	

CMYK percentages

%0
%12.5
%22.06
%46.67

Codes

Color #88776A in popluar color models

88776A
RGB136119106
HSL26°12.40%47.45%
HSB/HSV26°22.06%53.33%
CMYK0.00%12.50%22.06%
46.67%

Color #88776A in popluar number systems.

HEX88776A
Decimal136119106
Binary1000100011101111101010
Octal210167152

Shades and tints

Shades of #88776A

#88776A
(136,119,106)
#7C6D61
(124,109,97)
#706358
(112,99,88)
#64594F
(100,89,79)
#584F46
(88,79,70)
#4C453D
(76,69,61)
#403B34
(64,59,52)
#34312B
(52,49,43)
#282722
(40,39,34)
#1C1D19
(28,29,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88776A

#88776A
(136,119,106)
#928377
(146,131,119)
#9C8F84
(156,143,132)
#A69B91
(166,155,145)
#B0A79E
(176,167,158)
#BAB3AB
(186,179,171)
#C4BFB8
(196,191,184)
#CECBC5
(206,203,197)
#D8D7D2
(216,215,210)
#E2E3DF
(226,227,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88776A; }

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

This text font color is #88776A.


Background Color

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

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

This div background color is #88776A.


Border color

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

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

This div border color is #88776A.


Opacity

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

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

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

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

This text has shadow with #88776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88776A on black background.


Color preview on white background

This text has color #88776A on white background.



Black color preview on #88776A background

This text has black color on #88776A background.


White color preview on #88776A background

This text has white color on #88776A background.