COLOR #82778E

HEX: #82778E
RGB: (130,119,142)

Color info

#82778E contains red, green and blue colors in about the same proportion. Web safe color of #82778E is #996699 (or #969).

RGB color model

#82778E color RGB value is (130,119,142).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 142 of 255 = 56%

130
119
142

R + G + B ~ 51%. #82778E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 142 = 391 (100%)
R 130 of 391 ~ 33.25%
G 119 of 391 ~ 30.43%
B 142 of 391 ~ 36.32%

%33.25
%30.43
%36.32

CMYK color model

#82778E color CMYK value is (8,16,0,44).

  • cyan value is 8.45%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,16,0,44)
C8M16Y0K44 
(8%,16%,0%,44%)
(0.08/0.16/0.00/0.44)	

CMYK percentages

%8.45
%16.2
%0
%44.31

Codes

Color #82778E in popluar color models

82778E
RGB130119142
HSL269°9.24%51.18%
HSB/HSV269°16.20%55.69%
CMYK8.45%16.20%0.00%
44.31%

Color #82778E in popluar number systems.

HEX82778E
Decimal130119142
Binary10000010111011110001110
Octal202167216

Shades and tints

Shades of #82778E

#82778E
(130,119,142)
#776D82
(119,109,130)
#6C6376
(108,99,118)
#61596A
(97,89,106)
#564F5E
(86,79,94)
#4B4552
(75,69,82)
#403B46
(64,59,70)
#35313A
(53,49,58)
#2A272E
(42,39,46)
#1F1D22
(31,29,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #82778E

#82778E
(130,119,142)
#8D8398
(141,131,152)
#988FA2
(152,143,162)
#A39BAC
(163,155,172)
#AEA7B6
(174,167,182)
#B9B3C0
(185,179,192)
#C4BFCA
(196,191,202)
#CFCBD4
(207,203,212)
#DAD7DE
(218,215,222)
#E5E3E8
(229,227,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82778E; }

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

This text font color is #82778E.


Background Color

.myBgColor { background-color: #82778E; }

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

This div background color is #82778E.


Border color

.myBorderColor { border: 1px solid #82778E; }

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

This div border color is #82778E.


Opacity

.myOpacity80 { color: #82778E; opacity: 0.8; }

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

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

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

This text has shadow with #82778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82778E on black background.


Color preview on white background

This text has color #82778E on white background.



Black color preview on #82778E background

This text has black color on #82778E background.


White color preview on #82778E background

This text has white color on #82778E background.