COLOR #857C75

HEX: #857C75 RGB: (133,124,117)

Color info

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

RGB color model

#857C75 color RGB value is (133,124,117).

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

RGB channels and saturation

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

133
124
117

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

Portions of RGB colors in percentages

R + G + B = 133 + 124 + 117 = 374 (100%)
R 133 of 374 ~ 35.56%
G 124 of 374 ~ 33.16%
B 117 of 374 ~ 31.28'%

%35.56
%33.16
%31.28

CMYK color model

#857C75 color CMYK value is (0,7,12,48).

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

CMYK: (0,7,12,48)
C0M7Y12K48 (0%, 7%, 12%, 48%)
(0.00 / 0.07 / 0.12 / 0.48)

CMYK percentages

%0
%6.77
%12.03
%47.84

Codes

Color #857C75 in popluar color models

85 7C 75
RGB 133 124 117
HSL 26° 6.40% 49.02%
HSB/HSV 26° 12.03% 52.16%
CMYK 0.00% 6.77% 12.03%
47.84%

Color #857C75 in popluar number systems.

HEX 85 7C 75
Decimal 133 124 117
Binary 10000101 1111100 1110101
Octal 205 174 165

Shades and tints

Shades of #857C75

#857C75
(133,124,117)
#79716B
(121,113,107)
#6D6661
(109,102,97)
#615B57
(97,91,87)
#55504D
(85,80,77)
#494543
(73,69,67)
#3D3A39
(61,58,57)
#312F2F
(49,47,47)
#252425
(37,36,37)
#19191B
(25,25,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #857C75

#857C75
(133,124,117)
#908781
(144,135,129)
#9B928D
(155,146,141)
#A69D99
(166,157,153)
#B1A8A5
(177,168,165)
#BCB3B1
(188,179,177)
#C7BEBD
(199,190,189)
#D2C9C9
(210,201,201)
#DDD4D5
(221,212,213)
#E8DFE1
(232,223,225)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C75; }

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

This text font color is #857C75.

Background Color

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

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

This div background color is #857C75.

Border color

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

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

This div border color is #857C75.

Opacity

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

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

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

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

This text has shadow with #857C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857C75.

Preview

Color preview on black background

This text has color #857C75 on black background.


Color preview on white background

This text has color #857C75 on white background.


Black color preview on #857C75 background

This text has black color on #857C75 background.


White color preview on #857C75 background

This text has white color on #857C75 background.


Related colors

Complementary color

Complementary color for #hex is #7A838A.


I love getcolorcode.com

Triadic colors

1 #75857C and #7C7585 with #857C75 are triadic colors.

2 #757C85 and #7C8575 with #857C75 are triadic colors.