COLOR #85774B

HEX: #85774B RGB: (133,119,75)

Color info

#85774B contains red, green and blue colors in about the same proportion. Web safe color of #85774B is #996633 (or #963).

RGB color model

#85774B color RGB value is (133,119,75).

RGB: (133,119,75) (52%, 47%, 29%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 75 of 255 = 29%

133
119
75

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

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 75 = 327 (100%)
R 133 of 327 ~ 40.67%
G 119 of 327 ~ 36.39%
B 75 of 327 ~ 22.94'%

%40.67
%36.39
%22.94

CMYK color model

#85774B color CMYK value is (0,11,44,48).

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

CMYK: (0,11,44,48)
C0M11Y44K48 (0%, 11%, 44%, 48%)
(0.00 / 0.11 / 0.44 / 0.48)

CMYK percentages

%0
%10.53
%43.61
%47.84

Codes

Color #85774B in popluar color models

85 77 4B
RGB 133 119 75
HSL 46° 27.88% 40.78%
HSB/HSV 46° 43.61% 52.16%
CMYK 0.00% 10.53% 43.61%
47.84%

Color #85774B in popluar number systems.

HEX 85 77 4B
Decimal 133 119 75
Binary 10000101 1110111 1001011
Octal 205 167 113

Shades and tints

Shades of #85774B

#85774B
(133,119,75)
#796D45
(121,109,69)
#6D633F
(109,99,63)
#615939
(97,89,57)
#554F33
(85,79,51)
#49452D
(73,69,45)
#3D3B27
(61,59,39)
#313121
(49,49,33)
#25271B
(37,39,27)
#191D15
(25,29,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #85774B

#85774B
(133,119,75)
#90835B
(144,131,91)
#9B8F6B
(155,143,107)
#A69B7B
(166,155,123)
#B1A78B
(177,167,139)
#BCB39B
(188,179,155)
#C7BFAB
(199,191,171)
#D2CBBB
(210,203,187)
#DDD7CB
(221,215,203)
#E8E3DB
(232,227,219)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85774B; }

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

This text font color is #85774B.

Background Color

.myBgColor { background-color: #85774B; }

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

This div background color is #85774B.

Border color

.myBorderColor { border: 1px solid #85774B; }

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

This div border color is #85774B.

Opacity

.myOpacity80 { color: #85774B; opacity: 0.8; }

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

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

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

This text has shadow with #85774B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85774B.

Preview

Color preview on black background

This text has color #85774B on black background.


Color preview on white background

This text has color #85774B on white background.


Black color preview on #85774B background

This text has black color on #85774B background.


White color preview on #85774B background

This text has white color on #85774B background.


Related colors

Complementary color

Complementary color for #hex is #7A88B4.


I love getcolorcode.com

Triadic colors

1 #4B8577 and #774B85 with #85774B are triadic colors.

2 #4B7785 and #77854B with #85774B are triadic colors.