COLOR #84788D

HEX: #84788D
RGB: (132,120,141)

Color info

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

RGB color model

#84788D color RGB value is (132,120,141).

  • red value is 132;
  • green value is 120;
  • blue value is 141.
RGB:
(132,120,141)
(52%,47%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 141 of 255 = 55%

132
120
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 141 = 393 (100%)
R 132 of 393 ~ 33.59%
G 120 of 393 ~ 30.53%
B 141 of 393 ~ 35.88%

%33.59
%30.53
%35.88

CMYK color model

#84788D color CMYK value is (6,15,0,45).

  • cyan value is 6.38%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,15,0,45)
C6M15Y0K45 
(6%,15%,0%,45%)
(0.06/0.15/0.00/0.45)	

CMYK percentages

%6.38
%14.89
%0
%44.71

Codes

Color #84788D in popluar color models

84788D
RGB132120141
HSL274°8.43%51.18%
HSB/HSV274°14.89%55.29%
CMYK6.38%14.89%0.00%
44.71%

Color #84788D in popluar number systems.

HEX84788D
Decimal132120141
Binary10000100111100010001101
Octal204170215

Shades and tints

Shades of #84788D

#84788D
(132,120,141)
#786E81
(120,110,129)
#6C6475
(108,100,117)
#605A69
(96,90,105)
#54505D
(84,80,93)
#484651
(72,70,81)
#3C3C45
(60,60,69)
#303239
(48,50,57)
#24282D
(36,40,45)
#181E21
(24,30,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #84788D

#84788D
(132,120,141)
#8F8497
(143,132,151)
#9A90A1
(154,144,161)
#A59CAB
(165,156,171)
#B0A8B5
(176,168,181)
#BBB4BF
(187,180,191)
#C6C0C9
(198,192,201)
#D1CCD3
(209,204,211)
#DCD8DD
(220,216,221)
#E7E4E7
(231,228,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84788D color. Also use rgb(132,120,141) instead hex code.

Text Font Color

.myTextColor { color: #84788D; }

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

This text font color is #84788D.


Background Color

.myBgColor { background-color: #84788D; }

<div style="background-color:#84788D">Inner text</div>

This div background color is #84788D.


Border color

.myBorderColor { border: 1px solid #84788D; }

<div style="border:3px solid #84788D">Div</div>

This div border color is #84788D.


Opacity

.myOpacity80 { color: #84788D; opacity: 0.8; }

<p style="color:#84788D;opacity:0.8;">80%</p>

Text with #84788D 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 #84788D;}

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

This text has shadow with #84788D color.

.textShadow {text-shadow: 3px 3px 1px #84788D, 3px 3px 1px red;}

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

This text has shadow with #84788D primary color and red secondary color.


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

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

This text has shadow with #84788D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84788D on black background.


Color preview on white background

This text has color #84788D on white background.



Black color preview on #84788D background

This text has black color on #84788D background.


White color preview on #84788D background

This text has white color on #84788D background.