COLOR #82786F

HEX: #82786F RGB: (130,120,111)

Color info

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

RGB color model

#82786F color RGB value is (130,120,111).

RGB: (130,120,111) (51%, 47%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 111 of 255 = 44%

130
120
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 120 + 111 = 361 (100%)
R 130 of 361 ~ 36.01%
G 120 of 361 ~ 33.24%
B 111 of 361 ~ 30.75'%

%36.01
%33.24
%30.75

CMYK color model

#82786F color CMYK value is (0,8,15,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (0,8,15,49)
C0M8Y15K49 (0%, 8%, 15%, 49%)
(0.00 / 0.08 / 0.15 / 0.49)

CMYK percentages

%0
%7.69
%14.62
%49.02

Codes

Color #82786F in popluar color models

82 78 6F
RGB 130 120 111
HSL 28° 7.88% 47.25%
HSB/HSV 28° 14.62% 50.98%
CMYK 0.00% 7.69% 14.62%
49.02%

Color #82786F in popluar number systems.

HEX 82 78 6F
Decimal 130 120 111
Binary 10000010 1111000 1101111
Octal 202 170 157

Shades and tints

Shades of #82786F

#82786F
(130,120,111)
#776E65
(119,110,101)
#6C645B
(108,100,91)
#615A51
(97,90,81)
#565047
(86,80,71)
#4B463D
(75,70,61)
#403C33
(64,60,51)
#353229
(53,50,41)
#2A281F
(42,40,31)
#1F1E15
(31,30,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #82786F

#82786F
(130,120,111)
#8D847C
(141,132,124)
#989089
(152,144,137)
#A39C96
(163,156,150)
#AEA8A3
(174,168,163)
#B9B4B0
(185,180,176)
#C4C0BD
(196,192,189)
#CFCCCA
(207,204,202)
#DAD8D7
(218,216,215)
#E5E4E4
(229,228,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82786F color. Also use rgb(130,120,111) instead hex code.

Text Font Color

.myTextColor { color: #82786F; }

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

This text font color is #82786F.

Background Color

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

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

This div background color is #82786F.

Border color

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

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

This div border color is #82786F.

Opacity

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

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

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

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

This text has shadow with #82786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82786F.

Preview

Color preview on black background

This text has color #82786F on black background.


Color preview on white background

This text has color #82786F on white background.


Black color preview on #82786F background

This text has black color on #82786F background.


White color preview on #82786F background

This text has white color on #82786F background.


Related colors

Complementary color

Complementary color for #hex is #7D8790.


I love getcolorcode.com

Triadic colors

1 #6F8278 and #786F82 with #82786F are triadic colors.

2 #6F7882 and #78826F with #82786F are triadic colors.