COLOR #857F7A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
127
122

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

Portions of RGB colors in percentages

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

%34.82
%33.25
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(0,5,8,48)
C0M5Y8K48 
(0%,5%,8%,48%)
(0.00/0.05/0.08/0.48)	

CMYK percentages

%0
%4.51
%8.27
%47.84

Codes

Color #857F7A in popluar color models

857F7A
RGB133127122
HSL27°4.31%50.00%
HSB/HSV27°8.27%52.16%
CMYK0.00%4.51%8.27%
47.84%

Color #857F7A in popluar number systems.

HEX857F7A
Decimal133127122
Binary1000010111111111111010
Octal205177172

Shades and tints

Shades of #857F7A

#857F7A
(133,127,122)
#79746F
(121,116,111)
#6D6964
(109,105,100)
#615E59
(97,94,89)
#55534E
(85,83,78)
#494843
(73,72,67)
#3D3D38
(61,61,56)
#31322D
(49,50,45)
#252722
(37,39,34)
#191C17
(25,28,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #857F7A

#857F7A
(133,127,122)
#908A86
(144,138,134)
#9B9592
(155,149,146)
#A6A09E
(166,160,158)
#B1ABAA
(177,171,170)
#BCB6B6
(188,182,182)
#C7C1C2
(199,193,194)
#D2CCCE
(210,204,206)
#DDD7DA
(221,215,218)
#E8E2E6
(232,226,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F7A; }

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

This text font color is #857F7A.


Background Color

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

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

This div background color is #857F7A.


Border color

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

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

This div border color is #857F7A.


Opacity

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

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

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

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

This text has shadow with #857F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F7A on black background.


Color preview on white background

This text has color #857F7A on white background.



Black color preview on #857F7A background

This text has black color on #857F7A background.


White color preview on #857F7A background

This text has white color on #857F7A background.