COLOR #85787F

HEX: #85787F
RGB: (133,120,127)

Color info

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

RGB color model

#85787F color RGB value is (133,120,127).

  • red value is 133;
  • green value is 120;
  • blue value is 127.
RGB: (133,120,127) (52%,47%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 127 of 255 = 50%

133
120
127

R + G + B ~ 50%. #85787F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 127 = 380 (100%)
R 133 of 380 ~ 35%
G 120 of 380 ~ 31.58%
B 127 of 380 ~ 33.42%

%35
%31.58
%33.42

CMYK color model

#85787F color CMYK value is (0,10,5,48).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK: (0,10,5,48) C0M10Y5K48 (0%,10%,5%,48%) (0.00/0.10/0.05/0.48)

CMYK percentages

%0
%9.77
%4.51
%47.84

Codes

Color #85787F in popluar color models

85787F
RGB133120127
HSL328°5.14%49.61%
HSB/HSV328°9.77%52.16%
CMYK0.00%9.77%4.51%
47.84%

Color #85787F in popluar number systems.

HEX85787F
Decimal133120127
Binary1000010111110001111111
Octal205170177

Shades and tints

Shades of #85787F

#85787F
(133,120,127)
#796E74
(121,110,116)
#6D6469
(109,100,105)
#615A5E
(97,90,94)
#555053
(85,80,83)
#494648
(73,70,72)
#3D3C3D
(61,60,61)
#313232
(49,50,50)
#252827
(37,40,39)
#191E1C
(25,30,28)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #85787F

#85787F
(133,120,127)
#90848A
(144,132,138)
#9B9095
(155,144,149)
#A69CA0
(166,156,160)
#B1A8AB
(177,168,171)
#BCB4B6
(188,180,182)
#C7C0C1
(199,192,193)
#D2CCCC
(210,204,204)
#DDD8D7
(221,216,215)
#E8E4E2
(232,228,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85787F color. Also use rgb(133,120,127) instead hex code.

Text Font Color

.myTextColor { color: #85787F; }

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

This text font color is #85787F.


Background Color

.myBgColor { background-color: #85787F; }

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

This div background color is #85787F.


Border color

.myBorderColor { border: 1px solid #85787F; }

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

This div border color is #85787F.


Opacity

.myOpacity80 { color: #85787F; opacity: 0.8; }

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

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

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

This text has shadow with #85787F color.

.textShadow {text-shadow: 3px 3px 1px #85787F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #85787F; -webkit-box-shadow:	1px 1px 3px 2px #85787F; box-shadow:	1px 1px 3px 2px #85787F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #85787F; -webkit-box-shadow: 1px 1px 3px 2px #85787F; box-shadow:1px 1px 3px 2px #85787F;">
Div content here</div>
This div box has shadow with color #85787F.

Preview

Color preview on black background

This text has color #85787F on black background.


Color preview on white background

This text has color #85787F on white background.



Black color preview on #85787F background

This text has black color on #85787F background.


White color preview on #85787F background

This text has white color on #85787F background.