COLOR #857F7D

HEX: #857F7D RGB: (133,127,125)

Color info

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

RGB color model

#857F7D color RGB value is (133,127,125).

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

RGB channels and saturation

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

133
127
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 127 + 125 = 385 (100%)
R 133 of 385 ~ 34.55%
G 127 of 385 ~ 32.99%
B 125 of 385 ~ 32.47'%

%34.55
%32.99
%32.47

CMYK color model

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

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

CMYK: (0,5,6,48)
C0M5Y6K48 (0%, 5%, 6%, 48%)
(0.00 / 0.05 / 0.06 / 0.48)

CMYK percentages

%0
%4.51
%6.02
%47.84

Codes

Color #857F7D in popluar color models

85 7F 7D
RGB 133 127 125
HSL 15° 3.17% 50.59%
HSB/HSV 15° 6.02% 52.16%
CMYK 0.00% 4.51% 6.02%
47.84%

Color #857F7D in popluar number systems.

HEX 85 7F 7D
Decimal 133 127 125
Binary 10000101 1111111 1111101
Octal 205 177 175

Shades and tints

Shades of #857F7D

#857F7D
(133,127,125)
#797472
(121,116,114)
#6D6967
(109,105,103)
#615E5C
(97,94,92)
#555351
(85,83,81)
#494846
(73,72,70)
#3D3D3B
(61,61,59)
#313230
(49,50,48)
#252725
(37,39,37)
#191C1A
(25,28,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #857F7D

#857F7D
(133,127,125)
#908A88
(144,138,136)
#9B9593
(155,149,147)
#A6A09E
(166,160,158)
#B1ABA9
(177,171,169)
#BCB6B4
(188,182,180)
#C7C1BF
(199,193,191)
#D2CCCA
(210,204,202)
#DDD7D5
(221,215,213)
#E8E2E0
(232,226,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F7D; }

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

This text font color is #857F7D.

Background Color

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

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

This div background color is #857F7D.

Border color

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

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

This div border color is #857F7D.

Opacity

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

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

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

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

This text has shadow with #857F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857F7D.

Preview

Color preview on black background

This text has color #857F7D on black background.


Color preview on white background

This text has color #857F7D on white background.


Black color preview on #857F7D background

This text has black color on #857F7D background.


White color preview on #857F7D background

This text has white color on #857F7D background.


Related colors

Complementary color

Complementary color for #hex is #7A8082.


I love getcolorcode.com

Triadic colors

1 #7D857F and #7F7D85 with #857F7D are triadic colors.

2 #7D7F85 and #7F857D with #857F7D are triadic colors.