COLOR #827B76

HEX: #827B76
RGB: (130,123,118)

Color info

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

RGB color model

#827B76 color RGB value is (130,123,118).

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

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 118 of 255 = 46%

130
123
118

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 118 = 371 (100%)
R 130 of 371 ~ 35.04%
G 123 of 371 ~ 33.15%
B 118 of 371 ~ 31.81%

%35.04
%33.15
%31.81

CMYK color model

#827B76 color CMYK value is (0,5,9,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(0,5,9,49)
C0M5Y9K49 
(0%,5%,9%,49%)
(0.00/0.05/0.09/0.49)	

CMYK percentages

%0
%5.38
%9.23
%49.02

Codes

Color #827B76 in popluar color models

827B76
RGB130123118
HSL25°4.84%48.63%
HSB/HSV25°9.23%50.98%
CMYK0.00%5.38%9.23%
49.02%

Color #827B76 in popluar number systems.

HEX827B76
Decimal130123118
Binary1000001011110111110110
Octal202173166

Shades and tints

Shades of #827B76

#827B76
(130,123,118)
#77706C
(119,112,108)
#6C6562
(108,101,98)
#615A58
(97,90,88)
#564F4E
(86,79,78)
#4B4444
(75,68,68)
#40393A
(64,57,58)
#352E30
(53,46,48)
#2A2326
(42,35,38)
#1F181C
(31,24,28)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #827B76

#827B76
(130,123,118)
#8D8782
(141,135,130)
#98938E
(152,147,142)
#A39F9A
(163,159,154)
#AEABA6
(174,171,166)
#B9B7B2
(185,183,178)
#C4C3BE
(196,195,190)
#CFCFCA
(207,207,202)
#DADBD6
(218,219,214)
#E5E7E2
(229,231,226)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827B76; }

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

This text font color is #827B76.


Background Color

.myBgColor { background-color: #827B76; }

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

This div background color is #827B76.


Border color

.myBorderColor { border: 1px solid #827B76; }

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

This div border color is #827B76.


Opacity

.myOpacity80 { color: #827B76; opacity: 0.8; }

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

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

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

This text has shadow with #827B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B76 on black background.


Color preview on white background

This text has color #827B76 on white background.



Black color preview on #827B76 background

This text has black color on #827B76 background.


White color preview on #827B76 background

This text has white color on #827B76 background.