COLOR #84777F

HEX: #84777F RGB: (132,119,127)

Color info

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

RGB color model

#84777F color RGB value is (132,119,127).

RGB: (132,119,127) (52%, 47%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 127 of 255 = 50%

132
119
127

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

Portions of RGB colors in percentages

R + G + B = 132 + 119 + 127 = 378 (100%)
R 132 of 378 ~ 34.92%
G 119 of 378 ~ 31.48%
B 127 of 378 ~ 33.6'%

%34.92
%31.48
%33.6

CMYK color model

#84777F color CMYK value is (0,10,4,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 3.79%
  • key color value is 48.24%

CMYK: (0,10,4,48)
C0M10Y4K48 (0%, 10%, 4%, 48%)
(0.00 / 0.10 / 0.04 / 0.48)

CMYK percentages

%0
%9.85
%3.79
%48.24

Codes

Color #84777F in popluar color models

84 77 7F
RGB 132 119 127
HSL 323° 5.18% 49.22%
HSB/HSV 323° 9.85% 51.76%
CMYK 0.00% 9.85% 3.79%
48.24%

Color #84777F in popluar number systems.

HEX 84 77 7F
Decimal 132 119 127
Binary 10000100 1110111 1111111
Octal 204 167 177

Shades and tints

Shades of #84777F

#84777F
(132,119,127)
#786D74
(120,109,116)
#6C6369
(108,99,105)
#60595E
(96,89,94)
#544F53
(84,79,83)
#484548
(72,69,72)
#3C3B3D
(60,59,61)
#303132
(48,49,50)
#242727
(36,39,39)
#181D1C
(24,29,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #84777F

#84777F
(132,119,127)
#8F838A
(143,131,138)
#9A8F95
(154,143,149)
#A59BA0
(165,155,160)
#B0A7AB
(176,167,171)
#BBB3B6
(187,179,182)
#C6BFC1
(198,191,193)
#D1CBCC
(209,203,204)
#DCD7D7
(220,215,215)
#E7E3E2
(231,227,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84777F; }

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

This text font color is #84777F.

Background Color

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

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

This div background color is #84777F.

Border color

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

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

This div border color is #84777F.

Opacity

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

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

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

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

This text has shadow with #84777F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84777F.

Preview

Color preview on black background

This text has color #84777F on black background.


Color preview on white background

This text has color #84777F on white background.


Black color preview on #84777F background

This text has black color on #84777F background.


White color preview on #84777F background

This text has white color on #84777F background.


Related colors

Complementary color

Complementary color for #hex is #7B8880.


I love getcolorcode.com

Triadic colors

1 #7F8477 and #777F84 with #84777F are triadic colors.

2 #7F7784 and #77847F with #84777F are triadic colors.