COLOR #82778F

HEX: #82778F RGB: (130,119,143)

Color info

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

RGB color model

#82778F color RGB value is (130,119,143).

RGB: (130,119,143) (51%, 47%, 56%)

RGB channels and saturation

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

130
119
143

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

Portions of RGB colors in percentages

R + G + B = 130 + 119 + 143 = 392 (100%)
R 130 of 392 ~ 33.16%
G 119 of 392 ~ 30.36%
B 143 of 392 ~ 36.48'%

%33.16
%30.36
%36.48

CMYK color model

#82778F color CMYK value is (9,17,0,44).

  • cyan value is 9.09%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (9,17,0,44)
C9M17Y0K44 (9%, 17%, 0%, 44%)
(0.09 / 0.17 / 0.00 / 0.44)

CMYK percentages

%9.09
%16.78
%0
%43.92

Codes

Color #82778F in popluar color models

82 77 8F
RGB 130 119 143
HSL 268° 9.68% 51.37%
HSB/HSV 268° 16.78% 56.08%
CMYK 9.09% 16.78% 0.00%
43.92%

Color #82778F in popluar number systems.

HEX 82 77 8F
Decimal 130 119 143
Binary 10000010 1110111 10001111
Octal 202 167 217

Shades and tints

Shades of #82778F

#82778F
(130,119,143)
#776D82
(119,109,130)
#6C6375
(108,99,117)
#615968
(97,89,104)
#564F5B
(86,79,91)
#4B454E
(75,69,78)
#403B41
(64,59,65)
#353134
(53,49,52)
#2A2727
(42,39,39)
#1F1D1A
(31,29,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #82778F

#82778F
(130,119,143)
#8D8399
(141,131,153)
#988FA3
(152,143,163)
#A39BAD
(163,155,173)
#AEA7B7
(174,167,183)
#B9B3C1
(185,179,193)
#C4BFCB
(196,191,203)
#CFCBD5
(207,203,213)
#DAD7DF
(218,215,223)
#E5E3E9
(229,227,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82778F; }

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

This text font color is #82778F.

Background Color

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

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

This div background color is #82778F.

Border color

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

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

This div border color is #82778F.

Opacity

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

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

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

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

This text has shadow with #82778F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82778F.

Preview

Color preview on black background

This text has color #82778F on black background.


Color preview on white background

This text has color #82778F on white background.


Black color preview on #82778F background

This text has black color on #82778F background.


White color preview on #82778F background

This text has white color on #82778F background.


Related colors

Complementary color

Complementary color for #hex is #7D8870.


I love getcolorcode.com

Triadic colors

1 #8F8277 and #778F82 with #82778F are triadic colors.

2 #8F7782 and #77828F with #82778F are triadic colors.