COLOR #85765A

HEX: #85765A RGB: (133,118,90)

Color info

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

RGB color model

#85765A color RGB value is (133,118,90).

RGB: (133,118,90) (52%, 46%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 90 of 255 = 35%

133
118
90

R + G + B ~ 44%. #85765A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 118 + 90 = 341 (100%)
R 133 of 341 ~ 39%
G 118 of 341 ~ 34.6%
B 90 of 341 ~ 26.39'%

%39
%34.6
%26.39

CMYK color model

#85765A color CMYK value is (0,11,32,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 32.33%
  • key color value is 47.84%

CMYK: (0,11,32,48)
C0M11Y32K48 (0%, 11%, 32%, 48%)
(0.00 / 0.11 / 0.32 / 0.48)

CMYK percentages

%0
%11.28
%32.33
%47.84

Codes

Color #85765A in popluar color models

85 76 5A
RGB 133 118 90
HSL 39° 19.28% 43.73%
HSB/HSV 39° 32.33% 52.16%
CMYK 0.00% 11.28% 32.33%
47.84%

Color #85765A in popluar number systems.

HEX 85 76 5A
Decimal 133 118 90
Binary 10000101 1110110 1011010
Octal 205 166 132

Shades and tints

Shades of #85765A

#85765A
(133,118,90)
#796C52
(121,108,82)
#6D624A
(109,98,74)
#615842
(97,88,66)
#554E3A
(85,78,58)
#494432
(73,68,50)
#3D3A2A
(61,58,42)
#313022
(49,48,34)
#25261A
(37,38,26)
#191C12
(25,28,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #85765A

#85765A
(133,118,90)
#908269
(144,130,105)
#9B8E78
(155,142,120)
#A69A87
(166,154,135)
#B1A696
(177,166,150)
#BCB2A5
(188,178,165)
#C7BEB4
(199,190,180)
#D2CAC3
(210,202,195)
#DDD6D2
(221,214,210)
#E8E2E1
(232,226,225)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85765A color. Also use rgb(133,118,90) instead hex code.

Text Font Color

.myTextColor { color: #85765A; }

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

This text font color is #85765A.

Background Color

.myBgColor { background-color: #85765A; }

<div style="background-color:#85765A">Inner text</div>

This div background color is #85765A.

Border color

.myBorderColor { border: 1px solid #85765A; }

<div style="border:3px solid #85765A">Div</div>

This div border color is #85765A.

Opacity

.myOpacity80 { color: #85765A; opacity: 0.8; }

<p style="color:#85765A;opacity:0.8;">80%</p>

Text with #85765A 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 #85765A;}

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

This text has shadow with #85765A color.


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

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

This text has shadow with #85765A primary color and red secondary color.


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

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

This text has shadow with #85765A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85765A.

Preview

Color preview on black background

This text has color #85765A on black background.


Color preview on white background

This text has color #85765A on white background.


Black color preview on #85765A background

This text has black color on #85765A background.


White color preview on #85765A background

This text has white color on #85765A background.


Related colors

Complementary color

Complementary color for #hex is #7A89A5.


I love getcolorcode.com

Triadic colors

1 #5A8576 and #765A85 with #85765A are triadic colors.

2 #5A7685 and #76855A with #85765A are triadic colors.