COLOR #88807F

HEX: #88807F RGB: (136,128,127)

Color info

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

RGB color model

#88807F color RGB value is (136,128,127).

RGB: (136,128,127) (53%, 50%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 127 of 255 = 50%

136
128
127

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

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 127 = 391 (100%)
R 136 of 391 ~ 34.78%
G 128 of 391 ~ 32.74%
B 127 of 391 ~ 32.48'%

%34.78
%32.74
%32.48

CMYK color model

#88807F color CMYK value is (0,6,7,47).

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

CMYK: (0,6,7,47)
C0M6Y7K47 (0%, 6%, 7%, 47%)
(0.00 / 0.06 / 0.07 / 0.47)

CMYK percentages

%0
%5.88
%6.62
%46.67

Codes

Color #88807F in popluar color models

88 80 7F
RGB 136 128 127
HSL 3.64% 51.57%
HSB/HSV 6.62% 53.33%
CMYK 0.00% 5.88% 6.62%
46.67%

Color #88807F in popluar number systems.

HEX 88 80 7F
Decimal 136 128 127
Binary 10001000 10000000 1111111
Octal 210 200 177

Shades and tints

Shades of #88807F

#88807F
(136,128,127)
#7C7574
(124,117,116)
#706A69
(112,106,105)
#645F5E
(100,95,94)
#585453
(88,84,83)
#4C4948
(76,73,72)
#403E3D
(64,62,61)
#343332
(52,51,50)
#282827
(40,40,39)
#1C1D1C
(28,29,28)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #88807F

#88807F
(136,128,127)
#928B8A
(146,139,138)
#9C9695
(156,150,149)
#A6A1A0
(166,161,160)
#B0ACAB
(176,172,171)
#BAB7B6
(186,183,182)
#C4C2C1
(196,194,193)
#CECDCC
(206,205,204)
#D8D8D7
(216,216,215)
#E2E3E2
(226,227,226)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88807F; }

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

This text font color is #88807F.

Background Color

.myBgColor { background-color: #88807F; }

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

This div background color is #88807F.

Border color

.myBorderColor { border: 1px solid #88807F; }

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

This div border color is #88807F.

Opacity

.myOpacity80 { color: #88807F; opacity: 0.8; }

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

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

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

This text has shadow with #88807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88807F.

Preview

Color preview on black background

This text has color #88807F on black background.


Color preview on white background

This text has color #88807F on white background.


Black color preview on #88807F background

This text has black color on #88807F background.


White color preview on #88807F background

This text has white color on #88807F background.


Related colors

Complementary color

Complementary color for #hex is #777F80.


I love getcolorcode.com

Triadic colors

1 #7F8880 and #807F88 with #88807F are triadic colors.

2 #7F8088 and #80887F with #88807F are triadic colors.