COLOR #888076

HEX: #888076 RGB: (136,128,118)

Color info

#888076 contains red, green and blue colors in about the same proportion. Web safe color of #888076 is #996666 (or #966).

RGB color model

#888076 color RGB value is (136,128,118).

RGB: (136,128,118) (53%, 50%, 46%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 118 of 255 = 46%

136
128
118

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

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 118 = 382 (100%)
R 136 of 382 ~ 35.6%
G 128 of 382 ~ 33.51%
B 118 of 382 ~ 30.89'%

%35.6
%33.51
%30.89

CMYK color model

#888076 color CMYK value is (0,6,13,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 13.24%
  • key color value is 46.67%

CMYK: (0,6,13,47)
C0M6Y13K47 (0%, 6%, 13%, 47%)
(0.00 / 0.06 / 0.13 / 0.47)

CMYK percentages

%0
%5.88
%13.24
%46.67

Codes

Color #888076 in popluar color models

88 80 76
RGB 136 128 118
HSL 33° 7.09% 49.80%
HSB/HSV 33° 13.24% 53.33%
CMYK 0.00% 5.88% 13.24%
46.67%

Color #888076 in popluar number systems.

HEX 88 80 76
Decimal 136 128 118
Binary 10001000 10000000 1110110
Octal 210 200 166

Shades and tints

Shades of #888076

#888076
(136,128,118)
#7C756C
(124,117,108)
#706A62
(112,106,98)
#645F58
(100,95,88)
#58544E
(88,84,78)
#4C4944
(76,73,68)
#403E3A
(64,62,58)
#343330
(52,51,48)
#282826
(40,40,38)
#1C1D1C
(28,29,28)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #888076

#888076
(136,128,118)
#928B82
(146,139,130)
#9C968E
(156,150,142)
#A6A19A
(166,161,154)
#B0ACA6
(176,172,166)
#BAB7B2
(186,183,178)
#C4C2BE
(196,194,190)
#CECDCA
(206,205,202)
#D8D8D6
(216,216,214)
#E2E3E2
(226,227,226)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888076 color. Also use rgb(136,128,118) instead hex code.

Text Font Color

.myTextColor { color: #888076; }

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

This text font color is #888076.

Background Color

.myBgColor { background-color: #888076; }

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

This div background color is #888076.

Border color

.myBorderColor { border: 1px solid #888076; }

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

This div border color is #888076.

Opacity

.myOpacity80 { color: #888076; opacity: 0.8; }

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

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

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

This text has shadow with #888076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888076.

Preview

Color preview on black background

This text has color #888076 on black background.


Color preview on white background

This text has color #888076 on white background.


Black color preview on #888076 background

This text has black color on #888076 background.


White color preview on #888076 background

This text has white color on #888076 background.


Related colors

Complementary color

Complementary color for #hex is #777F89.


I love getcolorcode.com

Triadic colors

1 #768880 and #807688 with #888076 are triadic colors.

2 #768088 and #808876 with #888076 are triadic colors.