COLOR #827678

HEX: #827678
RGB: (130,118,120)

Color info

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

RGB color model

#827678 color RGB value is (130,118,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 120 of 255 = 47%

130
118
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 120 = 368 (100%)
R 130 of 368 ~ 35.33%
G 118 of 368 ~ 32.07%
B 120 of 368 ~ 32.61%

%35.33
%32.07
%32.61

CMYK color model

#827678 color CMYK value is (0,9,8,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,9,8,49)
C0M9Y8K49 
(0%,9%,8%,49%)
(0.00/0.09/0.08/0.49)	

CMYK percentages

%0
%9.23
%7.69
%49.02

Codes

Color #827678 in popluar color models

827678
RGB130118120
HSL350°4.84%48.63%
HSB/HSV350°9.23%50.98%
CMYK0.00%9.23%7.69%
49.02%

Color #827678 in popluar number systems.

HEX827678
Decimal130118120
Binary1000001011101101111000
Octal202166170

Shades and tints

Shades of #827678

#827678
(130,118,120)
#776C6E
(119,108,110)
#6C6264
(108,98,100)
#61585A
(97,88,90)
#564E50
(86,78,80)
#4B4446
(75,68,70)
#403A3C
(64,58,60)
#353032
(53,48,50)
#2A2628
(42,38,40)
#1F1C1E
(31,28,30)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #827678

#827678
(130,118,120)
#8D8284
(141,130,132)
#988E90
(152,142,144)
#A39A9C
(163,154,156)
#AEA6A8
(174,166,168)
#B9B2B4
(185,178,180)
#C4BEC0
(196,190,192)
#CFCACC
(207,202,204)
#DAD6D8
(218,214,216)
#E5E2E4
(229,226,228)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827678; }

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

This text font color is #827678.


Background Color

.myBgColor { background-color: #827678; }

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

This div background color is #827678.


Border color

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

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

This div border color is #827678.


Opacity

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

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

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

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

This text has shadow with #827678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827678 on black background.


Color preview on white background

This text has color #827678 on white background.



Black color preview on #827678 background

This text has black color on #827678 background.


White color preview on #827678 background

This text has white color on #827678 background.