COLOR #88797E

HEX: #88797E
RGB: (136,121,126)

Color info

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

RGB color model

#88797E color RGB value is (136,121,126).

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

RGB channels and saturation

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

136
121
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 126 = 383 (100%)
R 136 of 383 ~ 35.51%
G 121 of 383 ~ 31.59%
B 126 of 383 ~ 32.9%

%35.51
%31.59
%32.9

CMYK color model

#88797E color CMYK value is (0,11,7,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,11,7,47)
C0M11Y7K47 
(0%,11%,7%,47%)
(0.00/0.11/0.07/0.47)	

CMYK percentages

%0
%11.03
%7.35
%46.67

Codes

Color #88797E in popluar color models

88797E
RGB136121126
HSL340°5.93%50.39%
HSB/HSV340°11.03%53.33%
CMYK0.00%11.03%7.35%
46.67%

Color #88797E in popluar number systems.

HEX88797E
Decimal136121126
Binary1000100011110011111110
Octal210171176

Shades and tints

Shades of #88797E

#88797E
(136,121,126)
#7C6E73
(124,110,115)
#706368
(112,99,104)
#64585D
(100,88,93)
#584D52
(88,77,82)
#4C4247
(76,66,71)
#40373C
(64,55,60)
#342C31
(52,44,49)
#282126
(40,33,38)
#1C161B
(28,22,27)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #88797E

#88797E
(136,121,126)
#928589
(146,133,137)
#9C9194
(156,145,148)
#A69D9F
(166,157,159)
#B0A9AA
(176,169,170)
#BAB5B5
(186,181,181)
#C4C1C0
(196,193,192)
#CECDCB
(206,205,203)
#D8D9D6
(216,217,214)
#E2E5E1
(226,229,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88797E; }

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

This text font color is #88797E.


Background Color

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

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

This div background color is #88797E.


Border color

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

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

This div border color is #88797E.


Opacity

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

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

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

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

This text has shadow with #88797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88797E on black background.


Color preview on white background

This text has color #88797E on white background.



Black color preview on #88797E background

This text has black color on #88797E background.


White color preview on #88797E background

This text has white color on #88797E background.