COLOR #83777D

HEX: #83777D
RGB: (131,119,125)

Color info

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

RGB color model

#83777D color RGB value is (131,119,125).

  • red value is 131;
  • green value is 119;
  • blue value is 125.
RGB:
(131,119,125)
(51%,47%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 125 of 255 = 49%

131
119
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 125 = 375 (100%)
R 131 of 375 ~ 34.93%
G 119 of 375 ~ 31.73%
B 125 of 375 ~ 33.33%

%34.93
%31.73
%33.33

CMYK color model

#83777D color CMYK value is (0,9,5,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(0,9,5,49)
C0M9Y5K49 
(0%,9%,5%,49%)
(0.00/0.09/0.05/0.49)	

CMYK percentages

%0
%9.16
%4.58
%48.63

Codes

Color #83777D in popluar color models

83777D
RGB131119125
HSL330°4.80%49.02%
HSB/HSV330°9.16%51.37%
CMYK0.00%9.16%4.58%
48.63%

Color #83777D in popluar number systems.

HEX83777D
Decimal131119125
Binary1000001111101111111101
Octal203167175

Shades and tints

Shades of #83777D

#83777D
(131,119,125)
#786D72
(120,109,114)
#6D6367
(109,99,103)
#62595C
(98,89,92)
#574F51
(87,79,81)
#4C4546
(76,69,70)
#413B3B
(65,59,59)
#363130
(54,49,48)
#2B2725
(43,39,37)
#201D1A
(32,29,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #83777D

#83777D
(131,119,125)
#8E8388
(142,131,136)
#998F93
(153,143,147)
#A49B9E
(164,155,158)
#AFA7A9
(175,167,169)
#BAB3B4
(186,179,180)
#C5BFBF
(197,191,191)
#D0CBCA
(208,203,202)
#DBD7D5
(219,215,213)
#E6E3E0
(230,227,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83777D color. Also use rgb(131,119,125) instead hex code.

Text Font Color

.myTextColor { color: #83777D; }

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

This text font color is #83777D.


Background Color

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

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

This div background color is #83777D.


Border color

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

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

This div border color is #83777D.


Opacity

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

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

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

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

This text has shadow with #83777D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83777D on black background.


Color preview on white background

This text has color #83777D on white background.



Black color preview on #83777D background

This text has black color on #83777D background.


White color preview on #83777D background

This text has white color on #83777D background.