COLOR #84779B

HEX: #84779B RGB: (132,119,155)

Color info

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

RGB color model

#84779B color RGB value is (132,119,155).

RGB: (132,119,155) (52%, 47%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 155 of 255 = 61%

132
119
155

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

Portions of RGB colors in percentages

R + G + B = 132 + 119 + 155 = 406 (100%)
R 132 of 406 ~ 32.51%
G 119 of 406 ~ 29.31%
B 155 of 406 ~ 38.18'%

%32.51
%29.31
%38.18

CMYK color model

#84779B color CMYK value is (15,23,0,39).

  • cyan value is 14.84%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (15,23,0,39)
C15M23Y0K39 (15%, 23%, 0%, 39%)
(0.15 / 0.23 / 0.00 / 0.39)

CMYK percentages

%14.84
%23.23
%0
%39.22

Codes

Color #84779B in popluar color models

84 77 9B
RGB 132 119 155
HSL 262° 15.25% 53.73%
HSB/HSV 262° 23.23% 60.78%
CMYK 14.84% 23.23% 0.00%
39.22%

Color #84779B in popluar number systems.

HEX 84 77 9B
Decimal 132 119 155
Binary 10000100 1110111 10011011
Octal 204 167 233

Shades and tints

Shades of #84779B

#84779B
(132,119,155)
#786D8D
(120,109,141)
#6C637F
(108,99,127)
#605971
(96,89,113)
#544F63
(84,79,99)
#484555
(72,69,85)
#3C3B47
(60,59,71)
#303139
(48,49,57)
#24272B
(36,39,43)
#181D1D
(24,29,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #84779B

#84779B
(132,119,155)
#8F83A4
(143,131,164)
#9A8FAD
(154,143,173)
#A59BB6
(165,155,182)
#B0A7BF
(176,167,191)
#BBB3C8
(187,179,200)
#C6BFD1
(198,191,209)
#D1CBDA
(209,203,218)
#DCD7E3
(220,215,227)
#E7E3EC
(231,227,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84779B color. Also use rgb(132,119,155) instead hex code.

Text Font Color

.myTextColor { color: #84779B; }

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

This text font color is #84779B.

Background Color

.myBgColor { background-color: #84779B; }

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

This div background color is #84779B.

Border color

.myBorderColor { border: 1px solid #84779B; }

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

This div border color is #84779B.

Opacity

.myOpacity80 { color: #84779B; opacity: 0.8; }

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

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

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

This text has shadow with #84779B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84779B.

Preview

Color preview on black background

This text has color #84779B on black background.


Color preview on white background

This text has color #84779B on white background.


Black color preview on #84779B background

This text has black color on #84779B background.


White color preview on #84779B background

This text has white color on #84779B background.


Related colors

Complementary color

Complementary color for #hex is #7B8864.


I love getcolorcode.com

Triadic colors

1 #9B8477 and #779B84 with #84779B are triadic colors.

2 #9B7784 and #77849B with #84779B are triadic colors.