COLOR #82787D

HEX: #82787D
RGB: (130,120,125)

Color info

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

RGB color model

#82787D color RGB value is (130,120,125).

  • red value is 130;
  • green value is 120;
  • blue value is 125.
RGB:
(130,120,125)
(51%,47%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 125 of 255 = 49%

130
120
125

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 125 = 375 (100%)
R 130 of 375 ~ 34.67%
G 120 of 375 ~ 32%
B 125 of 375 ~ 33.33%

%34.67
%32
%33.33

CMYK color model

#82787D color CMYK value is (0,8,4,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,8,4,49)
C0M8Y4K49 
(0%,8%,4%,49%)
(0.00/0.08/0.04/0.49)	

CMYK percentages

%0
%7.69
%3.85
%49.02

Codes

Color #82787D in popluar color models

82787D
RGB130120125
HSL330°4.00%49.02%
HSB/HSV330°7.69%50.98%
CMYK0.00%7.69%3.85%
49.02%

Color #82787D in popluar number systems.

HEX82787D
Decimal130120125
Binary1000001011110001111101
Octal202170175

Shades and tints

Shades of #82787D

#82787D
(130,120,125)
#776E72
(119,110,114)
#6C6467
(108,100,103)
#615A5C
(97,90,92)
#565051
(86,80,81)
#4B4646
(75,70,70)
#403C3B
(64,60,59)
#353230
(53,50,48)
#2A2825
(42,40,37)
#1F1E1A
(31,30,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82787D

#82787D
(130,120,125)
#8D8488
(141,132,136)
#989093
(152,144,147)
#A39C9E
(163,156,158)
#AEA8A9
(174,168,169)
#B9B4B4
(185,180,180)
#C4C0BF
(196,192,191)
#CFCCCA
(207,204,202)
#DAD8D5
(218,216,213)
#E5E4E0
(229,228,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82787D color. Also use rgb(130,120,125) instead hex code.

Text Font Color

.myTextColor { color: #82787D; }

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

This text font color is #82787D.


Background Color

.myBgColor { background-color: #82787D; }

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

This div background color is #82787D.


Border color

.myBorderColor { border: 1px solid #82787D; }

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

This div border color is #82787D.


Opacity

.myOpacity80 { color: #82787D; opacity: 0.8; }

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

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

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

This text has shadow with #82787D color.

.textShadow {text-shadow: 3px 3px 1px #82787D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82787D;
-webkit-box-shadow: 1px 1px 3px 2px #82787D;
box-shadow:1px 1px 3px 2px #82787D;">
Div content here</div>
This div box has shadow with color #82787D.

Preview

Color preview on black background

This text has color #82787D on black background.


Color preview on white background

This text has color #82787D on white background.



Black color preview on #82787D background

This text has black color on #82787D background.


White color preview on #82787D background

This text has white color on #82787D background.