COLOR #88797D

HEX: #88797D RGB: (136,121,125)

Color info

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

RGB color model

#88797D color RGB value is (136,121,125).

RGB: (136,121,125) (53%, 47%, 49%)

RGB channels and saturation

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

136
121
125

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

Portions of RGB colors in percentages

R + G + B = 136 + 121 + 125 = 382 (100%)
R 136 of 382 ~ 35.6%
G 121 of 382 ~ 31.68%
B 125 of 382 ~ 32.72'%

%35.6
%31.68
%32.72

CMYK color model

#88797D color CMYK value is (0,11,8,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 8.09%
  • key color value is 46.67%

CMYK: (0,11,8,47)
C0M11Y8K47 (0%, 11%, 8%, 47%)
(0.00 / 0.11 / 0.08 / 0.47)

CMYK percentages

%0
%11.03
%8.09
%46.67

Codes

Color #88797D in popluar color models

88 79 7D
RGB 136 121 125
HSL 344° 5.93% 50.39%
HSB/HSV 344° 11.03% 53.33%
CMYK 0.00% 11.03% 8.09%
46.67%

Color #88797D in popluar number systems.

HEX 88 79 7D
Decimal 136 121 125
Binary 10001000 1111001 1111101
Octal 210 171 175

Shades and tints

Shades of #88797D

#88797D
(136,121,125)
#7C6E72
(124,110,114)
#706367
(112,99,103)
#64585C
(100,88,92)
#584D51
(88,77,81)
#4C4246
(76,66,70)
#40373B
(64,55,59)
#342C30
(52,44,48)
#282125
(40,33,37)
#1C161A
(28,22,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #88797D

#88797D
(136,121,125)
#928588
(146,133,136)
#9C9193
(156,145,147)
#A69D9E
(166,157,158)
#B0A9A9
(176,169,169)
#BAB5B4
(186,181,180)
#C4C1BF
(196,193,191)
#CECDCA
(206,205,202)
#D8D9D5
(216,217,213)
#E2E5E0
(226,229,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88797D; }

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

This text font color is #88797D.

Background Color

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

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

This div background color is #88797D.

Border color

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

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

This div border color is #88797D.

Opacity

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

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

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

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

This text has shadow with #88797D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88797D.

Preview

Color preview on black background

This text has color #88797D on black background.


Color preview on white background

This text has color #88797D on white background.


Black color preview on #88797D background

This text has black color on #88797D background.


White color preview on #88797D background

This text has white color on #88797D background.


Related colors

Complementary color

Complementary color for #hex is #778682.


I love getcolorcode.com

Triadic colors

1 #7D8879 and #797D88 with #88797D are triadic colors.

2 #7D7988 and #79887D with #88797D are triadic colors.