COLOR #88777E

HEX: #88777E
RGB: (136,119,126)

Color info

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

RGB color model

#88777E color RGB value is (136,119,126).

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

RGB channels and saturation

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

136
119
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 126 = 381 (100%)
R 136 of 381 ~ 35.7%
G 119 of 381 ~ 31.23%
B 126 of 381 ~ 33.07%

%35.7
%31.23
%33.07

CMYK color model

#88777E color CMYK value is (0,13,7,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,13,7,47)
C0M13Y7K47 
(0%,13%,7%,47%)
(0.00/0.13/0.07/0.47)	

CMYK percentages

%0
%12.5
%7.35
%46.67

Codes

Color #88777E in popluar color models

88777E
RGB136119126
HSL335°6.67%50.00%
HSB/HSV335°12.50%53.33%
CMYK0.00%12.50%7.35%
46.67%

Color #88777E in popluar number systems.

HEX88777E
Decimal136119126
Binary1000100011101111111110
Octal210167176

Shades and tints

Shades of #88777E

#88777E
(136,119,126)
#7C6D73
(124,109,115)
#706368
(112,99,104)
#64595D
(100,89,93)
#584F52
(88,79,82)
#4C4547
(76,69,71)
#403B3C
(64,59,60)
#343131
(52,49,49)
#282726
(40,39,38)
#1C1D1B
(28,29,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88777E

#88777E
(136,119,126)
#928389
(146,131,137)
#9C8F94
(156,143,148)
#A69B9F
(166,155,159)
#B0A7AA
(176,167,170)
#BAB3B5
(186,179,181)
#C4BFC0
(196,191,192)
#CECBCB
(206,203,203)
#D8D7D6
(216,215,214)
#E2E3E1
(226,227,225)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88777E; }

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

This text font color is #88777E.


Background Color

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

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

This div background color is #88777E.


Border color

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

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

This div border color is #88777E.


Opacity

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

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

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

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

This text has shadow with #88777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88777E on black background.


Color preview on white background

This text has color #88777E on white background.



Black color preview on #88777E background

This text has black color on #88777E background.


White color preview on #88777E background

This text has white color on #88777E background.