COLOR #88779D

HEX: #88779D
RGB: (136,119,157)

Color info

#88779D contains red, green and blue colors in about the same proportion. Web safe color of #88779D is #996699 (or #969).

RGB color model

#88779D color RGB value is (136,119,157).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 157 of 255 = 62%

136
119
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 157 = 412 (100%)
R 136 of 412 ~ 33.01%
G 119 of 412 ~ 28.88%
B 157 of 412 ~ 38.11%

%33.01
%28.88
%38.11

CMYK color model

#88779D color CMYK value is (13,24,0,38).

  • cyan value is 13.38%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,24,0,38)
C13M24Y0K38 
(13%,24%,0%,38%)
(0.13/0.24/0.00/0.38)	

CMYK percentages

%13.38
%24.2
%0
%38.43

Codes

Color #88779D in popluar color models

88779D
RGB136119157
HSL267°16.24%54.12%
HSB/HSV267°24.20%61.57%
CMYK13.38%24.20%0.00%
38.43%

Color #88779D in popluar number systems.

HEX88779D
Decimal136119157
Binary10001000111011110011101
Octal210167235

Shades and tints

Shades of #88779D

#88779D
(136,119,157)
#7C6D8F
(124,109,143)
#706381
(112,99,129)
#645973
(100,89,115)
#584F65
(88,79,101)
#4C4557
(76,69,87)
#403B49
(64,59,73)
#34313B
(52,49,59)
#28272D
(40,39,45)
#1C1D1F
(28,29,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #88779D

#88779D
(136,119,157)
#9283A5
(146,131,165)
#9C8FAD
(156,143,173)
#A69BB5
(166,155,181)
#B0A7BD
(176,167,189)
#BAB3C5
(186,179,197)
#C4BFCD
(196,191,205)
#CECBD5
(206,203,213)
#D8D7DD
(216,215,221)
#E2E3E5
(226,227,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88779D color. Also use rgb(136,119,157) instead hex code.

Text Font Color

.myTextColor { color: #88779D; }

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

This text font color is #88779D.


Background Color

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

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

This div background color is #88779D.


Border color

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

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

This div border color is #88779D.


Opacity

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

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

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

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

This text has shadow with #88779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88779D on black background.


Color preview on white background

This text has color #88779D on white background.



Black color preview on #88779D background

This text has black color on #88779D background.


White color preview on #88779D background

This text has white color on #88779D background.