COLOR #827A79

HEX: #827A79 RGB: (130,122,121)

Color info

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

RGB color model

#827A79 color RGB value is (130,122,121).

RGB: (130,122,121) (51%, 48%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 121 of 255 = 47%

130
122
121

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

Portions of RGB colors in percentages

R + G + B = 130 + 122 + 121 = 373 (100%)
R 130 of 373 ~ 34.85%
G 122 of 373 ~ 32.71%
B 121 of 373 ~ 32.44'%

%34.85
%32.71
%32.44

CMYK color model

#827A79 color CMYK value is (0,6,7,49).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 6.92%
  • key color value is 49.02%

CMYK: (0,6,7,49)
C0M6Y7K49 (0%, 6%, 7%, 49%)
(0.00 / 0.06 / 0.07 / 0.49)

CMYK percentages

%0
%6.15
%6.92
%49.02

Codes

Color #827A79 in popluar color models

82 7A 79
RGB 130 122 121
HSL 3.59% 49.22%
HSB/HSV 6.92% 50.98%
CMYK 0.00% 6.15% 6.92%
49.02%

Color #827A79 in popluar number systems.

HEX 82 7A 79
Decimal 130 122 121
Binary 10000010 1111010 1111001
Octal 202 172 171

Shades and tints

Shades of #827A79

#827A79
(130,122,121)
#776F6E
(119,111,110)
#6C6463
(108,100,99)
#615958
(97,89,88)
#564E4D
(86,78,77)
#4B4342
(75,67,66)
#403837
(64,56,55)
#352D2C
(53,45,44)
#2A2221
(42,34,33)
#1F1716
(31,23,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #827A79

#827A79
(130,122,121)
#8D8685
(141,134,133)
#989291
(152,146,145)
#A39E9D
(163,158,157)
#AEAAA9
(174,170,169)
#B9B6B5
(185,182,181)
#C4C2C1
(196,194,193)
#CFCECD
(207,206,205)
#DADAD9
(218,218,217)
#E5E6E5
(229,230,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A79 color. Also use rgb(130,122,121) instead hex code.

Text Font Color

.myTextColor { color: #827A79; }

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

This text font color is #827A79.

Background Color

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

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

This div background color is #827A79.

Border color

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

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

This div border color is #827A79.

Opacity

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

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

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

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

This text has shadow with #827A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827A79.

Preview

Color preview on black background

This text has color #827A79 on black background.


Color preview on white background

This text has color #827A79 on white background.


Black color preview on #827A79 background

This text has black color on #827A79 background.


White color preview on #827A79 background

This text has white color on #827A79 background.


Related colors

Complementary color

Complementary color for #hex is #7D8586.


I love getcolorcode.com

Triadic colors

1 #79827A and #7A7982 with #827A79 are triadic colors.

2 #797A82 and #7A8279 with #827A79 are triadic colors.