COLOR #808788

HEX: #808788 RGB: (128,135,136)

Color info

#808788 contains red, green and blue colors in about the same proportion. Web safe color of #808788 is #669999 (or #699).

RGB color model

#808788 color RGB value is (128,135,136).

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

RGB channels and saturation

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

128
135
136

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 136 = 399 (100%)
R 128 of 399 ~ 32.08%
G 135 of 399 ~ 33.83%
B 136 of 399 ~ 34.09'%

%32.08
%33.83
%34.09

CMYK color model

#808788 color CMYK value is (6,1,0,47).

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

CMYK: (6,1,0,47)
C6M1Y0K47 (6%, 1%, 0%, 47%)
(0.06 / 0.01 / 0.00 / 0.47)

CMYK percentages

%5.88
%0.74
%0
%46.67

Codes

Color #808788 in popluar color models

80 87 88
RGB 128 135 136
HSL 188° 3.25% 51.76%
HSB/HSV 188° 5.88% 53.33%
CMYK 5.88% 0.74% 0.00%
46.67%

Color #808788 in popluar number systems.

HEX 80 87 88
Decimal 128 135 136
Binary 10000000 10000111 10001000
Octal 200 207 210

Shades and tints

Shades of #808788

#808788
(128,135,136)
#757B7C
(117,123,124)
#6A6F70
(106,111,112)
#5F6364
(95,99,100)
#545758
(84,87,88)
#494B4C
(73,75,76)
#3E3F40
(62,63,64)
#333334
(51,51,52)
#282728
(40,39,40)
#1D1B1C
(29,27,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #808788

#808788
(128,135,136)
#8B9192
(139,145,146)
#969B9C
(150,155,156)
#A1A5A6
(161,165,166)
#ACAFB0
(172,175,176)
#B7B9BA
(183,185,186)
#C2C3C4
(194,195,196)
#CDCDCE
(205,205,206)
#D8D7D8
(216,215,216)
#E3E1E2
(227,225,226)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808788; }

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

This text font color is #808788.

Background Color

.myBgColor { background-color: #808788; }

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

This div background color is #808788.

Border color

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

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

This div border color is #808788.

Opacity

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

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

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

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

This text has shadow with #808788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808788.

Preview

Color preview on black background

This text has color #808788 on black background.


Color preview on white background

This text has color #808788 on white background.


Black color preview on #808788 background

This text has black color on #808788 background.


White color preview on #808788 background

This text has white color on #808788 background.


Related colors

Complementary color

Complementary color for #hex is #7F7877.


I love getcolorcode.com

Triadic colors

1 #888087 and #878880 with #808788 are triadic colors.

2 #888780 and #878088 with #808788 are triadic colors.