COLOR #808782

HEX: #808782 RGB: (128,135,130)

Color info

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

RGB color model

#808782 color RGB value is (128,135,130).

RGB: (128,135,130) (50%, 53%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 130 of 255 = 51%

128
135
130

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 130 = 393 (100%)
R 128 of 393 ~ 32.57%
G 135 of 393 ~ 34.35%
B 130 of 393 ~ 33.08'%

%32.57
%34.35
%33.08

CMYK color model

#808782 color CMYK value is (5,0,4,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 47.06%

CMYK: (5,0,4,47)
C5M0Y4K47 (5%, 0%, 4%, 47%)
(0.05 / 0.00 / 0.04 / 0.47)

CMYK percentages

%5.19
%0
%3.7
%47.06

Codes

Color #808782 in popluar color models

80 87 82
RGB 128 135 130
HSL 137° 2.83% 51.57%
HSB/HSV 137° 5.19% 52.94%
CMYK 5.19% 0.00% 3.70%
47.06%

Color #808782 in popluar number systems.

HEX 80 87 82
Decimal 128 135 130
Binary 10000000 10000111 10000010
Octal 200 207 202

Shades and tints

Shades of #808782

#808782
(128,135,130)
#757B77
(117,123,119)
#6A6F6C
(106,111,108)
#5F6361
(95,99,97)
#545756
(84,87,86)
#494B4B
(73,75,75)
#3E3F40
(62,63,64)
#333335
(51,51,53)
#28272A
(40,39,42)
#1D1B1F
(29,27,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #808782

#808782
(128,135,130)
#8B918D
(139,145,141)
#969B98
(150,155,152)
#A1A5A3
(161,165,163)
#ACAFAE
(172,175,174)
#B7B9B9
(183,185,185)
#C2C3C4
(194,195,196)
#CDCDCF
(205,205,207)
#D8D7DA
(216,215,218)
#E3E1E5
(227,225,229)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808782; }

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

This text font color is #808782.

Background Color

.myBgColor { background-color: #808782; }

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

This div background color is #808782.

Border color

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

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

This div border color is #808782.

Opacity

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

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

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

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

This text has shadow with #808782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808782.

Preview

Color preview on black background

This text has color #808782 on black background.


Color preview on white background

This text has color #808782 on white background.


Black color preview on #808782 background

This text has black color on #808782 background.


White color preview on #808782 background

This text has white color on #808782 background.


Related colors

Complementary color

Complementary color for #hex is #7F787D.


I love getcolorcode.com

Triadic colors

1 #828087 and #878280 with #808782 are triadic colors.

2 #828780 and #878082 with #808782 are triadic colors.