COLOR #85779D

HEX: #85779D RGB: (133,119,157)

Color info

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

RGB color model

#85779D color RGB value is (133,119,157).

RGB: (133,119,157) (52%, 47%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 157 of 255 = 62%

133
119
157

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

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 157 = 409 (100%)
R 133 of 409 ~ 32.52%
G 119 of 409 ~ 29.1%
B 157 of 409 ~ 38.39'%

%32.52
%29.1
%38.39

CMYK color model

#85779D color CMYK value is (15,24,0,38).

  • cyan value is 15.29%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (15,24,0,38)
C15M24Y0K38 (15%, 24%, 0%, 38%)
(0.15 / 0.24 / 0.00 / 0.38)

CMYK percentages

%15.29
%24.2
%0
%38.43

Codes

Color #85779D in popluar color models

85 77 9D
RGB 133 119 157
HSL 262° 16.24% 54.12%
HSB/HSV 262° 24.20% 61.57%
CMYK 15.29% 24.20% 0.00%
38.43%

Color #85779D in popluar number systems.

HEX 85 77 9D
Decimal 133 119 157
Binary 10000101 1110111 10011101
Octal 205 167 235

Shades and tints

Shades of #85779D

#85779D
(133,119,157)
#796D8F
(121,109,143)
#6D6381
(109,99,129)
#615973
(97,89,115)
#554F65
(85,79,101)
#494557
(73,69,87)
#3D3B49
(61,59,73)
#31313B
(49,49,59)
#25272D
(37,39,45)
#191D1F
(25,29,31)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #85779D

#85779D
(133,119,157)
#9083A5
(144,131,165)
#9B8FAD
(155,143,173)
#A69BB5
(166,155,181)
#B1A7BD
(177,167,189)
#BCB3C5
(188,179,197)
#C7BFCD
(199,191,205)
#D2CBD5
(210,203,213)
#DDD7DD
(221,215,221)
#E8E3E5
(232,227,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85779D; }

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

This text font color is #85779D.

Background Color

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

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

This div background color is #85779D.

Border color

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

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

This div border color is #85779D.

Opacity

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

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

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

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

This text has shadow with #85779D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85779D.

Preview

Color preview on black background

This text has color #85779D on black background.


Color preview on white background

This text has color #85779D on white background.


Black color preview on #85779D background

This text has black color on #85779D background.


White color preview on #85779D background

This text has white color on #85779D background.


Related colors

Complementary color

Complementary color for #hex is #7A8862.


I love getcolorcode.com

Triadic colors

1 #9D8577 and #779D85 with #85779D are triadic colors.

2 #9D7785 and #77859D with #85779D are triadic colors.