COLOR #84767A

HEX: #84767A RGB: (132,118,122)

Color info

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

RGB color model

#84767A color RGB value is (132,118,122).

RGB: (132,118,122) (52%, 46%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 122 of 255 = 48%

132
118
122

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

Portions of RGB colors in percentages

R + G + B = 132 + 118 + 122 = 372 (100%)
R 132 of 372 ~ 35.48%
G 118 of 372 ~ 31.72%
B 122 of 372 ~ 32.8'%

%35.48
%31.72
%32.8

CMYK color model

#84767A color CMYK value is (0,11,8,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 7.58%
  • key color value is 48.24%

CMYK: (0,11,8,48)
C0M11Y8K48 (0%, 11%, 8%, 48%)
(0.00 / 0.11 / 0.08 / 0.48)

CMYK percentages

%0
%10.61
%7.58
%48.24

Codes

Color #84767A in popluar color models

84 76 7A
RGB 132 118 122
HSL 343° 5.60% 49.02%
HSB/HSV 343° 10.61% 51.76%
CMYK 0.00% 10.61% 7.58%
48.24%

Color #84767A in popluar number systems.

HEX 84 76 7A
Decimal 132 118 122
Binary 10000100 1110110 1111010
Octal 204 166 172

Shades and tints

Shades of #84767A

#84767A
(132,118,122)
#786C6F
(120,108,111)
#6C6264
(108,98,100)
#605859
(96,88,89)
#544E4E
(84,78,78)
#484443
(72,68,67)
#3C3A38
(60,58,56)
#30302D
(48,48,45)
#242622
(36,38,34)
#181C17
(24,28,23)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #84767A

#84767A
(132,118,122)
#8F8286
(143,130,134)
#9A8E92
(154,142,146)
#A59A9E
(165,154,158)
#B0A6AA
(176,166,170)
#BBB2B6
(187,178,182)
#C6BEC2
(198,190,194)
#D1CACE
(209,202,206)
#DCD6DA
(220,214,218)
#E7E2E6
(231,226,230)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84767A; }

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

This text font color is #84767A.

Background Color

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

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

This div background color is #84767A.

Border color

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

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

This div border color is #84767A.

Opacity

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

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

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

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

This text has shadow with #84767A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84767A.

Preview

Color preview on black background

This text has color #84767A on black background.


Color preview on white background

This text has color #84767A on white background.


Black color preview on #84767A background

This text has black color on #84767A background.


White color preview on #84767A background

This text has white color on #84767A background.


Related colors

Complementary color

Complementary color for #hex is #7B8985.


I love getcolorcode.com

Triadic colors

1 #7A8476 and #767A84 with #84767A are triadic colors.

2 #7A7684 and #76847A with #84767A are triadic colors.