COLOR #84768C

HEX: #84768C
RGB: (132,118,140)

Color info

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

RGB color model

#84768C color RGB value is (132,118,140).

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

RGB channels and saturation

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

132
118
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 140 = 390 (100%)
R 132 of 390 ~ 33.85%
G 118 of 390 ~ 30.26%
B 140 of 390 ~ 35.9%

%33.85
%30.26
%35.9

CMYK color model

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

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

CMYK percentages

%5.71
%15.71
%0
%45.1

Codes

Color #84768C in popluar color models

84768C
RGB132118140
HSL278°8.73%50.59%
HSB/HSV278°15.71%54.90%
CMYK5.71%15.71%0.00%
45.10%

Color #84768C in popluar number systems.

HEX84768C
Decimal132118140
Binary10000100111011010001100
Octal204166214

Shades and tints

Shades of #84768C

#84768C
(132,118,140)
#786C80
(120,108,128)
#6C6274
(108,98,116)
#605868
(96,88,104)
#544E5C
(84,78,92)
#484450
(72,68,80)
#3C3A44
(60,58,68)
#303038
(48,48,56)
#24262C
(36,38,44)
#181C20
(24,28,32)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #84768C

#84768C
(132,118,140)
#8F8296
(143,130,150)
#9A8EA0
(154,142,160)
#A59AAA
(165,154,170)
#B0A6B4
(176,166,180)
#BBB2BE
(187,178,190)
#C6BEC8
(198,190,200)
#D1CAD2
(209,202,210)
#DCD6DC
(220,214,220)
#E7E2E6
(231,226,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84768C; }

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

This text font color is #84768C.


Background Color

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

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

This div background color is #84768C.


Border color

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

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

This div border color is #84768C.


Opacity

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

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

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

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

This text has shadow with #84768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84768C on black background.


Color preview on white background

This text has color #84768C on white background.



Black color preview on #84768C background

This text has black color on #84768C background.


White color preview on #84768C background

This text has white color on #84768C background.