COLOR #855D76

HEX: #855D76
RGB: (133,93,118)

Color info

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

RGB color model

#855D76 color RGB value is (133,93,118).

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

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 118 of 255 = 46%

133
93
118

R + G + B ~ 45%. #855D76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 118 = 344 (100%)
R 133 of 344 ~ 38.66%
G 93 of 344 ~ 27.03%
B 118 of 344 ~ 34.3%

%38.66
%27.03
%34.3

CMYK color model

#855D76 color CMYK value is (0,30,11,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,30,11,48)
C0M30Y11K48 
(0%,30%,11%,48%)
(0.00/0.30/0.11/0.48)	

CMYK percentages

%0
%30.08
%11.28
%47.84

Codes

Color #855D76 in popluar color models

855D76
RGB13393118
HSL323°17.70%44.31%
HSB/HSV323°30.08%52.16%
CMYK0.00%30.08%11.28%
47.84%

Color #855D76 in popluar number systems.

HEX855D76
Decimal13393118
Binary1000010110111011110110
Octal205135166

Shades and tints

Shades of #855D76

#855D76
(133,93,118)
#79556C
(121,85,108)
#6D4D62
(109,77,98)
#614558
(97,69,88)
#553D4E
(85,61,78)
#493544
(73,53,68)
#3D2D3A
(61,45,58)
#312530
(49,37,48)
#251D26
(37,29,38)
#19151C
(25,21,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #855D76

#855D76
(133,93,118)
#906B82
(144,107,130)
#9B798E
(155,121,142)
#A6879A
(166,135,154)
#B195A6
(177,149,166)
#BCA3B2
(188,163,178)
#C7B1BE
(199,177,190)
#D2BFCA
(210,191,202)
#DDCDD6
(221,205,214)
#E8DBE2
(232,219,226)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D76 color. Also use rgb(133,93,118) instead hex code.

Text Font Color

.myTextColor { color: #855D76; }

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

This text font color is #855D76.


Background Color

.myBgColor { background-color: #855D76; }

<div style="background-color:#855D76">Inner text</div>

This div background color is #855D76.


Border color

.myBorderColor { border: 1px solid #855D76; }

<div style="border:3px solid #855D76">Div</div>

This div border color is #855D76.


Opacity

.myOpacity80 { color: #855D76; opacity: 0.8; }

<p style="color:#855D76;opacity:0.8;">80%</p>

Text with #855D76 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 #855D76;}

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

This text has shadow with #855D76 color.

.textShadow {text-shadow: 3px 3px 1px #855D76, 3px 3px 1px red;}

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

This text has shadow with #855D76 primary color and red secondary color.


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

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

This text has shadow with #855D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D76 on black background.


Color preview on white background

This text has color #855D76 on white background.



Black color preview on #855D76 background

This text has black color on #855D76 background.


White color preview on #855D76 background

This text has white color on #855D76 background.