COLOR #85778C

HEX: #85778C
RGB: (133,119,140)

Color info

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

RGB color model

#85778C color RGB value is (133,119,140).

  • red value is 133;
  • green value is 119;
  • blue value is 140.
RGB:
(133,119,140)
(52%,47%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 140 of 255 = 55%

133
119
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 140 = 392 (100%)
R 133 of 392 ~ 33.93%
G 119 of 392 ~ 30.36%
B 140 of 392 ~ 35.71%

%33.93
%30.36
%35.71

CMYK color model

#85778C color CMYK value is (5,15,0,45).

  • cyan value is 5.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,15,0,45)
C5M15Y0K45 
(5%,15%,0%,45%)
(0.05/0.15/0.00/0.45)	

CMYK percentages

%5
%15
%0
%45.1

Codes

Color #85778C in popluar color models

85778C
RGB133119140
HSL280°8.37%50.78%
HSB/HSV280°15.00%54.90%
CMYK5.00%15.00%0.00%
45.10%

Color #85778C in popluar number systems.

HEX85778C
Decimal133119140
Binary10000101111011110001100
Octal205167214

Shades and tints

Shades of #85778C

#85778C
(133,119,140)
#796D80
(121,109,128)
#6D6374
(109,99,116)
#615968
(97,89,104)
#554F5C
(85,79,92)
#494550
(73,69,80)
#3D3B44
(61,59,68)
#313138
(49,49,56)
#25272C
(37,39,44)
#191D20
(25,29,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #85778C

#85778C
(133,119,140)
#908396
(144,131,150)
#9B8FA0
(155,143,160)
#A69BAA
(166,155,170)
#B1A7B4
(177,167,180)
#BCB3BE
(188,179,190)
#C7BFC8
(199,191,200)
#D2CBD2
(210,203,210)
#DDD7DC
(221,215,220)
#E8E3E6
(232,227,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85778C; }

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

This text font color is #85778C.


Background Color

.myBgColor { background-color: #85778C; }

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

This div background color is #85778C.


Border color

.myBorderColor { border: 1px solid #85778C; }

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

This div border color is #85778C.


Opacity

.myOpacity80 { color: #85778C; opacity: 0.8; }

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

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

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

This text has shadow with #85778C color.

.textShadow {text-shadow: 3px 3px 1px #85778C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85778C on black background.


Color preview on white background

This text has color #85778C on white background.



Black color preview on #85778C background

This text has black color on #85778C background.


White color preview on #85778C background

This text has white color on #85778C background.