COLOR #857799

HEX: #857799 RGB: (133,119,153)

Color info

#857799 contains red, green and blue colors in about the same proportion. Web safe color of #857799 is #996699 (or #969).

RGB color model

#857799 color RGB value is (133,119,153).

RGB: (133,119,153) (52%, 47%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 153 of 255 = 60%

133
119
153

R + G + B ~ 53%. #857799 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 153 = 405 (100%)
R 133 of 405 ~ 32.84%
G 119 of 405 ~ 29.38%
B 153 of 405 ~ 37.78'%

%32.84
%29.38
%37.78

CMYK color model

#857799 color CMYK value is (13,22,0,40).

  • cyan value is 13.07%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (13,22,0,40)
C13M22Y0K40 (13%, 22%, 0%, 40%)
(0.13 / 0.22 / 0.00 / 0.40)

CMYK percentages

%13.07
%22.22
%0
%40

Codes

Color #857799 in popluar color models

85 77 99
RGB 133 119 153
HSL 265° 14.29% 53.33%
HSB/HSV 265° 22.22% 60.00%
CMYK 13.07% 22.22% 0.00%
40.00%

Color #857799 in popluar number systems.

HEX 85 77 99
Decimal 133 119 153
Binary 10000101 1110111 10011001
Octal 205 167 231

Shades and tints

Shades of #857799

#857799
(133,119,153)
#796D8C
(121,109,140)
#6D637F
(109,99,127)
#615972
(97,89,114)
#554F65
(85,79,101)
#494558
(73,69,88)
#3D3B4B
(61,59,75)
#31313E
(49,49,62)
#252731
(37,39,49)
#191D24
(25,29,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #857799

#857799
(133,119,153)
#9083A2
(144,131,162)
#9B8FAB
(155,143,171)
#A69BB4
(166,155,180)
#B1A7BD
(177,167,189)
#BCB3C6
(188,179,198)
#C7BFCF
(199,191,207)
#D2CBD8
(210,203,216)
#DDD7E1
(221,215,225)
#E8E3EA
(232,227,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857799 color. Also use rgb(133,119,153) instead hex code.

Text Font Color

.myTextColor { color: #857799; }

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

This text font color is #857799.

Background Color

.myBgColor { background-color: #857799; }

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

This div background color is #857799.

Border color

.myBorderColor { border: 1px solid #857799; }

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

This div border color is #857799.

Opacity

.myOpacity80 { color: #857799; opacity: 0.8; }

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

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

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

This text has shadow with #857799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857799.

Preview

Color preview on black background

This text has color #857799 on black background.


Color preview on white background

This text has color #857799 on white background.


Black color preview on #857799 background

This text has black color on #857799 background.


White color preview on #857799 background

This text has white color on #857799 background.


Related colors

Complementary color

Complementary color for #hex is #7A8866.


I love getcolorcode.com

Triadic colors

1 #998577 and #779985 with #857799 are triadic colors.

2 #997785 and #778599 with #857799 are triadic colors.