COLOR #84767C

HEX: #84767C
RGB: (132,118,124)

Color info

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

RGB color model

#84767C color RGB value is (132,118,124).

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

RGB channels and saturation

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

132
118
124

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 124 = 374 (100%)
R 132 of 374 ~ 35.29%
G 118 of 374 ~ 31.55%
B 124 of 374 ~ 33.16%

%35.29
%31.55
%33.16

CMYK color model

#84767C color CMYK value is (0,11,6,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK:
(0,11,6,48)
C0M11Y6K48 
(0%,11%,6%,48%)
(0.00/0.11/0.06/0.48)	

CMYK percentages

%0
%10.61
%6.06
%48.24

Codes

Color #84767C in popluar color models

84767C
RGB132118124
HSL334°5.60%49.02%
HSB/HSV334°10.61%51.76%
CMYK0.00%10.61%6.06%
48.24%

Color #84767C in popluar number systems.

HEX84767C
Decimal132118124
Binary1000010011101101111100
Octal204166174

Shades and tints

Shades of #84767C

#84767C
(132,118,124)
#786C71
(120,108,113)
#6C6266
(108,98,102)
#60585B
(96,88,91)
#544E50
(84,78,80)
#484445
(72,68,69)
#3C3A3A
(60,58,58)
#30302F
(48,48,47)
#242624
(36,38,36)
#181C19
(24,28,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #84767C

#84767C
(132,118,124)
#8F8287
(143,130,135)
#9A8E92
(154,142,146)
#A59A9D
(165,154,157)
#B0A6A8
(176,166,168)
#BBB2B3
(187,178,179)
#C6BEBE
(198,190,190)
#D1CAC9
(209,202,201)
#DCD6D4
(220,214,212)
#E7E2DF
(231,226,223)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84767C; }

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

This text font color is #84767C.


Background Color

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

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

This div background color is #84767C.


Border color

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

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

This div border color is #84767C.


Opacity

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

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

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

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

This text has shadow with #84767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84767C on black background.


Color preview on white background

This text has color #84767C on white background.



Black color preview on #84767C background

This text has black color on #84767C background.


White color preview on #84767C background

This text has white color on #84767C background.