COLOR #856B7A

HEX: #856B7A RGB: (133,107,122)

Color info

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

RGB color model

#856B7A color RGB value is (133,107,122).

RGB: (133,107,122) (52%, 42%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 122 of 255 = 48%

133
107
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 107 + 122 = 362 (100%)
R 133 of 362 ~ 36.74%
G 107 of 362 ~ 29.56%
B 122 of 362 ~ 33.7'%

%36.74
%29.56
%33.7

CMYK color model

#856B7A color CMYK value is (0,20,8,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (0,20,8,48)
C0M20Y8K48 (0%, 20%, 8%, 48%)
(0.00 / 0.20 / 0.08 / 0.48)

CMYK percentages

%0
%19.55
%8.27
%47.84

Codes

Color #856B7A in popluar color models

85 6B 7A
RGB 133 107 122
HSL 325° 10.83% 47.06%
HSB/HSV 325° 19.55% 52.16%
CMYK 0.00% 19.55% 8.27%
47.84%

Color #856B7A in popluar number systems.

HEX 85 6B 7A
Decimal 133 107 122
Binary 10000101 1101011 1111010
Octal 205 153 172

Shades and tints

Shades of #856B7A

#856B7A
(133,107,122)
#79626F
(121,98,111)
#6D5964
(109,89,100)
#615059
(97,80,89)
#55474E
(85,71,78)
#493E43
(73,62,67)
#3D3538
(61,53,56)
#312C2D
(49,44,45)
#252322
(37,35,34)
#191A17
(25,26,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #856B7A

#856B7A
(133,107,122)
#907886
(144,120,134)
#9B8592
(155,133,146)
#A6929E
(166,146,158)
#B19FAA
(177,159,170)
#BCACB6
(188,172,182)
#C7B9C2
(199,185,194)
#D2C6CE
(210,198,206)
#DDD3DA
(221,211,218)
#E8E0E6
(232,224,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B7A color. Also use rgb(133,107,122) instead hex code.

Text Font Color

.myTextColor { color: #856B7A; }

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

This text font color is #856B7A.

Background Color

.myBgColor { background-color: #856B7A; }

<div style="background-color:#856B7A">Inner text</div>

This div background color is #856B7A.

Border color

.myBorderColor { border: 1px solid #856B7A; }

<div style="border:3px solid #856B7A">Div</div>

This div border color is #856B7A.

Opacity

.myOpacity80 { color: #856B7A; opacity: 0.8; }

<p style="color:#856B7A;opacity:0.8;">80%</p>

Text with #856B7A 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 #856B7A;}

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

This text has shadow with #856B7A color.


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

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

This text has shadow with #856B7A primary color and red secondary color.


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

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

This text has shadow with #856B7A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #856B7A.

Preview

Color preview on black background

This text has color #856B7A on black background.


Color preview on white background

This text has color #856B7A on white background.


Black color preview on #856B7A background

This text has black color on #856B7A background.


White color preview on #856B7A background

This text has white color on #856B7A background.


Related colors

Complementary color

Complementary color for #hex is #7A9485.


I love getcolorcode.com

Triadic colors

1 #7A856B and #6B7A85 with #856B7A are triadic colors.

2 #7A6B85 and #6B857A with #856B7A are triadic colors.