COLOR #857A8A

HEX: #857A8A RGB: (133,122,138)

Color info

#857A8A contains red, green and blue colors in about the same proportion. Web safe color of #857A8A is #996699 (or #969).

RGB color model

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

RGB: (133,122,138) (52%, 48%, 54%)

RGB channels and saturation

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

133
122
138

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

Portions of RGB colors in percentages

R + G + B = 133 + 122 + 138 = 393 (100%)
R 133 of 393 ~ 33.84%
G 122 of 393 ~ 31.04%
B 138 of 393 ~ 35.11'%

%33.84
%31.04
%35.11

CMYK color model

#857A8A color CMYK value is (4,12,0,46).

  • cyan value is 3.62%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (4,12,0,46)
C4M12Y0K46 (4%, 12%, 0%, 46%)
(0.04 / 0.12 / 0.00 / 0.46)

CMYK percentages

%3.62
%11.59
%0
%45.88

Codes

Color #857A8A in popluar color models

85 7A 8A
RGB 133 122 138
HSL 281° 6.40% 50.98%
HSB/HSV 281° 11.59% 54.12%
CMYK 3.62% 11.59% 0.00%
45.88%

Color #857A8A in popluar number systems.

HEX 85 7A 8A
Decimal 133 122 138
Binary 10000101 1111010 10001010
Octal 205 172 212

Shades and tints

Shades of #857A8A

#857A8A
(133,122,138)
#796F7E
(121,111,126)
#6D6472
(109,100,114)
#615966
(97,89,102)
#554E5A
(85,78,90)
#49434E
(73,67,78)
#3D3842
(61,56,66)
#312D36
(49,45,54)
#25222A
(37,34,42)
#19171E
(25,23,30)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #857A8A

#857A8A
(133,122,138)
#908694
(144,134,148)
#9B929E
(155,146,158)
#A69EA8
(166,158,168)
#B1AAB2
(177,170,178)
#BCB6BC
(188,182,188)
#C7C2C6
(199,194,198)
#D2CED0
(210,206,208)
#DDDADA
(221,218,218)
#E8E6E4
(232,230,228)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A8A; }

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

This text font color is #857A8A.

Background Color

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

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

This div background color is #857A8A.

Border color

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

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

This div border color is #857A8A.

Opacity

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

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

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

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

This text has shadow with #857A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857A8A.

Preview

Color preview on black background

This text has color #857A8A on black background.


Color preview on white background

This text has color #857A8A on white background.


Black color preview on #857A8A background

This text has black color on #857A8A background.


White color preview on #857A8A background

This text has white color on #857A8A background.


Related colors

Complementary color

Complementary color for #hex is #7A8575.


I love getcolorcode.com

Triadic colors

1 #8A857A and #7A8A85 with #857A8A are triadic colors.

2 #8A7A85 and #7A858A with #857A8A are triadic colors.