COLOR #84775E

HEX: #84775E RGB: (132,119,94)

Color info

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

RGB color model

#84775E color RGB value is (132,119,94).

RGB: (132,119,94) (52%, 47%, 37%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 94 of 255 = 37%

132
119
94

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

Portions of RGB colors in percentages

R + G + B = 132 + 119 + 94 = 345 (100%)
R 132 of 345 ~ 38.26%
G 119 of 345 ~ 34.49%
B 94 of 345 ~ 27.25'%

%38.26
%34.49
%27.25

CMYK color model

#84775E color CMYK value is (0,10,29,48).

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

CMYK: (0,10,29,48)
C0M10Y29K48 (0%, 10%, 29%, 48%)
(0.00 / 0.10 / 0.29 / 0.48)

CMYK percentages

%0
%9.85
%28.79
%48.24

Codes

Color #84775E in popluar color models

84 77 5E
RGB 132 119 94
HSL 39° 16.81% 44.31%
HSB/HSV 39° 28.79% 51.76%
CMYK 0.00% 9.85% 28.79%
48.24%

Color #84775E in popluar number systems.

HEX 84 77 5E
Decimal 132 119 94
Binary 10000100 1110111 1011110
Octal 204 167 136

Shades and tints

Shades of #84775E

#84775E
(132,119,94)
#786D56
(120,109,86)
#6C634E
(108,99,78)
#605946
(96,89,70)
#544F3E
(84,79,62)
#484536
(72,69,54)
#3C3B2E
(60,59,46)
#303126
(48,49,38)
#24271E
(36,39,30)
#181D16
(24,29,22)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #84775E

#84775E
(132,119,94)
#8F836C
(143,131,108)
#9A8F7A
(154,143,122)
#A59B88
(165,155,136)
#B0A796
(176,167,150)
#BBB3A4
(187,179,164)
#C6BFB2
(198,191,178)
#D1CBC0
(209,203,192)
#DCD7CE
(220,215,206)
#E7E3DC
(231,227,220)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84775E; }

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

This text font color is #84775E.

Background Color

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

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

This div background color is #84775E.

Border color

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

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

This div border color is #84775E.

Opacity

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

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

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

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

This text has shadow with #84775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84775E.

Preview

Color preview on black background

This text has color #84775E on black background.


Color preview on white background

This text has color #84775E on white background.


Black color preview on #84775E background

This text has black color on #84775E background.


White color preview on #84775E background

This text has white color on #84775E background.


Related colors

Complementary color

Complementary color for #hex is #7B88A1.


I love getcolorcode.com

Triadic colors

1 #5E8477 and #775E84 with #84775E are triadic colors.

2 #5E7784 and #77845E with #84775E are triadic colors.