COLOR #888778

HEX: #888778 RGB: (136,135,120)

Color info

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

RGB color model

#888778 color RGB value is (136,135,120).

RGB: (136,135,120) (53%, 53%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 120 of 255 = 47%

136
135
120

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

Portions of RGB colors in percentages

R + G + B = 136 + 135 + 120 = 391 (100%)
R 136 of 391 ~ 34.78%
G 135 of 391 ~ 34.53%
B 120 of 391 ~ 30.69'%

%34.78
%34.53
%30.69

CMYK color model

#888778 color CMYK value is (0,1,12,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 11.76%
  • key color value is 46.67%

CMYK: (0,1,12,47)
C0M1Y12K47 (0%, 1%, 12%, 47%)
(0.00 / 0.01 / 0.12 / 0.47)

CMYK percentages

%0
%0.74
%11.76
%46.67

Codes

Color #888778 in popluar color models

88 87 78
RGB 136 135 120
HSL 56° 6.30% 50.20%
HSB/HSV 56° 11.76% 53.33%
CMYK 0.00% 0.74% 11.76%
46.67%

Color #888778 in popluar number systems.

HEX 88 87 78
Decimal 136 135 120
Binary 10001000 10000111 1111000
Octal 210 207 170

Shades and tints

Shades of #888778

#888778
(136,135,120)
#7C7B6E
(124,123,110)
#706F64
(112,111,100)
#64635A
(100,99,90)
#585750
(88,87,80)
#4C4B46
(76,75,70)
#403F3C
(64,63,60)
#343332
(52,51,50)
#282728
(40,39,40)
#1C1B1E
(28,27,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #888778

#888778
(136,135,120)
#929184
(146,145,132)
#9C9B90
(156,155,144)
#A6A59C
(166,165,156)
#B0AFA8
(176,175,168)
#BAB9B4
(186,185,180)
#C4C3C0
(196,195,192)
#CECDCC
(206,205,204)
#D8D7D8
(216,215,216)
#E2E1E4
(226,225,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888778; }

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

This text font color is #888778.

Background Color

.myBgColor { background-color: #888778; }

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

This div background color is #888778.

Border color

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

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

This div border color is #888778.

Opacity

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

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

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

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

This text has shadow with #888778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888778.

Preview

Color preview on black background

This text has color #888778 on black background.


Color preview on white background

This text has color #888778 on white background.


Black color preview on #888778 background

This text has black color on #888778 background.


White color preview on #888778 background

This text has white color on #888778 background.


Related colors

Complementary color

Complementary color for #hex is #777887.


I love getcolorcode.com

Triadic colors

1 #788887 and #877888 with #888778 are triadic colors.

2 #788788 and #878878 with #888778 are triadic colors.