COLOR #857788

HEX: #857788 RGB: (133,119,136)

Color info

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

RGB color model

#857788 color RGB value is (133,119,136).

RGB: (133,119,136) (52%, 47%, 53%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 136 of 255 = 53%

133
119
136

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

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 136 = 388 (100%)
R 133 of 388 ~ 34.28%
G 119 of 388 ~ 30.67%
B 136 of 388 ~ 35.05'%

%34.28
%30.67
%35.05

CMYK color model

#857788 color CMYK value is (2,13,0,47).

  • cyan value is 2.21%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (2,13,0,47) C2M13Y0K47 (2%,13%,0%,47%) (0.02/0.13/0.00/0.47) 

CMYK percentages

%2.21
%12.5
%0
%46.67

Codes

Color #857788 in popluar color models

85 77 88
RGB 133 119 136
HSL 289° 6.67% 50.00%
HSB/HSV 289° 12.50% 53.33%
CMYK 2.21% 12.50% 0.00%
46.67%

Color #857788 in popluar number systems.

HEX 85 77 88
Decimal 133 119 136
Binary 10000101 1110111 10001000
Octal 205 167 210

Shades and tints

Shades of #857788

#857788
(133,119,136)
#796D7C
(121,109,124)
#6D6370
(109,99,112)
#615964
(97,89,100)
#554F58
(85,79,88)
#49454C
(73,69,76)
#3D3B40
(61,59,64)
#313134
(49,49,52)
#252728
(37,39,40)
#191D1C
(25,29,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #857788

#857788
(133,119,136)
#908392
(144,131,146)
#9B8F9C
(155,143,156)
#A69BA6
(166,155,166)
#B1A7B0
(177,167,176)
#BCB3BA
(188,179,186)
#C7BFC4
(199,191,196)
#D2CBCE
(210,203,206)
#DDD7D8
(221,215,216)
#E8E3E2
(232,227,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857788 color. Also use rgb(133,119,136) instead hex code.

Text Font Color

.myTextColor { color: #857788; }

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

This text font color is #857788.

Background Color

.myBgColor { background-color: #857788; }

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

This div background color is #857788.

Border color

.myBorderColor { border: 1px solid #857788; }

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

This div border color is #857788.

Opacity

.myOpacity80 { color: #857788; opacity: 0.8; }

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

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

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

This text has shadow with #857788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857788.

Preview

Color preview on black background

This text has color #857788 on black background.


Color preview on white background

This text has color #857788 on white background.


Black color preview on #857788 background

This text has black color on #857788 background.


White color preview on #857788 background

This text has white color on #857788 background.


Related colors

Complementary color

Complementary color for #hex is #7A8877.


I love getcolorcode.com

Triadic colors

1 #888577 and #778885 with #857788 are triadic colors.

2 #887785 and #778588 with #857788 are triadic colors.