COLOR #84777B

HEX: #84777B
RGB: (132,119,123)

Color info

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

RGB color model

#84777B color RGB value is (132,119,123).

  • red value is 132;
  • green value is 119;
  • blue value is 123.
RGB: (132,119,123) (52%,47%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 123 of 255 = 48%

132
119
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 123 = 374 (100%)
R 132 of 374 ~ 35.29%
G 119 of 374 ~ 31.82%
B 123 of 374 ~ 32.89%

%35.29
%31.82
%32.89

CMYK color model

#84777B color CMYK value is (0,10,7,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK: (0,10,7,48) C0M10Y7K48 (0%,10%,7%,48%) (0.00/0.10/0.07/0.48)

CMYK percentages

%0
%9.85
%6.82
%48.24

Codes

Color #84777B in popluar color models

84777B
RGB132119123
HSL342°5.18%49.22%
HSB/HSV342°9.85%51.76%
CMYK0.00%9.85%6.82%
48.24%

Color #84777B in popluar number systems.

HEX84777B
Decimal132119123
Binary1000010011101111111011
Octal204167173

Shades and tints

Shades of #84777B

#84777B
(132,119,123)
#786D70
(120,109,112)
#6C6365
(108,99,101)
#60595A
(96,89,90)
#544F4F
(84,79,79)
#484544
(72,69,68)
#3C3B39
(60,59,57)
#30312E
(48,49,46)
#242723
(36,39,35)
#181D18
(24,29,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84777B

#84777B
(132,119,123)
#8F8387
(143,131,135)
#9A8F93
(154,143,147)
#A59B9F
(165,155,159)
#B0A7AB
(176,167,171)
#BBB3B7
(187,179,183)
#C6BFC3
(198,191,195)
#D1CBCF
(209,203,207)
#DCD7DB
(220,215,219)
#E7E3E7
(231,227,231)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84777B color. Also use rgb(132,119,123) instead hex code.

Text Font Color

.myTextColor { color: #84777B; }

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

This text font color is #84777B.


Background Color

.myBgColor { background-color: #84777B; }

<div style="background-color:#84777B">Inner text</div>

This div background color is #84777B.


Border color

.myBorderColor { border: 1px solid #84777B; }

<div style="border:3px solid #84777B">Div</div>

This div border color is #84777B.


Opacity

.myOpacity80 { color: #84777B; opacity: 0.8; }

<p style="color:#84777B;opacity:0.8;">80%</p>

Text with #84777B 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 #84777B;}

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

This text has shadow with #84777B color.

.textShadow {text-shadow: 3px 3px 1px #84777B, 3px 3px 1px red;}

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

This text has shadow with #84777B primary color and red secondary color.


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

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

This text has shadow with #84777B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #84777B; -webkit-box-shadow:	1px 1px 3px 2px #84777B; box-shadow:	1px 1px 3px 2px #84777B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84777B; -webkit-box-shadow: 1px 1px 3px 2px #84777B; box-shadow:1px 1px 3px 2px #84777B;">
Div content here</div>
This div box has shadow with color #84777B.

Preview

Color preview on black background

This text has color #84777B on black background.


Color preview on white background

This text has color #84777B on white background.



Black color preview on #84777B background

This text has black color on #84777B background.


White color preview on #84777B background

This text has white color on #84777B background.