COLOR #826F78

HEX: #826F78
RGB: (130,111,120)

Color info

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

RGB color model

#826F78 color RGB value is (130,111,120).

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

RGB channels and saturation

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

130
111
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 120 = 361 (100%)
R 130 of 361 ~ 36.01%
G 111 of 361 ~ 30.75%
B 120 of 361 ~ 33.24%

%36.01
%30.75
%33.24

CMYK color model

#826F78 color CMYK value is (0,15,8,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,15,8,49)
C0M15Y8K49 
(0%,15%,8%,49%)
(0.00/0.15/0.08/0.49)	

CMYK percentages

%0
%14.62
%7.69
%49.02

Codes

Color #826F78 in popluar color models

826F78
RGB130111120
HSL332°7.88%47.25%
HSB/HSV332°14.62%50.98%
CMYK0.00%14.62%7.69%
49.02%

Color #826F78 in popluar number systems.

HEX826F78
Decimal130111120
Binary1000001011011111111000
Octal202157170

Shades and tints

Shades of #826F78

#826F78
(130,111,120)
#77656E
(119,101,110)
#6C5B64
(108,91,100)
#61515A
(97,81,90)
#564750
(86,71,80)
#4B3D46
(75,61,70)
#40333C
(64,51,60)
#352932
(53,41,50)
#2A1F28
(42,31,40)
#1F151E
(31,21,30)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #826F78

#826F78
(130,111,120)
#8D7C84
(141,124,132)
#988990
(152,137,144)
#A3969C
(163,150,156)
#AEA3A8
(174,163,168)
#B9B0B4
(185,176,180)
#C4BDC0
(196,189,192)
#CFCACC
(207,202,204)
#DAD7D8
(218,215,216)
#E5E4E4
(229,228,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F78; }

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

This text font color is #826F78.


Background Color

.myBgColor { background-color: #826F78; }

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

This div background color is #826F78.


Border color

.myBorderColor { border: 1px solid #826F78; }

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

This div border color is #826F78.


Opacity

.myOpacity80 { color: #826F78; opacity: 0.8; }

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

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

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

This text has shadow with #826F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F78 on black background.


Color preview on white background

This text has color #826F78 on white background.



Black color preview on #826F78 background

This text has black color on #826F78 background.


White color preview on #826F78 background

This text has white color on #826F78 background.