COLOR #84758C

HEX: #84758C
RGB: (132,117,140)

Color info

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

RGB color model

#84758C color RGB value is (132,117,140).

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

RGB channels and saturation

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

132
117
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 140 = 389 (100%)
R 132 of 389 ~ 33.93%
G 117 of 389 ~ 30.08%
B 140 of 389 ~ 35.99%

%33.93
%30.08
%35.99

CMYK color model

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

  • cyan value is 5.71%
  • magenta value is 16.43%
  • 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
%16.43
%0
%45.1

Codes

Color #84758C in popluar color models

84758C
RGB132117140
HSL279°9.09%50.39%
HSB/HSV279°16.43%54.90%
CMYK5.71%16.43%0.00%
45.10%

Color #84758C in popluar number systems.

HEX84758C
Decimal132117140
Binary10000100111010110001100
Octal204165214

Shades and tints

Shades of #84758C

#84758C
(132,117,140)
#786B80
(120,107,128)
#6C6174
(108,97,116)
#605768
(96,87,104)
#544D5C
(84,77,92)
#484350
(72,67,80)
#3C3944
(60,57,68)
#302F38
(48,47,56)
#24252C
(36,37,44)
#181B20
(24,27,32)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #84758C

#84758C
(132,117,140)
#8F8196
(143,129,150)
#9A8DA0
(154,141,160)
#A599AA
(165,153,170)
#B0A5B4
(176,165,180)
#BBB1BE
(187,177,190)
#C6BDC8
(198,189,200)
#D1C9D2
(209,201,210)
#DCD5DC
(220,213,220)
#E7E1E6
(231,225,230)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84758C; }

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

This text font color is #84758C.


Background Color

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

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

This div background color is #84758C.


Border color

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

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

This div border color is #84758C.


Opacity

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

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

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

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

This text has shadow with #84758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84758C on black background.


Color preview on white background

This text has color #84758C on white background.



Black color preview on #84758C background

This text has black color on #84758C background.


White color preview on #84758C background

This text has white color on #84758C background.