COLOR #857B76

HEX: #857B76
RGB: (133,123,118)

Color info

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

RGB color model

#857B76 color RGB value is (133,123,118).

  • red value is 133;
  • green value is 123;
  • blue value is 118.
RGB:
(133,123,118)
(52%,48%,46%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 118 of 255 = 46%

133
123
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 118 = 374 (100%)
R 133 of 374 ~ 35.56%
G 123 of 374 ~ 32.89%
B 118 of 374 ~ 31.55%

%35.56
%32.89
%31.55

CMYK color model

#857B76 color CMYK value is (0,8,11,48).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,8,11,48)
C0M8Y11K48 
(0%,8%,11%,48%)
(0.00/0.08/0.11/0.48)	

CMYK percentages

%0
%7.52
%11.28
%47.84

Codes

Color #857B76 in popluar color models

857B76
RGB133123118
HSL20°5.98%49.22%
HSB/HSV20°11.28%52.16%
CMYK0.00%7.52%11.28%
47.84%

Color #857B76 in popluar number systems.

HEX857B76
Decimal133123118
Binary1000010111110111110110
Octal205173166

Shades and tints

Shades of #857B76

#857B76
(133,123,118)
#79706C
(121,112,108)
#6D6562
(109,101,98)
#615A58
(97,90,88)
#554F4E
(85,79,78)
#494444
(73,68,68)
#3D393A
(61,57,58)
#312E30
(49,46,48)
#252326
(37,35,38)
#19181C
(25,24,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #857B76

#857B76
(133,123,118)
#908782
(144,135,130)
#9B938E
(155,147,142)
#A69F9A
(166,159,154)
#B1ABA6
(177,171,166)
#BCB7B2
(188,183,178)
#C7C3BE
(199,195,190)
#D2CFCA
(210,207,202)
#DDDBD6
(221,219,214)
#E8E7E2
(232,231,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857B76; }

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

This text font color is #857B76.


Background Color

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

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

This div background color is #857B76.


Border color

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

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

This div border color is #857B76.


Opacity

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

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

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

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

This text has shadow with #857B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857B76 on black background.


Color preview on white background

This text has color #857B76 on white background.



Black color preview on #857B76 background

This text has black color on #857B76 background.


White color preview on #857B76 background

This text has white color on #857B76 background.