COLOR #888A72

HEX: #888A72 RGB: (136,138,114)

Color info

#888A72 contains red, green and blue colors in about the same proportion. Web safe color of #888A72 is #999966 (or #996).

RGB color model

#888A72 color RGB value is (136,138,114).

RGB: (136,138,114) (53%, 54%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 114 of 255 = 45%

136
138
114

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

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 114 = 388 (100%)
R 136 of 388 ~ 35.05%
G 138 of 388 ~ 35.57%
B 114 of 388 ~ 29.38'%

%35.05
%35.57
%29.38

CMYK color model

#888A72 color CMYK value is (1,0,17,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 45.88%

CMYK: (1,0,17,46)
C1M0Y17K46 (1%, 0%, 17%, 46%)
(0.01 / 0.00 / 0.17 / 0.46)

CMYK percentages

%1.45
%0
%17.39
%45.88

Codes

Color #888A72 in popluar color models

88 8A 72
RGB 136 138 114
HSL 65° 9.52% 49.41%
HSB/HSV 65° 17.39% 54.12%
CMYK 1.45% 0.00% 17.39%
45.88%

Color #888A72 in popluar number systems.

HEX 88 8A 72
Decimal 136 138 114
Binary 10001000 10001010 1110010
Octal 210 212 162

Shades and tints

Shades of #888A72

#888A72
(136,138,114)
#7C7E68
(124,126,104)
#70725E
(112,114,94)
#646654
(100,102,84)
#585A4A
(88,90,74)
#4C4E40
(76,78,64)
#404236
(64,66,54)
#34362C
(52,54,44)
#282A22
(40,42,34)
#1C1E18
(28,30,24)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #888A72

#888A72
(136,138,114)
#92947E
(146,148,126)
#9C9E8A
(156,158,138)
#A6A896
(166,168,150)
#B0B2A2
(176,178,162)
#BABCAE
(186,188,174)
#C4C6BA
(196,198,186)
#CED0C6
(206,208,198)
#D8DAD2
(216,218,210)
#E2E4DE
(226,228,222)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A72 color. Also use rgb(136,138,114) instead hex code.

Text Font Color

.myTextColor { color: #888A72; }

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

This text font color is #888A72.

Background Color

.myBgColor { background-color: #888A72; }

<div style="background-color:#888A72">Inner text</div>

This div background color is #888A72.

Border color

.myBorderColor { border: 1px solid #888A72; }

<div style="border:3px solid #888A72">Div</div>

This div border color is #888A72.

Opacity

.myOpacity80 { color: #888A72; opacity: 0.8; }

<p style="color:#888A72;opacity:0.8;">80%</p>

Text with #888A72 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 #888A72;}

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

This text has shadow with #888A72 color.


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

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

This text has shadow with #888A72 primary color and red secondary color.


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

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

This text has shadow with #888A72 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888A72.

Preview

Color preview on black background

This text has color #888A72 on black background.


Color preview on white background

This text has color #888A72 on white background.


Black color preview on #888A72 background

This text has black color on #888A72 background.


White color preview on #888A72 background

This text has white color on #888A72 background.


Related colors

Complementary color

Complementary color for #hex is #77758D.


I love getcolorcode.com

Triadic colors

1 #72888A and #8A7288 with #888A72 are triadic colors.

2 #728A88 and #8A8872 with #888A72 are triadic colors.