COLOR #88788A

HEX: #88788A RGB: (136,120,138)

Color info

#88788A contains red, green and blue colors in about the same proportion. Web safe color of #88788A is #996699 (or #969).

RGB color model

#88788A color RGB value is (136,120,138).

RGB: (136,120,138) (53%, 47%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 138 of 255 = 54%

136
120
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 120 + 138 = 394 (100%)
R 136 of 394 ~ 34.52%
G 120 of 394 ~ 30.46%
B 138 of 394 ~ 35.03'%

%34.52
%30.46
%35.03

CMYK color model

#88788A color CMYK value is (1,13,0,46).

  • cyan value is 1.45%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (1,13,0,46)
C1M13Y0K46 (1%, 13%, 0%, 46%)
(0.01 / 0.13 / 0.00 / 0.46)

CMYK percentages

%1.45
%13.04
%0
%45.88

Codes

Color #88788A in popluar color models

88 78 8A
RGB 136 120 138
HSL 293° 7.14% 50.59%
HSB/HSV 293° 13.04% 54.12%
CMYK 1.45% 13.04% 0.00%
45.88%

Color #88788A in popluar number systems.

HEX 88 78 8A
Decimal 136 120 138
Binary 10001000 1111000 10001010
Octal 210 170 212

Shades and tints

Shades of #88788A

#88788A
(136,120,138)
#7C6E7E
(124,110,126)
#706472
(112,100,114)
#645A66
(100,90,102)
#58505A
(88,80,90)
#4C464E
(76,70,78)
#403C42
(64,60,66)
#343236
(52,50,54)
#28282A
(40,40,42)
#1C1E1E
(28,30,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88788A

#88788A
(136,120,138)
#928494
(146,132,148)
#9C909E
(156,144,158)
#A69CA8
(166,156,168)
#B0A8B2
(176,168,178)
#BAB4BC
(186,180,188)
#C4C0C6
(196,192,198)
#CECCD0
(206,204,208)
#D8D8DA
(216,216,218)
#E2E4E4
(226,228,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88788A; }

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

This text font color is #88788A.

Background Color

.myBgColor { background-color: #88788A; }

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

This div background color is #88788A.

Border color

.myBorderColor { border: 1px solid #88788A; }

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

This div border color is #88788A.

Opacity

.myOpacity80 { color: #88788A; opacity: 0.8; }

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

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

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

This text has shadow with #88788A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88788A.

Preview

Color preview on black background

This text has color #88788A on black background.


Color preview on white background

This text has color #88788A on white background.


Black color preview on #88788A background

This text has black color on #88788A background.


White color preview on #88788A background

This text has white color on #88788A background.


Related colors

Complementary color

Complementary color for #hex is #778775.


I love getcolorcode.com

Triadic colors

1 #8A8878 and #788A88 with #88788A are triadic colors.

2 #8A7888 and #78888A with #88788A are triadic colors.