COLOR #88877A

HEX: #88877A
RGB: (136,135,122)

Color info

#88877A contains red, green and blue colors in about the same proportion. Web safe color of #88877A is #999966 (or #996).

RGB color model

#88877A color RGB value is (136,135,122).

  • red value is 136;
  • green value is 135;
  • blue value is 122.
RGB:
(136,135,122)
(53%,53%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 122 of 255 = 48%

136
135
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 122 = 393 (100%)
R 136 of 393 ~ 34.61%
G 135 of 393 ~ 34.35%
B 122 of 393 ~ 31.04%

%34.61
%34.35
%31.04

CMYK color model

#88877A color CMYK value is (0,1,10,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,1,10,47)
C0M1Y10K47 
(0%,1%,10%,47%)
(0.00/0.01/0.10/0.47)	

CMYK percentages

%0
%0.74
%10.29
%46.67

Codes

Color #88877A in popluar color models

88877A
RGB136135122
HSL56°5.56%50.59%
HSB/HSV56°10.29%53.33%
CMYK0.00%0.74%10.29%
46.67%

Color #88877A in popluar number systems.

HEX88877A
Decimal136135122
Binary10001000100001111111010
Octal210207172

Shades and tints

Shades of #88877A

#88877A
(136,135,122)
#7C7B6F
(124,123,111)
#706F64
(112,111,100)
#646359
(100,99,89)
#58574E
(88,87,78)
#4C4B43
(76,75,67)
#403F38
(64,63,56)
#34332D
(52,51,45)
#282722
(40,39,34)
#1C1B17
(28,27,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #88877A

#88877A
(136,135,122)
#929186
(146,145,134)
#9C9B92
(156,155,146)
#A6A59E
(166,165,158)
#B0AFAA
(176,175,170)
#BAB9B6
(186,185,182)
#C4C3C2
(196,195,194)
#CECDCE
(206,205,206)
#D8D7DA
(216,215,218)
#E2E1E6
(226,225,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88877A color. Also use rgb(136,135,122) instead hex code.

Text Font Color

.myTextColor { color: #88877A; }

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

This text font color is #88877A.


Background Color

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

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

This div background color is #88877A.


Border color

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

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

This div border color is #88877A.


Opacity

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

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

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

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

This text has shadow with #88877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88877A on black background.


Color preview on white background

This text has color #88877A on white background.



Black color preview on #88877A background

This text has black color on #88877A background.


White color preview on #88877A background

This text has white color on #88877A background.