COLOR #84756E

HEX: #84756E
RGB: (132,117,110)

Color info

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

RGB color model

#84756E color RGB value is (132,117,110).

  • red value is 132;
  • green value is 117;
  • blue value is 110.
RGB:
(132,117,110)
(52%,46%,43%)

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 110 of 255 = 43%

132
117
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 110 = 359 (100%)
R 132 of 359 ~ 36.77%
G 117 of 359 ~ 32.59%
B 110 of 359 ~ 30.64%

%36.77
%32.59
%30.64

CMYK color model

#84756E color CMYK value is (0,11,17,48).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(0,11,17,48)
C0M11Y17K48 
(0%,11%,17%,48%)
(0.00/0.11/0.17/0.48)	

CMYK percentages

%0
%11.36
%16.67
%48.24

Codes

Color #84756E in popluar color models

84756E
RGB132117110
HSL19°9.09%47.45%
HSB/HSV19°16.67%51.76%
CMYK0.00%11.36%16.67%
48.24%

Color #84756E in popluar number systems.

HEX84756E
Decimal132117110
Binary1000010011101011101110
Octal204165156

Shades and tints

Shades of #84756E

#84756E
(132,117,110)
#786B64
(120,107,100)
#6C615A
(108,97,90)
#605750
(96,87,80)
#544D46
(84,77,70)
#48433C
(72,67,60)
#3C3932
(60,57,50)
#302F28
(48,47,40)
#24251E
(36,37,30)
#181B14
(24,27,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #84756E

#84756E
(132,117,110)
#8F817B
(143,129,123)
#9A8D88
(154,141,136)
#A59995
(165,153,149)
#B0A5A2
(176,165,162)
#BBB1AF
(187,177,175)
#C6BDBC
(198,189,188)
#D1C9C9
(209,201,201)
#DCD5D6
(220,213,214)
#E7E1E3
(231,225,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84756E; }

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

This text font color is #84756E.


Background Color

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

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

This div background color is #84756E.


Border color

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

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

This div border color is #84756E.


Opacity

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

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

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

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

This text has shadow with #84756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84756E on black background.


Color preview on white background

This text has color #84756E on white background.



Black color preview on #84756E background

This text has black color on #84756E background.


White color preview on #84756E background

This text has white color on #84756E background.