COLOR #84788C

HEX: #84788C
RGB: (132,120,140)

Color info

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

RGB color model

#84788C color RGB value is (132,120,140).

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

RGB channels and saturation

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

132
120
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 140 = 392 (100%)
R 132 of 392 ~ 33.67%
G 120 of 392 ~ 30.61%
B 140 of 392 ~ 35.71%

%33.67
%30.61
%35.71

CMYK color model

#84788C color CMYK value is (6,14,0,45).

  • cyan value is 5.71%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,14,0,45)
C6M14Y0K45 
(6%,14%,0%,45%)
(0.06/0.14/0.00/0.45)	

CMYK percentages

%5.71
%14.29
%0
%45.1

Codes

Color #84788C in popluar color models

84788C
RGB132120140
HSL276°8.00%50.98%
HSB/HSV276°14.29%54.90%
CMYK5.71%14.29%0.00%
45.10%

Color #84788C in popluar number systems.

HEX84788C
Decimal132120140
Binary10000100111100010001100
Octal204170214

Shades and tints

Shades of #84788C

#84788C
(132,120,140)
#786E80
(120,110,128)
#6C6474
(108,100,116)
#605A68
(96,90,104)
#54505C
(84,80,92)
#484650
(72,70,80)
#3C3C44
(60,60,68)
#303238
(48,50,56)
#24282C
(36,40,44)
#181E20
(24,30,32)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #84788C

#84788C
(132,120,140)
#8F8496
(143,132,150)
#9A90A0
(154,144,160)
#A59CAA
(165,156,170)
#B0A8B4
(176,168,180)
#BBB4BE
(187,180,190)
#C6C0C8
(198,192,200)
#D1CCD2
(209,204,210)
#DCD8DC
(220,216,220)
#E7E4E6
(231,228,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84788C; }

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

This text font color is #84788C.


Background Color

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

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

This div background color is #84788C.


Border color

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

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

This div border color is #84788C.


Opacity

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

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

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

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

This text has shadow with #84788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84788C on black background.


Color preview on white background

This text has color #84788C on white background.



Black color preview on #84788C background

This text has black color on #84788C background.


White color preview on #84788C background

This text has white color on #84788C background.