COLOR #827C7E

HEX: #827C7E
RGB: (130,124,126)

Color info

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

RGB color model

#827C7E color RGB value is (130,124,126).

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

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 126 of 255 = 49%

130
124
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 126 = 380 (100%)
R 130 of 380 ~ 34.21%
G 124 of 380 ~ 32.63%
B 126 of 380 ~ 33.16%

%34.21
%32.63
%33.16

CMYK color model

#827C7E color CMYK value is (0,5,3,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,5,3,49)
C0M5Y3K49 
(0%,5%,3%,49%)
(0.00/0.05/0.03/0.49)	

CMYK percentages

%0
%4.62
%3.08
%49.02

Codes

Color #827C7E in popluar color models

827C7E
RGB130124126
HSL340°2.36%49.80%
HSB/HSV340°4.62%50.98%
CMYK0.00%4.62%3.08%
49.02%

Color #827C7E in popluar number systems.

HEX827C7E
Decimal130124126
Binary1000001011111001111110
Octal202174176

Shades and tints

Shades of #827C7E

#827C7E
(130,124,126)
#777173
(119,113,115)
#6C6668
(108,102,104)
#615B5D
(97,91,93)
#565052
(86,80,82)
#4B4547
(75,69,71)
#403A3C
(64,58,60)
#352F31
(53,47,49)
#2A2426
(42,36,38)
#1F191B
(31,25,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #827C7E

#827C7E
(130,124,126)
#8D8789
(141,135,137)
#989294
(152,146,148)
#A39D9F
(163,157,159)
#AEA8AA
(174,168,170)
#B9B3B5
(185,179,181)
#C4BEC0
(196,190,192)
#CFC9CB
(207,201,203)
#DAD4D6
(218,212,214)
#E5DFE1
(229,223,225)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C7E; }

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

This text font color is #827C7E.


Background Color

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

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

This div background color is #827C7E.


Border color

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

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

This div border color is #827C7E.


Opacity

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

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

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

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

This text has shadow with #827C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C7E on black background.


Color preview on white background

This text has color #827C7E on white background.



Black color preview on #827C7E background

This text has black color on #827C7E background.


White color preview on #827C7E background

This text has white color on #827C7E background.