COLOR #88729F

HEX: #88729F RGB: (136,114,159)

Color info

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

RGB color model

#88729F color RGB value is (136,114,159).

RGB: (136,114,159) (53%, 45%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 159 of 255 = 62%

136
114
159

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

Portions of RGB colors in percentages

R + G + B = 136 + 114 + 159 = 409 (100%)
R 136 of 409 ~ 33.25%
G 114 of 409 ~ 27.87%
B 159 of 409 ~ 38.88'%

%33.25
%27.87
%38.88

CMYK color model

#88729F color CMYK value is (14,28,0,38).

  • cyan value is 14.47%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (14,28,0,38)
C14M28Y0K38 (14%, 28%, 0%, 38%)
(0.14 / 0.28 / 0.00 / 0.38)

CMYK percentages

%14.47
%28.3
%0
%37.65

Codes

Color #88729F in popluar color models

88 72 9F
RGB 136 114 159
HSL 269° 18.99% 53.53%
HSB/HSV 269° 28.30% 62.35%
CMYK 14.47% 28.30% 0.00%
37.65%

Color #88729F in popluar number systems.

HEX 88 72 9F
Decimal 136 114 159
Binary 10001000 1110010 10011111
Octal 210 162 237

Shades and tints

Shades of #88729F

#88729F
(136,114,159)
#7C6891
(124,104,145)
#705E83
(112,94,131)
#645475
(100,84,117)
#584A67
(88,74,103)
#4C4059
(76,64,89)
#40364B
(64,54,75)
#342C3D
(52,44,61)
#28222F
(40,34,47)
#1C1821
(28,24,33)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #88729F

#88729F
(136,114,159)
#927EA7
(146,126,167)
#9C8AAF
(156,138,175)
#A696B7
(166,150,183)
#B0A2BF
(176,162,191)
#BAAEC7
(186,174,199)
#C4BACF
(196,186,207)
#CEC6D7
(206,198,215)
#D8D2DF
(216,210,223)
#E2DEE7
(226,222,231)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88729F color. Also use rgb(136,114,159) instead hex code.

Text Font Color

.myTextColor { color: #88729F; }

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

This text font color is #88729F.

Background Color

.myBgColor { background-color: #88729F; }

<div style="background-color:#88729F">Inner text</div>

This div background color is #88729F.

Border color

.myBorderColor { border: 1px solid #88729F; }

<div style="border:3px solid #88729F">Div</div>

This div border color is #88729F.

Opacity

.myOpacity80 { color: #88729F; opacity: 0.8; }

<p style="color:#88729F;opacity:0.8;">80%</p>

Text with #88729F 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 #88729F;}

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

This text has shadow with #88729F color.


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

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

This text has shadow with #88729F primary color and red secondary color.


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

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

This text has shadow with #88729F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88729F.

Preview

Color preview on black background

This text has color #88729F on black background.


Color preview on white background

This text has color #88729F on white background.


Black color preview on #88729F background

This text has black color on #88729F background.


White color preview on #88729F background

This text has white color on #88729F background.


Related colors

Complementary color

Complementary color for #hex is #778D60.


I love getcolorcode.com

Triadic colors

1 #9F8872 and #729F88 with #88729F are triadic colors.

2 #9F7288 and #72889F with #88729F are triadic colors.