COLOR #88797B

HEX: #88797B
RGB: (136,121,123)

Color info

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

RGB color model

#88797B color RGB value is (136,121,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 123 of 255 = 48%

136
121
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 123 = 380 (100%)
R 136 of 380 ~ 35.79%
G 121 of 380 ~ 31.84%
B 123 of 380 ~ 32.37%

%35.79
%31.84
%32.37

CMYK color model

#88797B color CMYK value is (0,11,10,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(0,11,10,47)
C0M11Y10K47 
(0%,11%,10%,47%)
(0.00/0.11/0.10/0.47)	

CMYK percentages

%0
%11.03
%9.56
%46.67

Codes

Color #88797B in popluar color models

88797B
RGB136121123
HSL352°5.93%50.39%
HSB/HSV352°11.03%53.33%
CMYK0.00%11.03%9.56%
46.67%

Color #88797B in popluar number systems.

HEX88797B
Decimal136121123
Binary1000100011110011111011
Octal210171173

Shades and tints

Shades of #88797B

#88797B
(136,121,123)
#7C6E70
(124,110,112)
#706365
(112,99,101)
#64585A
(100,88,90)
#584D4F
(88,77,79)
#4C4244
(76,66,68)
#403739
(64,55,57)
#342C2E
(52,44,46)
#282123
(40,33,35)
#1C1618
(28,22,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #88797B

#88797B
(136,121,123)
#928587
(146,133,135)
#9C9193
(156,145,147)
#A69D9F
(166,157,159)
#B0A9AB
(176,169,171)
#BAB5B7
(186,181,183)
#C4C1C3
(196,193,195)
#CECDCF
(206,205,207)
#D8D9DB
(216,217,219)
#E2E5E7
(226,229,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88797B; }

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

This text font color is #88797B.


Background Color

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

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

This div background color is #88797B.


Border color

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

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

This div border color is #88797B.


Opacity

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

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

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

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

This text has shadow with #88797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88797B on black background.


Color preview on white background

This text has color #88797B on white background.



Black color preview on #88797B background

This text has black color on #88797B background.


White color preview on #88797B background

This text has white color on #88797B background.