COLOR #85767D

HEX: #85767D RGB: (133,118,125)

Color info

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

RGB color model

#85767D color RGB value is (133,118,125).

RGB: (133,118,125) (52%, 46%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 125 of 255 = 49%

133
118
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 118 + 125 = 376 (100%)
R 133 of 376 ~ 35.37%
G 118 of 376 ~ 31.38%
B 125 of 376 ~ 33.24'%

%35.37
%31.38
%33.24

CMYK color model

#85767D color CMYK value is (0,11,6,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (0,11,6,48)
C0M11Y6K48 (0%, 11%, 6%, 48%)
(0.00 / 0.11 / 0.06 / 0.48)

CMYK percentages

%0
%11.28
%6.02
%47.84

Codes

Color #85767D in popluar color models

85 76 7D
RGB 133 118 125
HSL 332° 5.98% 49.22%
HSB/HSV 332° 11.28% 52.16%
CMYK 0.00% 11.28% 6.02%
47.84%

Color #85767D in popluar number systems.

HEX 85 76 7D
Decimal 133 118 125
Binary 10000101 1110110 1111101
Octal 205 166 175

Shades and tints

Shades of #85767D

#85767D
(133,118,125)
#796C72
(121,108,114)
#6D6267
(109,98,103)
#61585C
(97,88,92)
#554E51
(85,78,81)
#494446
(73,68,70)
#3D3A3B
(61,58,59)
#313030
(49,48,48)
#252625
(37,38,37)
#191C1A
(25,28,26)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #85767D

#85767D
(133,118,125)
#908288
(144,130,136)
#9B8E93
(155,142,147)
#A69A9E
(166,154,158)
#B1A6A9
(177,166,169)
#BCB2B4
(188,178,180)
#C7BEBF
(199,190,191)
#D2CACA
(210,202,202)
#DDD6D5
(221,214,213)
#E8E2E0
(232,226,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85767D color. Also use rgb(133,118,125) instead hex code.

Text Font Color

.myTextColor { color: #85767D; }

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

This text font color is #85767D.

Background Color

.myBgColor { background-color: #85767D; }

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

This div background color is #85767D.

Border color

.myBorderColor { border: 1px solid #85767D; }

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

This div border color is #85767D.

Opacity

.myOpacity80 { color: #85767D; opacity: 0.8; }

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

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

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

This text has shadow with #85767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85767D.

Preview

Color preview on black background

This text has color #85767D on black background.


Color preview on white background

This text has color #85767D on white background.


Black color preview on #85767D background

This text has black color on #85767D background.


White color preview on #85767D background

This text has white color on #85767D background.


Related colors

Complementary color

Complementary color for #hex is #7A8982.


I love getcolorcode.com

Triadic colors

1 #7D8576 and #767D85 with #85767D are triadic colors.

2 #7D7685 and #76857D with #85767D are triadic colors.