COLOR #857F7E

HEX: #857F7E RGB: (133,127,126)

Color info

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

RGB color model

#857F7E color RGB value is (133,127,126).

RGB: (133,127,126) (52%, 50%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 126 of 255 = 49%

133
127
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 127 + 126 = 386 (100%)
R 133 of 386 ~ 34.46%
G 127 of 386 ~ 32.9%
B 126 of 386 ~ 32.64'%

%34.46
%32.9
%32.64

CMYK color model

#857F7E color CMYK value is (0,5,5,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (0,5,5,48)
C0M5Y5K48 (0%, 5%, 5%, 48%)
(0.00 / 0.05 / 0.05 / 0.48)

CMYK percentages

%0
%4.51
%5.26
%47.84

Codes

Color #857F7E in popluar color models

85 7F 7E
RGB 133 127 126
HSL 2.79% 50.78%
HSB/HSV 5.26% 52.16%
CMYK 0.00% 4.51% 5.26%
47.84%

Color #857F7E in popluar number systems.

HEX 85 7F 7E
Decimal 133 127 126
Binary 10000101 1111111 1111110
Octal 205 177 176

Shades and tints

Shades of #857F7E

#857F7E
(133,127,126)
#797473
(121,116,115)
#6D6968
(109,105,104)
#615E5D
(97,94,93)
#555352
(85,83,82)
#494847
(73,72,71)
#3D3D3C
(61,61,60)
#313231
(49,50,49)
#252726
(37,39,38)
#191C1B
(25,28,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #857F7E

#857F7E
(133,127,126)
#908A89
(144,138,137)
#9B9594
(155,149,148)
#A6A09F
(166,160,159)
#B1ABAA
(177,171,170)
#BCB6B5
(188,182,181)
#C7C1C0
(199,193,192)
#D2CCCB
(210,204,203)
#DDD7D6
(221,215,214)
#E8E2E1
(232,226,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857F7E color. Also use rgb(133,127,126) instead hex code.

Text Font Color

.myTextColor { color: #857F7E; }

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

This text font color is #857F7E.

Background Color

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

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

This div background color is #857F7E.

Border color

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

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

This div border color is #857F7E.

Opacity

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

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

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

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

This text has shadow with #857F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857F7E.

Preview

Color preview on black background

This text has color #857F7E on black background.


Color preview on white background

This text has color #857F7E on white background.


Black color preview on #857F7E background

This text has black color on #857F7E background.


White color preview on #857F7E background

This text has white color on #857F7E background.


Related colors

Complementary color

Complementary color for #hex is #7A8081.


I love getcolorcode.com

Triadic colors

1 #7E857F and #7F7E85 with #857F7E are triadic colors.

2 #7E7F85 and #7F857E with #857F7E are triadic colors.