COLOR #84768D

HEX: #84768D
RGB: (132,118,141)

Color info

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

RGB color model

#84768D color RGB value is (132,118,141).

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

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 141 of 255 = 55%

132
118
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 141 = 391 (100%)
R 132 of 391 ~ 33.76%
G 118 of 391 ~ 30.18%
B 141 of 391 ~ 36.06%

%33.76
%30.18
%36.06

CMYK color model

#84768D color CMYK value is (6,16,0,45).

  • cyan value is 6.38%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,16,0,45)
C6M16Y0K45 
(6%,16%,0%,45%)
(0.06/0.16/0.00/0.45)	

CMYK percentages

%6.38
%16.31
%0
%44.71

Codes

Color #84768D in popluar color models

84768D
RGB132118141
HSL277°9.16%50.78%
HSB/HSV277°16.31%55.29%
CMYK6.38%16.31%0.00%
44.71%

Color #84768D in popluar number systems.

HEX84768D
Decimal132118141
Binary10000100111011010001101
Octal204166215

Shades and tints

Shades of #84768D

#84768D
(132,118,141)
#786C81
(120,108,129)
#6C6275
(108,98,117)
#605869
(96,88,105)
#544E5D
(84,78,93)
#484451
(72,68,81)
#3C3A45
(60,58,69)
#303039
(48,48,57)
#24262D
(36,38,45)
#181C21
(24,28,33)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #84768D

#84768D
(132,118,141)
#8F8297
(143,130,151)
#9A8EA1
(154,142,161)
#A59AAB
(165,154,171)
#B0A6B5
(176,166,181)
#BBB2BF
(187,178,191)
#C6BEC9
(198,190,201)
#D1CAD3
(209,202,211)
#DCD6DD
(220,214,221)
#E7E2E7
(231,226,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84768D; }

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

This text font color is #84768D.


Background Color

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

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

This div background color is #84768D.


Border color

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

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

This div border color is #84768D.


Opacity

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

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

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

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

This text has shadow with #84768D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84768D on black background.


Color preview on white background

This text has color #84768D on white background.



Black color preview on #84768D background

This text has black color on #84768D background.


White color preview on #84768D background

This text has white color on #84768D background.