COLOR #827876

HEX: #827876
RGB: (130,120,118)

Color info

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

RGB color model

#827876 color RGB value is (130,120,118).

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

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 118 of 255 = 46%

130
120
118

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 118 = 368 (100%)
R 130 of 368 ~ 35.33%
G 120 of 368 ~ 32.61%
B 118 of 368 ~ 32.07%

%35.33
%32.61
%32.07

CMYK color model

#827876 color CMYK value is (0,8,9,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(0,8,9,49)
C0M8Y9K49 
(0%,8%,9%,49%)
(0.00/0.08/0.09/0.49)	

CMYK percentages

%0
%7.69
%9.23
%49.02

Codes

Color #827876 in popluar color models

827876
RGB130120118
HSL10°4.84%48.63%
HSB/HSV10°9.23%50.98%
CMYK0.00%7.69%9.23%
49.02%

Color #827876 in popluar number systems.

HEX827876
Decimal130120118
Binary1000001011110001110110
Octal202170166

Shades and tints

Shades of #827876

#827876
(130,120,118)
#776E6C
(119,110,108)
#6C6462
(108,100,98)
#615A58
(97,90,88)
#56504E
(86,80,78)
#4B4644
(75,70,68)
#403C3A
(64,60,58)
#353230
(53,50,48)
#2A2826
(42,40,38)
#1F1E1C
(31,30,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #827876

#827876
(130,120,118)
#8D8482
(141,132,130)
#98908E
(152,144,142)
#A39C9A
(163,156,154)
#AEA8A6
(174,168,166)
#B9B4B2
(185,180,178)
#C4C0BE
(196,192,190)
#CFCCCA
(207,204,202)
#DAD8D6
(218,216,214)
#E5E4E2
(229,228,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827876; }

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

This text font color is #827876.


Background Color

.myBgColor { background-color: #827876; }

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

This div background color is #827876.


Border color

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

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

This div border color is #827876.


Opacity

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

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

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

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

This text has shadow with #827876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827876 on black background.


Color preview on white background

This text has color #827876 on white background.



Black color preview on #827876 background

This text has black color on #827876 background.


White color preview on #827876 background

This text has white color on #827876 background.