COLOR #88777C

HEX: #88777C
RGB: (136,119,124)

Color info

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

RGB color model

#88777C color RGB value is (136,119,124).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 124 of 255 = 49%

136
119
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 124 = 379 (100%)
R 136 of 379 ~ 35.88%
G 119 of 379 ~ 31.4%
B 124 of 379 ~ 32.72%

%35.88
%31.4
%32.72

CMYK color model

#88777C color CMYK value is (0,13,9,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(0,13,9,47)
C0M13Y9K47 
(0%,13%,9%,47%)
(0.00/0.13/0.09/0.47)	

CMYK percentages

%0
%12.5
%8.82
%46.67

Codes

Color #88777C in popluar color models

88777C
RGB136119124
HSL342°6.67%50.00%
HSB/HSV342°12.50%53.33%
CMYK0.00%12.50%8.82%
46.67%

Color #88777C in popluar number systems.

HEX88777C
Decimal136119124
Binary1000100011101111111100
Octal210167174

Shades and tints

Shades of #88777C

#88777C
(136,119,124)
#7C6D71
(124,109,113)
#706366
(112,99,102)
#64595B
(100,89,91)
#584F50
(88,79,80)
#4C4545
(76,69,69)
#403B3A
(64,59,58)
#34312F
(52,49,47)
#282724
(40,39,36)
#1C1D19
(28,29,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #88777C

#88777C
(136,119,124)
#928387
(146,131,135)
#9C8F92
(156,143,146)
#A69B9D
(166,155,157)
#B0A7A8
(176,167,168)
#BAB3B3
(186,179,179)
#C4BFBE
(196,191,190)
#CECBC9
(206,203,201)
#D8D7D4
(216,215,212)
#E2E3DF
(226,227,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88777C; }

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

This text font color is #88777C.


Background Color

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

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

This div background color is #88777C.


Border color

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

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

This div border color is #88777C.


Opacity

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

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

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

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

This text has shadow with #88777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88777C on black background.


Color preview on white background

This text has color #88777C on white background.



Black color preview on #88777C background

This text has black color on #88777C background.


White color preview on #88777C background

This text has white color on #88777C background.