COLOR #84778B

HEX: #84778B RGB: (132,119,139)

Color info

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

RGB color model

#84778B color RGB value is (132,119,139).

RGB: (132,119,139) (52%, 47%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 139 of 255 = 55%

132
119
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 119 + 139 = 390 (100%)
R 132 of 390 ~ 33.85%
G 119 of 390 ~ 30.51%
B 139 of 390 ~ 35.64'%

%33.85
%30.51
%35.64

CMYK color model

#84778B color CMYK value is (5,14,0,45).

  • cyan value is 5.04%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,14,0,45)
C5M14Y0K45 (5%, 14%, 0%, 45%)
(0.05 / 0.14 / 0.00 / 0.45)

CMYK percentages

%5.04
%14.39
%0
%45.49

Codes

Color #84778B in popluar color models

84 77 8B
RGB 132 119 139
HSL 279° 7.94% 50.59%
HSB/HSV 279° 14.39% 54.51%
CMYK 5.04% 14.39% 0.00%
45.49%

Color #84778B in popluar number systems.

HEX 84 77 8B
Decimal 132 119 139
Binary 10000100 1110111 10001011
Octal 204 167 213

Shades and tints

Shades of #84778B

#84778B
(132,119,139)
#786D7F
(120,109,127)
#6C6373
(108,99,115)
#605967
(96,89,103)
#544F5B
(84,79,91)
#48454F
(72,69,79)
#3C3B43
(60,59,67)
#303137
(48,49,55)
#24272B
(36,39,43)
#181D1F
(24,29,31)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #84778B

#84778B
(132,119,139)
#8F8395
(143,131,149)
#9A8F9F
(154,143,159)
#A59BA9
(165,155,169)
#B0A7B3
(176,167,179)
#BBB3BD
(187,179,189)
#C6BFC7
(198,191,199)
#D1CBD1
(209,203,209)
#DCD7DB
(220,215,219)
#E7E3E5
(231,227,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84778B; }

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

This text font color is #84778B.

Background Color

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

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

This div background color is #84778B.

Border color

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

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

This div border color is #84778B.

Opacity

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

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

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

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

This text has shadow with #84778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84778B.

Preview

Color preview on black background

This text has color #84778B on black background.


Color preview on white background

This text has color #84778B on white background.


Black color preview on #84778B background

This text has black color on #84778B background.


White color preview on #84778B background

This text has white color on #84778B background.


Related colors

Complementary color

Complementary color for #hex is #7B8874.


I love getcolorcode.com

Triadic colors

1 #8B8477 and #778B84 with #84778B are triadic colors.

2 #8B7784 and #77848B with #84778B are triadic colors.