COLOR #888074

HEX: #888074 RGB: (136,128,116)

Color info

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

RGB color model

#888074 color RGB value is (136,128,116).

RGB: (136,128,116) (53%, 50%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 116 of 255 = 45%

136
128
116

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

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 116 = 380 (100%)
R 136 of 380 ~ 35.79%
G 128 of 380 ~ 33.68%
B 116 of 380 ~ 30.53'%

%35.79
%33.68
%30.53

CMYK color model

#888074 color CMYK value is (0,6,15,47).

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

CMYK: (0,6,15,47)
C0M6Y15K47 (0%, 6%, 15%, 47%)
(0.00 / 0.06 / 0.15 / 0.47)

CMYK percentages

%0
%5.88
%14.71
%46.67

Codes

Color #888074 in popluar color models

88 80 74
RGB 136 128 116
HSL 36° 7.94% 49.41%
HSB/HSV 36° 14.71% 53.33%
CMYK 0.00% 5.88% 14.71%
46.67%

Color #888074 in popluar number systems.

HEX 88 80 74
Decimal 136 128 116
Binary 10001000 10000000 1110100
Octal 210 200 164

Shades and tints

Shades of #888074

#888074
(136,128,116)
#7C756A
(124,117,106)
#706A60
(112,106,96)
#645F56
(100,95,86)
#58544C
(88,84,76)
#4C4942
(76,73,66)
#403E38
(64,62,56)
#34332E
(52,51,46)
#282824
(40,40,36)
#1C1D1A
(28,29,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #888074

#888074
(136,128,116)
#928B80
(146,139,128)
#9C968C
(156,150,140)
#A6A198
(166,161,152)
#B0ACA4
(176,172,164)
#BAB7B0
(186,183,176)
#C4C2BC
(196,194,188)
#CECDC8
(206,205,200)
#D8D8D4
(216,216,212)
#E2E3E0
(226,227,224)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888074; }

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

This text font color is #888074.

Background Color

.myBgColor { background-color: #888074; }

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

This div background color is #888074.

Border color

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

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

This div border color is #888074.

Opacity

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

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

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

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

This text has shadow with #888074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888074.

Preview

Color preview on black background

This text has color #888074 on black background.


Color preview on white background

This text has color #888074 on white background.


Black color preview on #888074 background

This text has black color on #888074 background.


White color preview on #888074 background

This text has white color on #888074 background.


Related colors

Complementary color

Complementary color for #hex is #777F8B.


I love getcolorcode.com

Triadic colors

1 #748880 and #807488 with #888074 are triadic colors.

2 #748088 and #808874 with #888074 are triadic colors.