COLOR #857D76

HEX: #857D76 RGB: (133,125,118)

Color info

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

RGB color model

#857D76 color RGB value is (133,125,118).

RGB: (133,125,118) (52%, 49%, 46%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 118 of 255 = 46%

133
125
118

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

Portions of RGB colors in percentages

R + G + B = 133 + 125 + 118 = 376 (100%)
R 133 of 376 ~ 35.37%
G 125 of 376 ~ 33.24%
B 118 of 376 ~ 31.38'%

%35.37
%33.24
%31.38

CMYK color model

#857D76 color CMYK value is (0,6,11,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 11.28%
  • key color value is 47.84%

CMYK: (0,6,11,48)
C0M6Y11K48 (0%, 6%, 11%, 48%)
(0.00 / 0.06 / 0.11 / 0.48)

CMYK percentages

%0
%6.02
%11.28
%47.84

Codes

Color #857D76 in popluar color models

85 7D 76
RGB 133 125 118
HSL 28° 5.98% 49.22%
HSB/HSV 28° 11.28% 52.16%
CMYK 0.00% 6.02% 11.28%
47.84%

Color #857D76 in popluar number systems.

HEX 85 7D 76
Decimal 133 125 118
Binary 10000101 1111101 1110110
Octal 205 175 166

Shades and tints

Shades of #857D76

#857D76
(133,125,118)
#79726C
(121,114,108)
#6D6762
(109,103,98)
#615C58
(97,92,88)
#55514E
(85,81,78)
#494644
(73,70,68)
#3D3B3A
(61,59,58)
#313030
(49,48,48)
#252526
(37,37,38)
#191A1C
(25,26,28)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #857D76

#857D76
(133,125,118)
#908882
(144,136,130)
#9B938E
(155,147,142)
#A69E9A
(166,158,154)
#B1A9A6
(177,169,166)
#BCB4B2
(188,180,178)
#C7BFBE
(199,191,190)
#D2CACA
(210,202,202)
#DDD5D6
(221,213,214)
#E8E0E2
(232,224,226)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D76 color. Also use rgb(133,125,118) instead hex code.

Text Font Color

.myTextColor { color: #857D76; }

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

This text font color is #857D76.

Background Color

.myBgColor { background-color: #857D76; }

<div style="background-color:#857D76">Inner text</div>

This div background color is #857D76.

Border color

.myBorderColor { border: 1px solid #857D76; }

<div style="border:3px solid #857D76">Div</div>

This div border color is #857D76.

Opacity

.myOpacity80 { color: #857D76; opacity: 0.8; }

<p style="color:#857D76;opacity:0.8;">80%</p>

Text with #857D76 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 #857D76;}

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

This text has shadow with #857D76 color.


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

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

This text has shadow with #857D76 primary color and red secondary color.


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

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

This text has shadow with #857D76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #857D76.

Preview

Color preview on black background

This text has color #857D76 on black background.


Color preview on white background

This text has color #857D76 on white background.


Black color preview on #857D76 background

This text has black color on #857D76 background.


White color preview on #857D76 background

This text has white color on #857D76 background.


Related colors

Complementary color

Complementary color for #hex is #7A8289.


I love getcolorcode.com

Triadic colors

1 #76857D and #7D7685 with #857D76 are triadic colors.

2 #767D85 and #7D8576 with #857D76 are triadic colors.