COLOR #85775E

HEX: #85775E RGB: (133,119,94)

Color info

#85775E contains red, green and blue colors in about the same proportion. Web safe color of #85775E is #996666 (or #966).

RGB color model

#85775E color RGB value is (133,119,94).

RGB: (133,119,94) (52%, 47%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 94 of 255 = 37%

133
119
94

R + G + B ~ 45%. #85775E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 94 = 346 (100%)
R 133 of 346 ~ 38.44%
G 119 of 346 ~ 34.39%
B 94 of 346 ~ 27.17'%

%38.44
%34.39
%27.17

CMYK color model

#85775E color CMYK value is (0,11,29,48).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 29.32%
  • key color value is 47.84%

CMYK: (0,11,29,48)
C0M11Y29K48 (0%, 11%, 29%, 48%)
(0.00 / 0.11 / 0.29 / 0.48)

CMYK percentages

%0
%10.53
%29.32
%47.84

Codes

Color #85775E in popluar color models

85 77 5E
RGB 133 119 94
HSL 38° 17.18% 44.51%
HSB/HSV 38° 29.32% 52.16%
CMYK 0.00% 10.53% 29.32%
47.84%

Color #85775E in popluar number systems.

HEX 85 77 5E
Decimal 133 119 94
Binary 10000101 1110111 1011110
Octal 205 167 136

Shades and tints

Shades of #85775E

#85775E
(133,119,94)
#796D56
(121,109,86)
#6D634E
(109,99,78)
#615946
(97,89,70)
#554F3E
(85,79,62)
#494536
(73,69,54)
#3D3B2E
(61,59,46)
#313126
(49,49,38)
#25271E
(37,39,30)
#191D16
(25,29,22)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #85775E

#85775E
(133,119,94)
#90836C
(144,131,108)
#9B8F7A
(155,143,122)
#A69B88
(166,155,136)
#B1A796
(177,167,150)
#BCB3A4
(188,179,164)
#C7BFB2
(199,191,178)
#D2CBC0
(210,203,192)
#DDD7CE
(221,215,206)
#E8E3DC
(232,227,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85775E; }

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

This text font color is #85775E.

Background Color

.myBgColor { background-color: #85775E; }

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

This div background color is #85775E.

Border color

.myBorderColor { border: 1px solid #85775E; }

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

This div border color is #85775E.

Opacity

.myOpacity80 { color: #85775E; opacity: 0.8; }

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

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

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

This text has shadow with #85775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85775E.

Preview

Color preview on black background

This text has color #85775E on black background.


Color preview on white background

This text has color #85775E on white background.


Black color preview on #85775E background

This text has black color on #85775E background.


White color preview on #85775E background

This text has white color on #85775E background.


Related colors

Complementary color

Complementary color for #hex is #7A88A1.


I love getcolorcode.com

Triadic colors

1 #5E8577 and #775E85 with #85775E are triadic colors.

2 #5E7785 and #77855E with #85775E are triadic colors.