COLOR #857A7A

HEX: #857A7A
RGB: (133,122,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
122
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 122 = 377 (100%)
R 133 of 377 ~ 35.28%
G 122 of 377 ~ 32.36%
B 122 of 377 ~ 32.36%

%35.28
%32.36
%32.36

CMYK color model

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

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

Codes

Color #857A7A in popluar color models

857A7A
RGB133122122
HSL4.31%50.00%
HSB/HSV8.27%52.16%
CMYK0.00%8.27%8.27%
47.84%

Color #857A7A in popluar number systems.

HEX857A7A
Decimal133122122
Binary1000010111110101111010
Octal205172172

Shades and tints

Shades of #857A7A

#857A7A
(133,122,122)
#796F6F
(121,111,111)
#6D6464
(109,100,100)
#615959
(97,89,89)
#554E4E
(85,78,78)
#494343
(73,67,67)
#3D3838
(61,56,56)
#312D2D
(49,45,45)
#252222
(37,34,34)
#191717
(25,23,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #857A7A

#857A7A
(133,122,122)
#908686
(144,134,134)
#9B9292
(155,146,146)
#A69E9E
(166,158,158)
#B1AAAA
(177,170,170)
#BCB6B6
(188,182,182)
#C7C2C2
(199,194,194)
#D2CECE
(210,206,206)
#DDDADA
(221,218,218)
#E8E6E6
(232,230,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A7A; }

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

This text font color is #857A7A.


Background Color

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

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

This div background color is #857A7A.


Border color

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

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

This div border color is #857A7A.


Opacity

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

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

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

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

This text has shadow with #857A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A7A on black background.


Color preview on white background

This text has color #857A7A on white background.



Black color preview on #857A7A background

This text has black color on #857A7A background.


White color preview on #857A7A background

This text has white color on #857A7A background.