COLOR #88739D

HEX: #88739D RGB: (136,115,157)

Color info

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

RGB color model

#88739D color RGB value is (136,115,157).

RGB: (136,115,157) (53%, 45%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 157 of 255 = 62%

136
115
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 115 + 157 = 408 (100%)
R 136 of 408 ~ 33.33%
G 115 of 408 ~ 28.19%
B 157 of 408 ~ 38.48'%

%33.33
%28.19
%38.48

CMYK color model

#88739D color CMYK value is (13,27,0,38).

  • cyan value is 13.38%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (13,27,0,38)
C13M27Y0K38 (13%, 27%, 0%, 38%)
(0.13 / 0.27 / 0.00 / 0.38)

CMYK percentages

%13.38
%26.75
%0
%38.43

Codes

Color #88739D in popluar color models

88 73 9D
RGB 136 115 157
HSL 270° 17.65% 53.33%
HSB/HSV 270° 26.75% 61.57%
CMYK 13.38% 26.75% 0.00%
38.43%

Color #88739D in popluar number systems.

HEX 88 73 9D
Decimal 136 115 157
Binary 10001000 1110011 10011101
Octal 210 163 235

Shades and tints

Shades of #88739D

#88739D
(136,115,157)
#7C698F
(124,105,143)
#705F81
(112,95,129)
#645573
(100,85,115)
#584B65
(88,75,101)
#4C4157
(76,65,87)
#403749
(64,55,73)
#342D3B
(52,45,59)
#28232D
(40,35,45)
#1C191F
(28,25,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #88739D

#88739D
(136,115,157)
#927FA5
(146,127,165)
#9C8BAD
(156,139,173)
#A697B5
(166,151,181)
#B0A3BD
(176,163,189)
#BAAFC5
(186,175,197)
#C4BBCD
(196,187,205)
#CEC7D5
(206,199,213)
#D8D3DD
(216,211,221)
#E2DFE5
(226,223,229)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88739D; }

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

This text font color is #88739D.

Background Color

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

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

This div background color is #88739D.

Border color

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

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

This div border color is #88739D.

Opacity

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

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

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

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

This text has shadow with #88739D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88739D.

Preview

Color preview on black background

This text has color #88739D on black background.


Color preview on white background

This text has color #88739D on white background.


Black color preview on #88739D background

This text has black color on #88739D background.


White color preview on #88739D background

This text has white color on #88739D background.


Related colors

Complementary color

Complementary color for #hex is #778C62.


I love getcolorcode.com

Triadic colors

1 #9D8873 and #739D88 with #88739D are triadic colors.

2 #9D7388 and #73889D with #88739D are triadic colors.