COLOR #827078

HEX: #827078
RGB: (130,112,120)

Color info

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

RGB color model

#827078 color RGB value is (130,112,120).

  • red value is 130;
  • green value is 112;
  • blue value is 120.
RGB:
(130,112,120)
(51%,44%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 120 of 255 = 47%

130
112
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 120 = 362 (100%)
R 130 of 362 ~ 35.91%
G 112 of 362 ~ 30.94%
B 120 of 362 ~ 33.15%

%35.91
%30.94
%33.15

CMYK color model

#827078 color CMYK value is (0,14,8,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,14,8,49)
C0M14Y8K49 
(0%,14%,8%,49%)
(0.00/0.14/0.08/0.49)	

CMYK percentages

%0
%13.85
%7.69
%49.02

Codes

Color #827078 in popluar color models

827078
RGB130112120
HSL333°7.44%47.45%
HSB/HSV333°13.85%50.98%
CMYK0.00%13.85%7.69%
49.02%

Color #827078 in popluar number systems.

HEX827078
Decimal130112120
Binary1000001011100001111000
Octal202160170

Shades and tints

Shades of #827078

#827078
(130,112,120)
#77666E
(119,102,110)
#6C5C64
(108,92,100)
#61525A
(97,82,90)
#564850
(86,72,80)
#4B3E46
(75,62,70)
#40343C
(64,52,60)
#352A32
(53,42,50)
#2A2028
(42,32,40)
#1F161E
(31,22,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #827078

#827078
(130,112,120)
#8D7D84
(141,125,132)
#988A90
(152,138,144)
#A3979C
(163,151,156)
#AEA4A8
(174,164,168)
#B9B1B4
(185,177,180)
#C4BEC0
(196,190,192)
#CFCBCC
(207,203,204)
#DAD8D8
(218,216,216)
#E5E5E4
(229,229,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827078 color. Also use rgb(130,112,120) instead hex code.

Text Font Color

.myTextColor { color: #827078; }

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

This text font color is #827078.


Background Color

.myBgColor { background-color: #827078; }

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

This div background color is #827078.


Border color

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

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

This div border color is #827078.


Opacity

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

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

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

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

This text has shadow with #827078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827078 on black background.


Color preview on white background

This text has color #827078 on white background.



Black color preview on #827078 background

This text has black color on #827078 background.


White color preview on #827078 background

This text has white color on #827078 background.