COLOR #88729B

HEX: #88729B RGB: (136,114,155)

Color info

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

RGB color model

#88729B color RGB value is (136,114,155).

RGB: (136,114,155) (53%, 45%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 155 of 255 = 61%

136
114
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 114 + 155 = 405 (100%)
R 136 of 405 ~ 33.58%
G 114 of 405 ~ 28.15%
B 155 of 405 ~ 38.27'%

%33.58
%28.15
%38.27

CMYK color model

#88729B color CMYK value is (12,26,0,39).

  • cyan value is 12.26%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (12,26,0,39)
C12M26Y0K39 (12%, 26%, 0%, 39%)
(0.12 / 0.26 / 0.00 / 0.39)

CMYK percentages

%12.26
%26.45
%0
%39.22

Codes

Color #88729B in popluar color models

88 72 9B
RGB 136 114 155
HSL 272° 17.01% 52.75%
HSB/HSV 272° 26.45% 60.78%
CMYK 12.26% 26.45% 0.00%
39.22%

Color #88729B in popluar number systems.

HEX 88 72 9B
Decimal 136 114 155
Binary 10001000 1110010 10011011
Octal 210 162 233

Shades and tints

Shades of #88729B

#88729B
(136,114,155)
#7C688D
(124,104,141)
#705E7F
(112,94,127)
#645471
(100,84,113)
#584A63
(88,74,99)
#4C4055
(76,64,85)
#403647
(64,54,71)
#342C39
(52,44,57)
#28222B
(40,34,43)
#1C181D
(28,24,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #88729B

#88729B
(136,114,155)
#927EA4
(146,126,164)
#9C8AAD
(156,138,173)
#A696B6
(166,150,182)
#B0A2BF
(176,162,191)
#BAAEC8
(186,174,200)
#C4BAD1
(196,186,209)
#CEC6DA
(206,198,218)
#D8D2E3
(216,210,227)
#E2DEEC
(226,222,236)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88729B; }

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

This text font color is #88729B.

Background Color

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

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

This div background color is #88729B.

Border color

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

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

This div border color is #88729B.

Opacity

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

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

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

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

This text has shadow with #88729B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88729B.

Preview

Color preview on black background

This text has color #88729B on black background.


Color preview on white background

This text has color #88729B on white background.


Black color preview on #88729B background

This text has black color on #88729B background.


White color preview on #88729B background

This text has white color on #88729B background.


Related colors

Complementary color

Complementary color for #hex is #778D64.


I love getcolorcode.com

Triadic colors

1 #9B8872 and #729B88 with #88729B are triadic colors.

2 #9B7288 and #72889B with #88729B are triadic colors.