COLOR #855C7C

HEX: #855C7C RGB: (133,92,124)

Color info

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

RGB color model

#855C7C color RGB value is (133,92,124).

RGB: (133,92,124) (52%, 36%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 124 of 255 = 49%

133
92
124

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

Portions of RGB colors in percentages

R + G + B = 133 + 92 + 124 = 349 (100%)
R 133 of 349 ~ 38.11%
G 92 of 349 ~ 26.36%
B 124 of 349 ~ 35.53'%

%38.11
%26.36
%35.53

CMYK color model

#855C7C color CMYK value is (0,31,7,48).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 6.77%
  • key color value is 47.84%

CMYK: (0,31,7,48)
C0M31Y7K48 (0%, 31%, 7%, 48%)
(0.00 / 0.31 / 0.07 / 0.48)

CMYK percentages

%0
%30.83
%6.77
%47.84

Codes

Color #855C7C in popluar color models

85 5C 7C
RGB 133 92 124
HSL 313° 18.22% 44.12%
HSB/HSV 313° 30.83% 52.16%
CMYK 0.00% 30.83% 6.77%
47.84%

Color #855C7C in popluar number systems.

HEX 85 5C 7C
Decimal 133 92 124
Binary 10000101 1011100 1111100
Octal 205 134 174

Shades and tints

Shades of #855C7C

#855C7C
(133,92,124)
#795471
(121,84,113)
#6D4C66
(109,76,102)
#61445B
(97,68,91)
#553C50
(85,60,80)
#493445
(73,52,69)
#3D2C3A
(61,44,58)
#31242F
(49,36,47)
#251C24
(37,28,36)
#191419
(25,20,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #855C7C

#855C7C
(133,92,124)
#906A87
(144,106,135)
#9B7892
(155,120,146)
#A6869D
(166,134,157)
#B194A8
(177,148,168)
#BCA2B3
(188,162,179)
#C7B0BE
(199,176,190)
#D2BEC9
(210,190,201)
#DDCCD4
(221,204,212)
#E8DADF
(232,218,223)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C7C color. Also use rgb(133,92,124) instead hex code.

Text Font Color

.myTextColor { color: #855C7C; }

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

This text font color is #855C7C.

Background Color

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

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

This div background color is #855C7C.

Border color

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

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

This div border color is #855C7C.

Opacity

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

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

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

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

This text has shadow with #855C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855C7C.

Preview

Color preview on black background

This text has color #855C7C on black background.


Color preview on white background

This text has color #855C7C on white background.


Black color preview on #855C7C background

This text has black color on #855C7C background.


White color preview on #855C7C background

This text has white color on #855C7C background.


Related colors

Complementary color

Complementary color for #hex is #7AA383.


I love getcolorcode.com

Triadic colors

1 #7C855C and #5C7C85 with #855C7C are triadic colors.

2 #7C5C85 and #5C857C with #855C7C are triadic colors.