COLOR #856A7B

HEX: #856A7B RGB: (133,106,123)

Color info

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

RGB color model

#856A7B color RGB value is (133,106,123).

RGB: (133,106,123) (52%, 42%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 123 of 255 = 48%

133
106
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 106 + 123 = 362 (100%)
R 133 of 362 ~ 36.74%
G 106 of 362 ~ 29.28%
B 123 of 362 ~ 33.98'%

%36.74
%29.28
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 7.52%
  • 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
%20.3
%7.52
%47.84

Codes

Color #856A7B in popluar color models

85 6A 7B
RGB 133 106 123
HSL 322° 11.30% 46.86%
HSB/HSV 322° 20.30% 52.16%
CMYK 0.00% 20.30% 7.52%
47.84%

Color #856A7B in popluar number systems.

HEX 85 6A 7B
Decimal 133 106 123
Binary 10000101 1101010 1111011
Octal 205 152 173

Shades and tints

Shades of #856A7B

#856A7B
(133,106,123)
#796170
(121,97,112)
#6D5865
(109,88,101)
#614F5A
(97,79,90)
#55464F
(85,70,79)
#493D44
(73,61,68)
#3D3439
(61,52,57)
#312B2E
(49,43,46)
#252223
(37,34,35)
#191918
(25,25,24)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #856A7B

#856A7B
(133,106,123)
#907787
(144,119,135)
#9B8493
(155,132,147)
#A6919F
(166,145,159)
#B19EAB
(177,158,171)
#BCABB7
(188,171,183)
#C7B8C3
(199,184,195)
#D2C5CF
(210,197,207)
#DDD2DB
(221,210,219)
#E8DFE7
(232,223,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856A7B color. Also use rgb(133,106,123) instead hex code.

Text Font Color

.myTextColor { color: #856A7B; }

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

This text font color is #856A7B.

Background Color

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

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

This div background color is #856A7B.

Border color

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

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

This div border color is #856A7B.

Opacity

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

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

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

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

This text has shadow with #856A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856A7B.

Preview

Color preview on black background

This text has color #856A7B on black background.


Color preview on white background

This text has color #856A7B on white background.


Black color preview on #856A7B background

This text has black color on #856A7B background.


White color preview on #856A7B background

This text has white color on #856A7B background.


Related colors

Complementary color

Complementary color for #hex is #7A9584.


I love getcolorcode.com

Triadic colors

1 #7B856A and #6A7B85 with #856A7B are triadic colors.

2 #7B6A85 and #6A857B with #856A7B are triadic colors.