COLOR #888774

HEX: #888774
RGB: (136,135,116)

Color info

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

RGB color model

#888774 color RGB value is (136,135,116).

  • red value is 136;
  • green value is 135;
  • blue value is 116.
RGB:
(136,135,116)
(53%,53%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 116 of 255 = 45%

136
135
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 116 = 387 (100%)
R 136 of 387 ~ 35.14%
G 135 of 387 ~ 34.88%
B 116 of 387 ~ 29.97%

%35.14
%34.88
%29.97

CMYK color model

#888774 color CMYK value is (0,1,15,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,1,15,47)
C0M1Y15K47 
(0%,1%,15%,47%)
(0.00/0.01/0.15/0.47)	

CMYK percentages

%0
%0.74
%14.71
%46.67

Codes

Color #888774 in popluar color models

888774
RGB136135116
HSL57°7.94%49.41%
HSB/HSV57°14.71%53.33%
CMYK0.00%0.74%14.71%
46.67%

Color #888774 in popluar number systems.

HEX888774
Decimal136135116
Binary10001000100001111110100
Octal210207164

Shades and tints

Shades of #888774

#888774
(136,135,116)
#7C7B6A
(124,123,106)
#706F60
(112,111,96)
#646356
(100,99,86)
#58574C
(88,87,76)
#4C4B42
(76,75,66)
#403F38
(64,63,56)
#34332E
(52,51,46)
#282724
(40,39,36)
#1C1B1A
(28,27,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #888774

#888774
(136,135,116)
#929180
(146,145,128)
#9C9B8C
(156,155,140)
#A6A598
(166,165,152)
#B0AFA4
(176,175,164)
#BAB9B0
(186,185,176)
#C4C3BC
(196,195,188)
#CECDC8
(206,205,200)
#D8D7D4
(216,215,212)
#E2E1E0
(226,225,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888774; }

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

This text font color is #888774.


Background Color

.myBgColor { background-color: #888774; }

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

This div background color is #888774.


Border color

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

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

This div border color is #888774.


Opacity

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

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

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

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

This text has shadow with #888774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888774 on black background.


Color preview on white background

This text has color #888774 on white background.



Black color preview on #888774 background

This text has black color on #888774 background.


White color preview on #888774 background

This text has white color on #888774 background.