COLOR #88718B

HEX: #88718B RGB: (136,113,139)

Color info

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

RGB color model

#88718B color RGB value is (136,113,139).

RGB: (136,113,139) (53%, 44%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 139 of 255 = 55%

136
113
139

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

Portions of RGB colors in percentages

R + G + B = 136 + 113 + 139 = 388 (100%)
R 136 of 388 ~ 35.05%
G 113 of 388 ~ 29.12%
B 139 of 388 ~ 35.82'%

%35.05
%29.12
%35.82

CMYK color model

#88718B color CMYK value is (2,19,0,45).

  • cyan value is 2.16%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (2,19,0,45)
C2M19Y0K45 (2%, 19%, 0%, 45%)
(0.02 / 0.19 / 0.00 / 0.45)

CMYK percentages

%2.16
%18.71
%0
%45.49

Codes

Color #88718B in popluar color models

88 71 8B
RGB 136 113 139
HSL 293° 10.32% 49.41%
HSB/HSV 293° 18.71% 54.51%
CMYK 2.16% 18.71% 0.00%
45.49%

Color #88718B in popluar number systems.

HEX 88 71 8B
Decimal 136 113 139
Binary 10001000 1110001 10001011
Octal 210 161 213

Shades and tints

Shades of #88718B

#88718B
(136,113,139)
#7C677F
(124,103,127)
#705D73
(112,93,115)
#645367
(100,83,103)
#58495B
(88,73,91)
#4C3F4F
(76,63,79)
#403543
(64,53,67)
#342B37
(52,43,55)
#28212B
(40,33,43)
#1C171F
(28,23,31)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #88718B

#88718B
(136,113,139)
#927D95
(146,125,149)
#9C899F
(156,137,159)
#A695A9
(166,149,169)
#B0A1B3
(176,161,179)
#BAADBD
(186,173,189)
#C4B9C7
(196,185,199)
#CEC5D1
(206,197,209)
#D8D1DB
(216,209,219)
#E2DDE5
(226,221,229)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88718B color. Also use rgb(136,113,139) instead hex code.

Text Font Color

.myTextColor { color: #88718B; }

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

This text font color is #88718B.

Background Color

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

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

This div background color is #88718B.

Border color

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

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

This div border color is #88718B.

Opacity

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

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

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

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

This text has shadow with #88718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88718B.

Preview

Color preview on black background

This text has color #88718B on black background.


Color preview on white background

This text has color #88718B on white background.


Black color preview on #88718B background

This text has black color on #88718B background.


White color preview on #88718B background

This text has white color on #88718B background.


Related colors

Complementary color

Complementary color for #hex is #778E74.


I love getcolorcode.com

Triadic colors

1 #8B8871 and #718B88 with #88718B are triadic colors.

2 #8B7188 and #71888B with #88718B are triadic colors.