COLOR #88768E

HEX: #88768E
RGB: (136,118,142)

Color info

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

RGB color model

#88768E color RGB value is (136,118,142).

  • red value is 136;
  • green value is 118;
  • blue value is 142.
RGB:
(136,118,142)
(53%,46%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 142 of 255 = 56%

136
118
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 118 + 142 = 396 (100%)
R 136 of 396 ~ 34.34%
G 118 of 396 ~ 29.8%
B 142 of 396 ~ 35.86%

%34.34
%29.8
%35.86

CMYK color model

#88768E color CMYK value is (4,17,0,44).

  • cyan value is 4.23%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,17,0,44)
C4M17Y0K44 
(4%,17%,0%,44%)
(0.04/0.17/0.00/0.44)	

CMYK percentages

%4.23
%16.9
%0
%44.31

Codes

Color #88768E in popluar color models

88768E
RGB136118142
HSL285°9.60%50.98%
HSB/HSV285°16.90%55.69%
CMYK4.23%16.90%0.00%
44.31%

Color #88768E in popluar number systems.

HEX88768E
Decimal136118142
Binary10001000111011010001110
Octal210166216

Shades and tints

Shades of #88768E

#88768E
(136,118,142)
#7C6C82
(124,108,130)
#706276
(112,98,118)
#64586A
(100,88,106)
#584E5E
(88,78,94)
#4C4452
(76,68,82)
#403A46
(64,58,70)
#34303A
(52,48,58)
#28262E
(40,38,46)
#1C1C22
(28,28,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #88768E

#88768E
(136,118,142)
#928298
(146,130,152)
#9C8EA2
(156,142,162)
#A69AAC
(166,154,172)
#B0A6B6
(176,166,182)
#BAB2C0
(186,178,192)
#C4BECA
(196,190,202)
#CECAD4
(206,202,212)
#D8D6DE
(216,214,222)
#E2E2E8
(226,226,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88768E color. Also use rgb(136,118,142) instead hex code.

Text Font Color

.myTextColor { color: #88768E; }

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

This text font color is #88768E.


Background Color

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

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

This div background color is #88768E.


Border color

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

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

This div border color is #88768E.


Opacity

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

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

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

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

This text has shadow with #88768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88768E on black background.


Color preview on white background

This text has color #88768E on white background.



Black color preview on #88768E background

This text has black color on #88768E background.


White color preview on #88768E background

This text has white color on #88768E background.