COLOR #88787D

HEX: #88787D
RGB: (136,120,125)

Color info

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

RGB color model

#88787D color RGB value is (136,120,125).

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

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 125 of 255 = 49%

136
120
125

R + G + B ~ 50%. #88787D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 125 = 381 (100%)
R 136 of 381 ~ 35.7%
G 120 of 381 ~ 31.5%
B 125 of 381 ~ 32.81%

%35.7
%31.5
%32.81

CMYK color model

#88787D color CMYK value is (0,12,8,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,12,8,47)
C0M12Y8K47 
(0%,12%,8%,47%)
(0.00/0.12/0.08/0.47)	

CMYK percentages

%0
%11.76
%8.09
%46.67

Codes

Color #88787D in popluar color models

88787D
RGB136120125
HSL341°6.30%50.20%
HSB/HSV341°11.76%53.33%
CMYK0.00%11.76%8.09%
46.67%

Color #88787D in popluar number systems.

HEX88787D
Decimal136120125
Binary1000100011110001111101
Octal210170175

Shades and tints

Shades of #88787D

#88787D
(136,120,125)
#7C6E72
(124,110,114)
#706467
(112,100,103)
#645A5C
(100,90,92)
#585051
(88,80,81)
#4C4646
(76,70,70)
#403C3B
(64,60,59)
#343230
(52,50,48)
#282825
(40,40,37)
#1C1E1A
(28,30,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #88787D

#88787D
(136,120,125)
#928488
(146,132,136)
#9C9093
(156,144,147)
#A69C9E
(166,156,158)
#B0A8A9
(176,168,169)
#BAB4B4
(186,180,180)
#C4C0BF
(196,192,191)
#CECCCA
(206,204,202)
#D8D8D5
(216,216,213)
#E2E4E0
(226,228,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88787D color. Also use rgb(136,120,125) instead hex code.

Text Font Color

.myTextColor { color: #88787D; }

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

This text font color is #88787D.


Background Color

.myBgColor { background-color: #88787D; }

<div style="background-color:#88787D">Inner text</div>

This div background color is #88787D.


Border color

.myBorderColor { border: 1px solid #88787D; }

<div style="border:3px solid #88787D">Div</div>

This div border color is #88787D.


Opacity

.myOpacity80 { color: #88787D; opacity: 0.8; }

<p style="color:#88787D;opacity:0.8;">80%</p>

Text with #88787D 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 #88787D;}

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

This text has shadow with #88787D color.

.textShadow {text-shadow: 3px 3px 1px #88787D, 3px 3px 1px red;}

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

This text has shadow with #88787D primary color and red secondary color.


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

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

This text has shadow with #88787D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88787D on black background.


Color preview on white background

This text has color #88787D on white background.



Black color preview on #88787D background

This text has black color on #88787D background.


White color preview on #88787D background

This text has white color on #88787D background.