COLOR #83776B

HEX: #83776B
RGB: (131,119,107)

Color info

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

RGB color model

#83776B color RGB value is (131,119,107).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 107 of 255 = 42%

131
119
107

R + G + B ~ 47%. #83776B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 107 = 357 (100%)
R 131 of 357 ~ 36.69%
G 119 of 357 ~ 33.33%
B 107 of 357 ~ 29.97%

%36.69
%33.33
%29.97

CMYK color model

#83776B color CMYK value is (0,9,18,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(0,9,18,49)
C0M9Y18K49 
(0%,9%,18%,49%)
(0.00/0.09/0.18/0.49)	

CMYK percentages

%0
%9.16
%18.32
%48.63

Codes

Color #83776B in popluar color models

83776B
RGB131119107
HSL30°10.08%46.67%
HSB/HSV30°18.32%51.37%
CMYK0.00%9.16%18.32%
48.63%

Color #83776B in popluar number systems.

HEX83776B
Decimal131119107
Binary1000001111101111101011
Octal203167153

Shades and tints

Shades of #83776B

#83776B
(131,119,107)
#786D62
(120,109,98)
#6D6359
(109,99,89)
#625950
(98,89,80)
#574F47
(87,79,71)
#4C453E
(76,69,62)
#413B35
(65,59,53)
#36312C
(54,49,44)
#2B2723
(43,39,35)
#201D1A
(32,29,26)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #83776B

#83776B
(131,119,107)
#8E8378
(142,131,120)
#998F85
(153,143,133)
#A49B92
(164,155,146)
#AFA79F
(175,167,159)
#BAB3AC
(186,179,172)
#C5BFB9
(197,191,185)
#D0CBC6
(208,203,198)
#DBD7D3
(219,215,211)
#E6E3E0
(230,227,224)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83776B color. Also use rgb(131,119,107) instead hex code.

Text Font Color

.myTextColor { color: #83776B; }

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

This text font color is #83776B.


Background Color

.myBgColor { background-color: #83776B; }

<div style="background-color:#83776B">Inner text</div>

This div background color is #83776B.


Border color

.myBorderColor { border: 1px solid #83776B; }

<div style="border:3px solid #83776B">Div</div>

This div border color is #83776B.


Opacity

.myOpacity80 { color: #83776B; opacity: 0.8; }

<p style="color:#83776B;opacity:0.8;">80%</p>

Text with #83776B 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 #83776B;}

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

This text has shadow with #83776B color.

.textShadow {text-shadow: 3px 3px 1px #83776B, 3px 3px 1px red;}

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

This text has shadow with #83776B primary color and red secondary color.


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

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

This text has shadow with #83776B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83776B on black background.


Color preview on white background

This text has color #83776B on white background.



Black color preview on #83776B background

This text has black color on #83776B background.


White color preview on #83776B background

This text has white color on #83776B background.