COLOR #827A7E

HEX: #827A7E
RGB: (130,122,126)

Color info

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

RGB color model

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

  • red value is 130;
  • green value is 122;
  • blue value is 126.
RGB:
(130,122,126)
(51%,48%,49%)

RGB channels and saturation

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

130
122
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 126 = 378 (100%)
R 130 of 378 ~ 34.39%
G 122 of 378 ~ 32.28%
B 126 of 378 ~ 33.33%

%34.39
%32.28
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,6,3,49)
C0M6Y3K49 
(0%,6%,3%,49%)
(0.00/0.06/0.03/0.49)	

CMYK percentages

%0
%6.15
%3.08
%49.02

Codes

Color #827A7E in popluar color models

827A7E
RGB130122126
HSL330°3.17%49.41%
HSB/HSV330°6.15%50.98%
CMYK0.00%6.15%3.08%
49.02%

Color #827A7E in popluar number systems.

HEX827A7E
Decimal130122126
Binary1000001011110101111110
Octal202172176

Shades and tints

Shades of #827A7E

#827A7E
(130,122,126)
#776F73
(119,111,115)
#6C6468
(108,100,104)
#61595D
(97,89,93)
#564E52
(86,78,82)
#4B4347
(75,67,71)
#40383C
(64,56,60)
#352D31
(53,45,49)
#2A2226
(42,34,38)
#1F171B
(31,23,27)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #827A7E

#827A7E
(130,122,126)
#8D8689
(141,134,137)
#989294
(152,146,148)
#A39E9F
(163,158,159)
#AEAAAA
(174,170,170)
#B9B6B5
(185,182,181)
#C4C2C0
(196,194,192)
#CFCECB
(207,206,203)
#DADAD6
(218,218,214)
#E5E6E1
(229,230,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A7E; }

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

This text font color is #827A7E.


Background Color

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

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

This div background color is #827A7E.


Border color

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

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

This div border color is #827A7E.


Opacity

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

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

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

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

This text has shadow with #827A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A7E on black background.


Color preview on white background

This text has color #827A7E on white background.



Black color preview on #827A7E background

This text has black color on #827A7E background.


White color preview on #827A7E background

This text has white color on #827A7E background.