COLOR #84799C

HEX: #84799C RGB: (132,121,156)

Color info

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

RGB color model

#84799C color RGB value is (132,121,156).

RGB: (132,121,156) (52%, 47%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 156 of 255 = 61%

132
121
156

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

Portions of RGB colors in percentages

R + G + B = 132 + 121 + 156 = 409 (100%)
R 132 of 409 ~ 32.27%
G 121 of 409 ~ 29.58%
B 156 of 409 ~ 38.14'%

%32.27
%29.58
%38.14

CMYK color model

#84799C color CMYK value is (15,22,0,39).

  • cyan value is 15.38%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (15,22,0,39)
C15M22Y0K39 (15%, 22%, 0%, 39%)
(0.15 / 0.22 / 0.00 / 0.39)

CMYK percentages

%15.38
%22.44
%0
%38.82

Codes

Color #84799C in popluar color models

84 79 9C
RGB 132 121 156
HSL 259° 15.02% 54.31%
HSB/HSV 259° 22.44% 61.18%
CMYK 15.38% 22.44% 0.00%
38.82%

Color #84799C in popluar number systems.

HEX 84 79 9C
Decimal 132 121 156
Binary 10000100 1111001 10011100
Octal 204 171 234

Shades and tints

Shades of #84799C

#84799C
(132,121,156)
#786E8E
(120,110,142)
#6C6380
(108,99,128)
#605872
(96,88,114)
#544D64
(84,77,100)
#484256
(72,66,86)
#3C3748
(60,55,72)
#302C3A
(48,44,58)
#24212C
(36,33,44)
#18161E
(24,22,30)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #84799C

#84799C
(132,121,156)
#8F85A5
(143,133,165)
#9A91AE
(154,145,174)
#A59DB7
(165,157,183)
#B0A9C0
(176,169,192)
#BBB5C9
(187,181,201)
#C6C1D2
(198,193,210)
#D1CDDB
(209,205,219)
#DCD9E4
(220,217,228)
#E7E5ED
(231,229,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84799C color. Also use rgb(132,121,156) instead hex code.

Text Font Color

.myTextColor { color: #84799C; }

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

This text font color is #84799C.

Background Color

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

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

This div background color is #84799C.

Border color

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

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

This div border color is #84799C.

Opacity

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

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

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

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

This text has shadow with #84799C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84799C.

Preview

Color preview on black background

This text has color #84799C on black background.


Color preview on white background

This text has color #84799C on white background.


Black color preview on #84799C background

This text has black color on #84799C background.


White color preview on #84799C background

This text has white color on #84799C background.


Related colors

Complementary color

Complementary color for #hex is #7B8663.


I love getcolorcode.com

Triadic colors

1 #9C8479 and #799C84 with #84799C are triadic colors.

2 #9C7984 and #79849C with #84799C are triadic colors.