COLOR #857A7E

HEX: #857A7E
RGB: (133,122,126)

Color info

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

RGB color model

#857A7E color RGB value is (133,122,126).

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

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 126 of 255 = 49%

133
122
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 126 = 381 (100%)
R 133 of 381 ~ 34.91%
G 122 of 381 ~ 32.02%
B 126 of 381 ~ 33.07%

%34.91
%32.02
%33.07

CMYK color model

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

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

Codes

Color #857A7E in popluar color models

857A7E
RGB133122126
HSL338°4.31%50.00%
HSB/HSV338°8.27%52.16%
CMYK0.00%8.27%5.26%
47.84%

Color #857A7E in popluar number systems.

HEX857A7E
Decimal133122126
Binary1000010111110101111110
Octal205172176

Shades and tints

Shades of #857A7E

#857A7E
(133,122,126)
#796F73
(121,111,115)
#6D6468
(109,100,104)
#61595D
(97,89,93)
#554E52
(85,78,82)
#494347
(73,67,71)
#3D383C
(61,56,60)
#312D31
(49,45,49)
#252226
(37,34,38)
#19171B
(25,23,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #857A7E

#857A7E
(133,122,126)
#908689
(144,134,137)
#9B9294
(155,146,148)
#A69E9F
(166,158,159)
#B1AAAA
(177,170,170)
#BCB6B5
(188,182,181)
#C7C2C0
(199,194,192)
#D2CECB
(210,206,203)
#DDDAD6
(221,218,214)
#E8E6E1
(232,230,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A7E; }

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

This text font color is #857A7E.


Background Color

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

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

This div background color is #857A7E.


Border color

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

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

This div border color is #857A7E.


Opacity

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

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

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

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

This text has shadow with #857A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A7E on black background.


Color preview on white background

This text has color #857A7E on white background.



Black color preview on #857A7E background

This text has black color on #857A7E background.


White color preview on #857A7E background

This text has white color on #857A7E background.