COLOR #84767D

HEX: #84767D
RGB: (132,118,125)

Color info

#84767D contains red, green and blue colors in about the same proportion. Web safe color of #84767D is #996666 (or #966).

RGB color model

#84767D color RGB value is (132,118,125).

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

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 125 of 255 = 49%

132
118
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 125 = 375 (100%)
R 132 of 375 ~ 35.2%
G 118 of 375 ~ 31.47%
B 125 of 375 ~ 33.33%

%35.2
%31.47
%33.33

CMYK color model

#84767D color CMYK value is (0,11,5,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK:
(0,11,5,48)
C0M11Y5K48 
(0%,11%,5%,48%)
(0.00/0.11/0.05/0.48)	

CMYK percentages

%0
%10.61
%5.3
%48.24

Codes

Color #84767D in popluar color models

84767D
RGB132118125
HSL330°5.60%49.02%
HSB/HSV330°10.61%51.76%
CMYK0.00%10.61%5.30%
48.24%

Color #84767D in popluar number systems.

HEX84767D
Decimal132118125
Binary1000010011101101111101
Octal204166175

Shades and tints

Shades of #84767D

#84767D
(132,118,125)
#786C72
(120,108,114)
#6C6267
(108,98,103)
#60585C
(96,88,92)
#544E51
(84,78,81)
#484446
(72,68,70)
#3C3A3B
(60,58,59)
#303030
(48,48,48)
#242625
(36,38,37)
#181C1A
(24,28,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #84767D

#84767D
(132,118,125)
#8F8288
(143,130,136)
#9A8E93
(154,142,147)
#A59A9E
(165,154,158)
#B0A6A9
(176,166,169)
#BBB2B4
(187,178,180)
#C6BEBF
(198,190,191)
#D1CACA
(209,202,202)
#DCD6D5
(220,214,213)
#E7E2E0
(231,226,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84767D; }

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

This text font color is #84767D.


Background Color

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

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

This div background color is #84767D.


Border color

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

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

This div border color is #84767D.


Opacity

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

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

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

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

This text has shadow with #84767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84767D on black background.


Color preview on white background

This text has color #84767D on white background.



Black color preview on #84767D background

This text has black color on #84767D background.


White color preview on #84767D background

This text has white color on #84767D background.