COLOR #857B7A

HEX: #857B7A
RGB: (133,123,122)

Color info

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

RGB color model

#857B7A color RGB value is (133,123,122).

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

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 122 of 255 = 48%

133
123
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 122 = 378 (100%)
R 133 of 378 ~ 35.19%
G 123 of 378 ~ 32.54%
B 122 of 378 ~ 32.28%

%35.19
%32.54
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(0,8,8,48)
C0M8Y8K48 
(0%,8%,8%,48%)
(0.00/0.08/0.08/0.48)	

CMYK percentages

%0
%7.52
%8.27
%47.84

Codes

Color #857B7A in popluar color models

857B7A
RGB133123122
HSL4.31%50.00%
HSB/HSV8.27%52.16%
CMYK0.00%7.52%8.27%
47.84%

Color #857B7A in popluar number systems.

HEX857B7A
Decimal133123122
Binary1000010111110111111010
Octal205173172

Shades and tints

Shades of #857B7A

#857B7A
(133,123,122)
#79706F
(121,112,111)
#6D6564
(109,101,100)
#615A59
(97,90,89)
#554F4E
(85,79,78)
#494443
(73,68,67)
#3D3938
(61,57,56)
#312E2D
(49,46,45)
#252322
(37,35,34)
#191817
(25,24,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #857B7A

#857B7A
(133,123,122)
#908786
(144,135,134)
#9B9392
(155,147,146)
#A69F9E
(166,159,158)
#B1ABAA
(177,171,170)
#BCB7B6
(188,183,182)
#C7C3C2
(199,195,194)
#D2CFCE
(210,207,206)
#DDDBDA
(221,219,218)
#E8E7E6
(232,231,230)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857B7A; }

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

This text font color is #857B7A.


Background Color

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

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

This div background color is #857B7A.


Border color

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

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

This div border color is #857B7A.


Opacity

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

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

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

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

This text has shadow with #857B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857B7A on black background.


Color preview on white background

This text has color #857B7A on white background.



Black color preview on #857B7A background

This text has black color on #857B7A background.


White color preview on #857B7A background

This text has white color on #857B7A background.