COLOR #828077

HEX: #828077 RGB: (130,128,119)

Color info

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

RGB color model

#828077 color RGB value is (130,128,119).

RGB: (130,128,119) (51%, 50%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 119 of 255 = 47%

130
128
119

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 119 = 377 (100%)
R 130 of 377 ~ 34.48%
G 128 of 377 ~ 33.95%
B 119 of 377 ~ 31.56'%

%34.48
%33.95
%31.56

CMYK color model

#828077 color CMYK value is (0,2,8,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 8.46%
  • key color value is 49.02%

CMYK: (0,2,8,49)
C0M2Y8K49 (0%, 2%, 8%, 49%)
(0.00 / 0.02 / 0.08 / 0.49)

CMYK percentages

%0
%1.54
%8.46
%49.02

Codes

Color #828077 in popluar color models

82 80 77
RGB 130 128 119
HSL 49° 4.42% 48.82%
HSB/HSV 49° 8.46% 50.98%
CMYK 0.00% 1.54% 8.46%
49.02%

Color #828077 in popluar number systems.

HEX 82 80 77
Decimal 130 128 119
Binary 10000010 10000000 1110111
Octal 202 200 167

Shades and tints

Shades of #828077

#828077
(130,128,119)
#77756D
(119,117,109)
#6C6A63
(108,106,99)
#615F59
(97,95,89)
#56544F
(86,84,79)
#4B4945
(75,73,69)
#403E3B
(64,62,59)
#353331
(53,51,49)
#2A2827
(42,40,39)
#1F1D1D
(31,29,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #828077

#828077
(130,128,119)
#8D8B83
(141,139,131)
#98968F
(152,150,143)
#A3A19B
(163,161,155)
#AEACA7
(174,172,167)
#B9B7B3
(185,183,179)
#C4C2BF
(196,194,191)
#CFCDCB
(207,205,203)
#DAD8D7
(218,216,215)
#E5E3E3
(229,227,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828077; }

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

This text font color is #828077.

Background Color

.myBgColor { background-color: #828077; }

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

This div background color is #828077.

Border color

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

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

This div border color is #828077.

Opacity

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

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

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

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

This text has shadow with #828077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828077.

Preview

Color preview on black background

This text has color #828077 on black background.


Color preview on white background

This text has color #828077 on white background.


Black color preview on #828077 background

This text has black color on #828077 background.


White color preview on #828077 background

This text has white color on #828077 background.


Related colors

Complementary color

Complementary color for #hex is #7D7F88.


I love getcolorcode.com

Triadic colors

1 #778280 and #807782 with #828077 are triadic colors.

2 #778082 and #808277 with #828077 are triadic colors.