COLOR #88779C

HEX: #88779C
RGB: (136,119,156)

Color info

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

RGB color model

#88779C color RGB value is (136,119,156).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 156 of 255 = 61%

136
119
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 156 = 411 (100%)
R 136 of 411 ~ 33.09%
G 119 of 411 ~ 28.95%
B 156 of 411 ~ 37.96%

%33.09
%28.95
%37.96

CMYK color model

#88779C color CMYK value is (13,24,0,39).

  • cyan value is 12.82%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,24,0,39)
C13M24Y0K39 
(13%,24%,0%,39%)
(0.13/0.24/0.00/0.39)	

CMYK percentages

%12.82
%23.72
%0
%38.82

Codes

Color #88779C in popluar color models

88779C
RGB136119156
HSL268°15.74%53.92%
HSB/HSV268°23.72%61.18%
CMYK12.82%23.72%0.00%
38.82%

Color #88779C in popluar number systems.

HEX88779C
Decimal136119156
Binary10001000111011110011100
Octal210167234

Shades and tints

Shades of #88779C

#88779C
(136,119,156)
#7C6D8E
(124,109,142)
#706380
(112,99,128)
#645972
(100,89,114)
#584F64
(88,79,100)
#4C4556
(76,69,86)
#403B48
(64,59,72)
#34313A
(52,49,58)
#28272C
(40,39,44)
#1C1D1E
(28,29,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88779C

#88779C
(136,119,156)
#9283A5
(146,131,165)
#9C8FAE
(156,143,174)
#A69BB7
(166,155,183)
#B0A7C0
(176,167,192)
#BAB3C9
(186,179,201)
#C4BFD2
(196,191,210)
#CECBDB
(206,203,219)
#D8D7E4
(216,215,228)
#E2E3ED
(226,227,237)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88779C; }

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

This text font color is #88779C.


Background Color

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

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

This div background color is #88779C.


Border color

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

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

This div border color is #88779C.


Opacity

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

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

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

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

This text has shadow with #88779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88779C on black background.


Color preview on white background

This text has color #88779C on white background.



Black color preview on #88779C background

This text has black color on #88779C background.


White color preview on #88779C background

This text has white color on #88779C background.