COLOR #827780

HEX: #827780
RGB: (130,119,128)

Color info

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

RGB color model

#827780 color RGB value is (130,119,128).

  • red value is 130;
  • green value is 119;
  • blue value is 128.
RGB:
(130,119,128)
(51%,47%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 128 of 255 = 50%

130
119
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 128 = 377 (100%)
R 130 of 377 ~ 34.48%
G 119 of 377 ~ 31.56%
B 128 of 377 ~ 33.95%

%34.48
%31.56
%33.95

CMYK color model

#827780 color CMYK value is (0,8,2,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,8,2,49)
C0M8Y2K49 
(0%,8%,2%,49%)
(0.00/0.08/0.02/0.49)	

CMYK percentages

%0
%8.46
%1.54
%49.02

Codes

Color #827780 in popluar color models

827780
RGB130119128
HSL311°4.42%48.82%
HSB/HSV311°8.46%50.98%
CMYK0.00%8.46%1.54%
49.02%

Color #827780 in popluar number systems.

HEX827780
Decimal130119128
Binary10000010111011110000000
Octal202167200

Shades and tints

Shades of #827780

#827780
(130,119,128)
#776D75
(119,109,117)
#6C636A
(108,99,106)
#61595F
(97,89,95)
#564F54
(86,79,84)
#4B4549
(75,69,73)
#403B3E
(64,59,62)
#353133
(53,49,51)
#2A2728
(42,39,40)
#1F1D1D
(31,29,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #827780

#827780
(130,119,128)
#8D838B
(141,131,139)
#988F96
(152,143,150)
#A39BA1
(163,155,161)
#AEA7AC
(174,167,172)
#B9B3B7
(185,179,183)
#C4BFC2
(196,191,194)
#CFCBCD
(207,203,205)
#DAD7D8
(218,215,216)
#E5E3E3
(229,227,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827780 color. Also use rgb(130,119,128) instead hex code.

Text Font Color

.myTextColor { color: #827780; }

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

This text font color is #827780.


Background Color

.myBgColor { background-color: #827780; }

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

This div background color is #827780.


Border color

.myBorderColor { border: 1px solid #827780; }

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

This div border color is #827780.


Opacity

.myOpacity80 { color: #827780; opacity: 0.8; }

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

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

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

This text has shadow with #827780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827780 on black background.


Color preview on white background

This text has color #827780 on white background.



Black color preview on #827780 background

This text has black color on #827780 background.


White color preview on #827780 background

This text has white color on #827780 background.