COLOR #85779C

HEX: #85779C
RGB: (133,119,156)

Color info

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

RGB color model

#85779C color RGB value is (133,119,156).

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

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 156 of 255 = 61%

133
119
156

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 156 = 408 (100%)
R 133 of 408 ~ 32.6%
G 119 of 408 ~ 29.17%
B 156 of 408 ~ 38.24%

%32.6
%29.17
%38.24

CMYK color model

#85779C color CMYK value is (15,24,0,39).

  • cyan value is 14.74%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,24,0,39)
C15M24Y0K39 
(15%,24%,0%,39%)
(0.15/0.24/0.00/0.39)	

CMYK percentages

%14.74
%23.72
%0
%38.82

Codes

Color #85779C in popluar color models

85779C
RGB133119156
HSL263°15.74%53.92%
HSB/HSV263°23.72%61.18%
CMYK14.74%23.72%0.00%
38.82%

Color #85779C in popluar number systems.

HEX85779C
Decimal133119156
Binary10000101111011110011100
Octal205167234

Shades and tints

Shades of #85779C

#85779C
(133,119,156)
#796D8E
(121,109,142)
#6D6380
(109,99,128)
#615972
(97,89,114)
#554F64
(85,79,100)
#494556
(73,69,86)
#3D3B48
(61,59,72)
#31313A
(49,49,58)
#25272C
(37,39,44)
#191D1E
(25,29,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #85779C

#85779C
(133,119,156)
#9083A5
(144,131,165)
#9B8FAE
(155,143,174)
#A69BB7
(166,155,183)
#B1A7C0
(177,167,192)
#BCB3C9
(188,179,201)
#C7BFD2
(199,191,210)
#D2CBDB
(210,203,219)
#DDD7E4
(221,215,228)
#E8E3ED
(232,227,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85779C; }

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

This text font color is #85779C.


Background Color

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

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

This div background color is #85779C.


Border color

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

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

This div border color is #85779C.


Opacity

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

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

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

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

This text has shadow with #85779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85779C on black background.


Color preview on white background

This text has color #85779C on white background.



Black color preview on #85779C background

This text has black color on #85779C background.


White color preview on #85779C background

This text has white color on #85779C background.