COLOR #82779C

HEX: #82779C
RGB: (130,119,156)

Color info

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

RGB color model

#82779C color RGB value is (130,119,156).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 156 of 255 = 61%

130
119
156

R + G + B ~ 53%. #82779C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 156 = 405 (100%)
R 130 of 405 ~ 32.1%
G 119 of 405 ~ 29.38%
B 156 of 405 ~ 38.52%

%32.1
%29.38
%38.52

CMYK color model

#82779C color CMYK value is (17,24,0,39).

  • cyan value is 16.67%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,24,0,39)
C17M24Y0K39 
(17%,24%,0%,39%)
(0.17/0.24/0.00/0.39)	

CMYK percentages

%16.67
%23.72
%0
%38.82

Codes

Color #82779C in popluar color models

82779C
RGB130119156
HSL258°15.74%53.92%
HSB/HSV258°23.72%61.18%
CMYK16.67%23.72%0.00%
38.82%

Color #82779C in popluar number systems.

HEX82779C
Decimal130119156
Binary10000010111011110011100
Octal202167234

Shades and tints

Shades of #82779C

#82779C
(130,119,156)
#776D8E
(119,109,142)
#6C6380
(108,99,128)
#615972
(97,89,114)
#564F64
(86,79,100)
#4B4556
(75,69,86)
#403B48
(64,59,72)
#35313A
(53,49,58)
#2A272C
(42,39,44)
#1F1D1E
(31,29,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #82779C

#82779C
(130,119,156)
#8D83A5
(141,131,165)
#988FAE
(152,143,174)
#A39BB7
(163,155,183)
#AEA7C0
(174,167,192)
#B9B3C9
(185,179,201)
#C4BFD2
(196,191,210)
#CFCBDB
(207,203,219)
#DAD7E4
(218,215,228)
#E5E3ED
(229,227,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82779C color. Also use rgb(130,119,156) instead hex code.

Text Font Color

.myTextColor { color: #82779C; }

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

This text font color is #82779C.


Background Color

.myBgColor { background-color: #82779C; }

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

This div background color is #82779C.


Border color

.myBorderColor { border: 1px solid #82779C; }

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

This div border color is #82779C.


Opacity

.myOpacity80 { color: #82779C; opacity: 0.8; }

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

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

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

This text has shadow with #82779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82779C on black background.


Color preview on white background

This text has color #82779C on white background.



Black color preview on #82779C background

This text has black color on #82779C background.


White color preview on #82779C background

This text has white color on #82779C background.