COLOR #85766A

HEX: #85766A
RGB: (133,118,106)

Color info

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

RGB color model

#85766A color RGB value is (133,118,106).

  • red value is 133;
  • green value is 118;
  • blue value is 106.
RGB:
(133,118,106)
(52%,46%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 106 of 255 = 42%

133
118
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 106 = 357 (100%)
R 133 of 357 ~ 37.25%
G 118 of 357 ~ 33.05%
B 106 of 357 ~ 29.69%

%37.25
%33.05
%29.69

CMYK color model

#85766A color CMYK value is (0,11,20,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,11,20,48)
C0M11Y20K48 
(0%,11%,20%,48%)
(0.00/0.11/0.20/0.48)	

CMYK percentages

%0
%11.28
%20.3
%47.84

Codes

Color #85766A in popluar color models

85766A
RGB133118106
HSL27°11.30%46.86%
HSB/HSV27°20.30%52.16%
CMYK0.00%11.28%20.30%
47.84%

Color #85766A in popluar number systems.

HEX85766A
Decimal133118106
Binary1000010111101101101010
Octal205166152

Shades and tints

Shades of #85766A

#85766A
(133,118,106)
#796C61
(121,108,97)
#6D6258
(109,98,88)
#61584F
(97,88,79)
#554E46
(85,78,70)
#49443D
(73,68,61)
#3D3A34
(61,58,52)
#31302B
(49,48,43)
#252622
(37,38,34)
#191C19
(25,28,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #85766A

#85766A
(133,118,106)
#908277
(144,130,119)
#9B8E84
(155,142,132)
#A69A91
(166,154,145)
#B1A69E
(177,166,158)
#BCB2AB
(188,178,171)
#C7BEB8
(199,190,184)
#D2CAC5
(210,202,197)
#DDD6D2
(221,214,210)
#E8E2DF
(232,226,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85766A; }

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

This text font color is #85766A.


Background Color

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

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

This div background color is #85766A.


Border color

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

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

This div border color is #85766A.


Opacity

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

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

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

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

This text has shadow with #85766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85766A on black background.


Color preview on white background

This text has color #85766A on white background.



Black color preview on #85766A background

This text has black color on #85766A background.


White color preview on #85766A background

This text has white color on #85766A background.