COLOR #84776E

HEX: #84776E RGB: (132,119,110)

Color info

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

RGB color model

#84776E color RGB value is (132,119,110).

RGB: (132,119,110) (52%, 47%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 110 of 255 = 43%

132
119
110

R + G + B ~ 47%. #84776E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 119 + 110 = 361 (100%)
R 132 of 361 ~ 36.57%
G 119 of 361 ~ 32.96%
B 110 of 361 ~ 30.47'%

%36.57
%32.96
%30.47

CMYK color model

#84776E color CMYK value is (0,10,17,48).

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

CMYK: (0,10,17,48)
C0M10Y17K48 (0%, 10%, 17%, 48%)
(0.00 / 0.10 / 0.17 / 0.48)

CMYK percentages

%0
%9.85
%16.67
%48.24

Codes

Color #84776E in popluar color models

84 77 6E
RGB 132 119 110
HSL 25° 9.09% 47.45%
HSB/HSV 25° 16.67% 51.76%
CMYK 0.00% 9.85% 16.67%
48.24%

Color #84776E in popluar number systems.

HEX 84 77 6E
Decimal 132 119 110
Binary 10000100 1110111 1101110
Octal 204 167 156

Shades and tints

Shades of #84776E

#84776E
(132,119,110)
#786D64
(120,109,100)
#6C635A
(108,99,90)
#605950
(96,89,80)
#544F46
(84,79,70)
#48453C
(72,69,60)
#3C3B32
(60,59,50)
#303128
(48,49,40)
#24271E
(36,39,30)
#181D14
(24,29,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #84776E

#84776E
(132,119,110)
#8F837B
(143,131,123)
#9A8F88
(154,143,136)
#A59B95
(165,155,149)
#B0A7A2
(176,167,162)
#BBB3AF
(187,179,175)
#C6BFBC
(198,191,188)
#D1CBC9
(209,203,201)
#DCD7D6
(220,215,214)
#E7E3E3
(231,227,227)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84776E color. Also use rgb(132,119,110) instead hex code.

Text Font Color

.myTextColor { color: #84776E; }

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

This text font color is #84776E.

Background Color

.myBgColor { background-color: #84776E; }

<div style="background-color:#84776E">Inner text</div>

This div background color is #84776E.

Border color

.myBorderColor { border: 1px solid #84776E; }

<div style="border:3px solid #84776E">Div</div>

This div border color is #84776E.

Opacity

.myOpacity80 { color: #84776E; opacity: 0.8; }

<p style="color:#84776E;opacity:0.8;">80%</p>

Text with #84776E 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 #84776E;}

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

This text has shadow with #84776E color.


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

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

This text has shadow with #84776E primary color and red secondary color.


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

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

This text has shadow with #84776E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84776E.

Preview

Color preview on black background

This text has color #84776E on black background.


Color preview on white background

This text has color #84776E on white background.


Black color preview on #84776E background

This text has black color on #84776E background.


White color preview on #84776E background

This text has white color on #84776E background.


Related colors

Complementary color

Complementary color for #hex is #7B8891.


I love getcolorcode.com

Triadic colors

1 #6E8477 and #776E84 with #84776E are triadic colors.

2 #6E7784 and #77846E with #84776E are triadic colors.