COLOR #857E75

HEX: #857E75 RGB: (133,126,117)

Color info

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

RGB color model

#857E75 color RGB value is (133,126,117).

RGB: (133,126,117) (52%, 49%, 46%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 117 of 255 = 46%

133
126
117

R + G + B ~ 49%. #857E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 117 = 376 (100%)
R 133 of 376 ~ 35.37%
G 126 of 376 ~ 33.51%
B 117 of 376 ~ 31.12'%

%35.37
%33.51
%31.12

CMYK color model

#857E75 color CMYK value is (0,5,12,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 12.03%
  • key color value is 47.84%

CMYK: (0,5,12,48)
C0M5Y12K48 (0%, 5%, 12%, 48%)
(0.00 / 0.05 / 0.12 / 0.48)

CMYK percentages

%0
%5.26
%12.03
%47.84

Codes

Color #857E75 in popluar color models

85 7E 75
RGB 133 126 117
HSL 34° 6.40% 49.02%
HSB/HSV 34° 12.03% 52.16%
CMYK 0.00% 5.26% 12.03%
47.84%

Color #857E75 in popluar number systems.

HEX 85 7E 75
Decimal 133 126 117
Binary 10000101 1111110 1110101
Octal 205 176 165

Shades and tints

Shades of #857E75

#857E75
(133,126,117)
#79736B
(121,115,107)
#6D6861
(109,104,97)
#615D57
(97,93,87)
#55524D
(85,82,77)
#494743
(73,71,67)
#3D3C39
(61,60,57)
#31312F
(49,49,47)
#252625
(37,38,37)
#191B1B
(25,27,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #857E75

#857E75
(133,126,117)
#908981
(144,137,129)
#9B948D
(155,148,141)
#A69F99
(166,159,153)
#B1AAA5
(177,170,165)
#BCB5B1
(188,181,177)
#C7C0BD
(199,192,189)
#D2CBC9
(210,203,201)
#DDD6D5
(221,214,213)
#E8E1E1
(232,225,225)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857E75 color. Also use rgb(133,126,117) instead hex code.

Text Font Color

.myTextColor { color: #857E75; }

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

This text font color is #857E75.

Background Color

.myBgColor { background-color: #857E75; }

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

This div background color is #857E75.

Border color

.myBorderColor { border: 1px solid #857E75; }

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

This div border color is #857E75.

Opacity

.myOpacity80 { color: #857E75; opacity: 0.8; }

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

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

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

This text has shadow with #857E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E75.

Preview

Color preview on black background

This text has color #857E75 on black background.


Color preview on white background

This text has color #857E75 on white background.


Black color preview on #857E75 background

This text has black color on #857E75 background.


White color preview on #857E75 background

This text has white color on #857E75 background.


Related colors

Complementary color

Complementary color for #hex is #7A818A.


I love getcolorcode.com

Triadic colors

1 #75857E and #7E7585 with #857E75 are triadic colors.

2 #757E85 and #7E8575 with #857E75 are triadic colors.