COLOR #88768D

HEX: #88768D RGB: (136,118,141)

Color info

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

RGB color model

#88768D color RGB value is (136,118,141).

RGB: (136,118,141) (53%, 46%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 141 of 255 = 55%

136
118
141

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

Portions of RGB colors in percentages

R + G + B = 136 + 118 + 141 = 395 (100%)
R 136 of 395 ~ 34.43%
G 118 of 395 ~ 29.87%
B 141 of 395 ~ 35.7'%

%34.43
%29.87
%35.7

CMYK color model

#88768D color CMYK value is (4,16,0,45).

  • cyan value is 3.55%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (4,16,0,45)
C4M16Y0K45 (4%, 16%, 0%, 45%)
(0.04 / 0.16 / 0.00 / 0.45)

CMYK percentages

%3.55
%16.31
%0
%44.71

Codes

Color #88768D in popluar color models

88 76 8D
RGB 136 118 141
HSL 287° 9.16% 50.78%
HSB/HSV 287° 16.31% 55.29%
CMYK 3.55% 16.31% 0.00%
44.71%

Color #88768D in popluar number systems.

HEX 88 76 8D
Decimal 136 118 141
Binary 10001000 1110110 10001101
Octal 210 166 215

Shades and tints

Shades of #88768D

#88768D
(136,118,141)
#7C6C81
(124,108,129)
#706275
(112,98,117)
#645869
(100,88,105)
#584E5D
(88,78,93)
#4C4451
(76,68,81)
#403A45
(64,58,69)
#343039
(52,48,57)
#28262D
(40,38,45)
#1C1C21
(28,28,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #88768D

#88768D
(136,118,141)
#928297
(146,130,151)
#9C8EA1
(156,142,161)
#A69AAB
(166,154,171)
#B0A6B5
(176,166,181)
#BAB2BF
(186,178,191)
#C4BEC9
(196,190,201)
#CECAD3
(206,202,211)
#D8D6DD
(216,214,221)
#E2E2E7
(226,226,231)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88768D; }

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

This text font color is #88768D.

Background Color

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

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

This div background color is #88768D.

Border color

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

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

This div border color is #88768D.

Opacity

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

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

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

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

This text has shadow with #88768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88768D.

Preview

Color preview on black background

This text has color #88768D on black background.


Color preview on white background

This text has color #88768D on white background.


Black color preview on #88768D background

This text has black color on #88768D background.


White color preview on #88768D background

This text has white color on #88768D background.


Related colors

Complementary color

Complementary color for #hex is #778972.


I love getcolorcode.com

Triadic colors

1 #8D8876 and #768D88 with #88768D are triadic colors.

2 #8D7688 and #76888D with #88768D are triadic colors.