COLOR #857A7F

HEX: #857A7F
RGB: (133,122,127)

Color info

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

RGB color model

#857A7F color RGB value is (133,122,127).

  • red value is 133;
  • green value is 122;
  • blue value is 127.
RGB:
(133,122,127)
(52%,48%,50%)

RGB channels and saturation

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

133
122
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 127 = 382 (100%)
R 133 of 382 ~ 34.82%
G 122 of 382 ~ 31.94%
B 127 of 382 ~ 33.25%

%34.82
%31.94
%33.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.27%
  • 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
%8.27
%4.51
%47.84

Codes

Color #857A7F in popluar color models

857A7F
RGB133122127
HSL333°4.31%50.00%
HSB/HSV333°8.27%52.16%
CMYK0.00%8.27%4.51%
47.84%

Color #857A7F in popluar number systems.

HEX857A7F
Decimal133122127
Binary1000010111110101111111
Octal205172177

Shades and tints

Shades of #857A7F

#857A7F
(133,122,127)
#796F74
(121,111,116)
#6D6469
(109,100,105)
#61595E
(97,89,94)
#554E53
(85,78,83)
#494348
(73,67,72)
#3D383D
(61,56,61)
#312D32
(49,45,50)
#252227
(37,34,39)
#19171C
(25,23,28)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #857A7F

#857A7F
(133,122,127)
#90868A
(144,134,138)
#9B9295
(155,146,149)
#A69EA0
(166,158,160)
#B1AAAB
(177,170,171)
#BCB6B6
(188,182,182)
#C7C2C1
(199,194,193)
#D2CECC
(210,206,204)
#DDDAD7
(221,218,215)
#E8E6E2
(232,230,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A7F; }

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

This text font color is #857A7F.


Background Color

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

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

This div background color is #857A7F.


Border color

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

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

This div border color is #857A7F.


Opacity

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

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

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

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

This text has shadow with #857A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A7F on black background.


Color preview on white background

This text has color #857A7F on white background.



Black color preview on #857A7F background

This text has black color on #857A7F background.


White color preview on #857A7F background

This text has white color on #857A7F background.