COLOR #857B7F

HEX: #857B7F RGB: (133,123,127)

Color info

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

RGB color model

#857B7F color RGB value is (133,123,127).

RGB: (133,123,127) (52%, 48%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 127 of 255 = 50%

133
123
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 123 + 127 = 383 (100%)
R 133 of 383 ~ 34.73%
G 123 of 383 ~ 32.11%
B 127 of 383 ~ 33.16'%

%34.73
%32.11
%33.16

CMYK color model

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

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

CMYK: (0,8,5,48)
C0M8Y5K48 (0%, 8%, 5%, 48%)
(0.00 / 0.08 / 0.05 / 0.48)

CMYK percentages

%0
%7.52
%4.51
%47.84

Codes

Color #857B7F in popluar color models

85 7B 7F
RGB 133 123 127
HSL 336° 3.94% 50.20%
HSB/HSV 336° 7.52% 52.16%
CMYK 0.00% 7.52% 4.51%
47.84%

Color #857B7F in popluar number systems.

HEX 85 7B 7F
Decimal 133 123 127
Binary 10000101 1111011 1111111
Octal 205 173 177

Shades and tints

Shades of #857B7F

#857B7F
(133,123,127)
#797074
(121,112,116)
#6D6569
(109,101,105)
#615A5E
(97,90,94)
#554F53
(85,79,83)
#494448
(73,68,72)
#3D393D
(61,57,61)
#312E32
(49,46,50)
#252327
(37,35,39)
#19181C
(25,24,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #857B7F

#857B7F
(133,123,127)
#90878A
(144,135,138)
#9B9395
(155,147,149)
#A69FA0
(166,159,160)
#B1ABAB
(177,171,171)
#BCB7B6
(188,183,182)
#C7C3C1
(199,195,193)
#D2CFCC
(210,207,204)
#DDDBD7
(221,219,215)
#E8E7E2
(232,231,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857B7F; }

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

This text font color is #857B7F.

Background Color

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

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

This div background color is #857B7F.

Border color

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

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

This div border color is #857B7F.

Opacity

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

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

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

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

This text has shadow with #857B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857B7F.

Preview

Color preview on black background

This text has color #857B7F on black background.


Color preview on white background

This text has color #857B7F on white background.


Black color preview on #857B7F background

This text has black color on #857B7F background.


White color preview on #857B7F background

This text has white color on #857B7F background.


Related colors

Complementary color

Complementary color for #hex is #7A8480.


I love getcolorcode.com

Triadic colors

1 #7F857B and #7B7F85 with #857B7F are triadic colors.

2 #7F7B85 and #7B857F with #857B7F are triadic colors.