COLOR #827A82

HEX: #827A82 RGB: (130,122,130)

Color info

#827A82 contains red, green and blue colors in about the same proportion. Web safe color of #827A82 is #996699 (or #969).

RGB color model

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

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

RGB channels and saturation

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

130
122
130

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

Portions of RGB colors in percentages

R + G + B = 130 + 122 + 130 = 382 (100%)
R 130 of 382 ~ 34.03%
G 122 of 382 ~ 31.94%
B 130 of 382 ~ 34.03'%

%34.03
%31.94
%34.03

CMYK color model

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

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

CMYK: (0,6,0,49)
C0M6Y0K49 (0%, 6%, 0%, 49%)
(0.00 / 0.06 / 0.00 / 0.49)

CMYK percentages

%0
%6.15
%0
%49.02

Codes

Color #827A82 in popluar color models

82 7A 82
RGB 130 122 130
HSL 300° 3.17% 49.41%
HSB/HSV 300° 6.15% 50.98%
CMYK 0.00% 6.15% 0.00%
49.02%

Color #827A82 in popluar number systems.

HEX 82 7A 82
Decimal 130 122 130
Binary 10000010 1111010 10000010
Octal 202 172 202

Shades and tints

Shades of #827A82

#827A82
(130,122,130)
#776F77
(119,111,119)
#6C646C
(108,100,108)
#615961
(97,89,97)
#564E56
(86,78,86)
#4B434B
(75,67,75)
#403840
(64,56,64)
#352D35
(53,45,53)
#2A222A
(42,34,42)
#1F171F
(31,23,31)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #827A82

#827A82
(130,122,130)
#8D868D
(141,134,141)
#989298
(152,146,152)
#A39EA3
(163,158,163)
#AEAAAE
(174,170,174)
#B9B6B9
(185,182,185)
#C4C2C4
(196,194,196)
#CFCECF
(207,206,207)
#DADADA
(218,218,218)
#E5E6E5
(229,230,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A82; }

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

This text font color is #827A82.

Background Color

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

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

This div background color is #827A82.

Border color

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

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

This div border color is #827A82.

Opacity

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

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

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

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

This text has shadow with #827A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827A82.

Preview

Color preview on black background

This text has color #827A82 on black background.


Color preview on white background

This text has color #827A82 on white background.


Black color preview on #827A82 background

This text has black color on #827A82 background.


White color preview on #827A82 background

This text has white color on #827A82 background.


Related colors

Complementary color

Complementary color for #hex is #7D857D.


I love getcolorcode.com

Triadic colors

1 #82827A and #7A8282 with #827A82 are triadic colors.

2 #827A82 and #7A8282 with #827A82 are triadic colors.