COLOR #888C77

HEX: #888C77 RGB: (136,140,119)

Color info

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

RGB color model

#888C77 color RGB value is (136,140,119).

RGB: (136,140,119) (53%, 55%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 119 of 255 = 47%

136
140
119

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

Portions of RGB colors in percentages

R + G + B = 136 + 140 + 119 = 395 (100%)
R 136 of 395 ~ 34.43%
G 140 of 395 ~ 35.44%
B 119 of 395 ~ 30.13'%

%34.43
%35.44
%30.13

CMYK color model

#888C77 color CMYK value is (3,0,15,45).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 45.10%

CMYK: (3,0,15,45)
C3M0Y15K45 (3%, 0%, 15%, 45%)
(0.03 / 0.00 / 0.15 / 0.45)

CMYK percentages

%2.86
%0
%15
%45.1

Codes

Color #888C77 in popluar color models

88 8C 77
RGB 136 140 119
HSL 71° 8.37% 50.78%
HSB/HSV 71° 15.00% 54.90%
CMYK 2.86% 0.00% 15.00%
45.10%

Color #888C77 in popluar number systems.

HEX 88 8C 77
Decimal 136 140 119
Binary 10001000 10001100 1110111
Octal 210 214 167

Shades and tints

Shades of #888C77

#888C77
(136,140,119)
#7C806D
(124,128,109)
#707463
(112,116,99)
#646859
(100,104,89)
#585C4F
(88,92,79)
#4C5045
(76,80,69)
#40443B
(64,68,59)
#343831
(52,56,49)
#282C27
(40,44,39)
#1C201D
(28,32,29)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #888C77

#888C77
(136,140,119)
#929683
(146,150,131)
#9CA08F
(156,160,143)
#A6AA9B
(166,170,155)
#B0B4A7
(176,180,167)
#BABEB3
(186,190,179)
#C4C8BF
(196,200,191)
#CED2CB
(206,210,203)
#D8DCD7
(216,220,215)
#E2E6E3
(226,230,227)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888C77 color. Also use rgb(136,140,119) instead hex code.

Text Font Color

.myTextColor { color: #888C77; }

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

This text font color is #888C77.

Background Color

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

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

This div background color is #888C77.

Border color

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

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

This div border color is #888C77.

Opacity

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

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

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

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

This text has shadow with #888C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888C77.

Preview

Color preview on black background

This text has color #888C77 on black background.


Color preview on white background

This text has color #888C77 on white background.


Black color preview on #888C77 background

This text has black color on #888C77 background.


White color preview on #888C77 background

This text has white color on #888C77 background.


Related colors

Complementary color

Complementary color for #hex is #777388.


I love getcolorcode.com

Triadic colors

1 #77888C and #8C7788 with #888C77 are triadic colors.

2 #778C88 and #8C8877 with #888C77 are triadic colors.