COLOR #827D72

HEX: #827D72 RGB: (130,125,114)

Color info

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

RGB color model

#827D72 color RGB value is (130,125,114).

RGB: (130,125,114) (51%, 49%, 45%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 114 of 255 = 45%

130
125
114

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

Portions of RGB colors in percentages

R + G + B = 130 + 125 + 114 = 369 (100%)
R 130 of 369 ~ 35.23%
G 125 of 369 ~ 33.88%
B 114 of 369 ~ 30.89'%

%35.23
%33.88
%30.89

CMYK color model

#827D72 color CMYK value is (0,4,12,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 12.31%
  • key color value is 49.02%

CMYK: (0,4,12,49)
C0M4Y12K49 (0%, 4%, 12%, 49%)
(0.00 / 0.04 / 0.12 / 0.49)

CMYK percentages

%0
%3.85
%12.31
%49.02

Codes

Color #827D72 in popluar color models

82 7D 72
RGB 130 125 114
HSL 41° 6.56% 47.84%
HSB/HSV 41° 12.31% 50.98%
CMYK 0.00% 3.85% 12.31%
49.02%

Color #827D72 in popluar number systems.

HEX 82 7D 72
Decimal 130 125 114
Binary 10000010 1111101 1110010
Octal 202 175 162

Shades and tints

Shades of #827D72

#827D72
(130,125,114)
#777268
(119,114,104)
#6C675E
(108,103,94)
#615C54
(97,92,84)
#56514A
(86,81,74)
#4B4640
(75,70,64)
#403B36
(64,59,54)
#35302C
(53,48,44)
#2A2522
(42,37,34)
#1F1A18
(31,26,24)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #827D72

#827D72
(130,125,114)
#8D887E
(141,136,126)
#98938A
(152,147,138)
#A39E96
(163,158,150)
#AEA9A2
(174,169,162)
#B9B4AE
(185,180,174)
#C4BFBA
(196,191,186)
#CFCAC6
(207,202,198)
#DAD5D2
(218,213,210)
#E5E0DE
(229,224,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D72 color. Also use rgb(130,125,114) instead hex code.

Text Font Color

.myTextColor { color: #827D72; }

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

This text font color is #827D72.

Background Color

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

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

This div background color is #827D72.

Border color

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

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

This div border color is #827D72.

Opacity

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

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

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

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

This text has shadow with #827D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827D72.

Preview

Color preview on black background

This text has color #827D72 on black background.


Color preview on white background

This text has color #827D72 on white background.


Black color preview on #827D72 background

This text has black color on #827D72 background.


White color preview on #827D72 background

This text has white color on #827D72 background.


Related colors

Complementary color

Complementary color for #hex is #7D828D.


I love getcolorcode.com

Triadic colors

1 #72827D and #7D7282 with #827D72 are triadic colors.

2 #727D82 and #7D8272 with #827D72 are triadic colors.