COLOR #83776E

HEX: #83776E
RGB: (131,119,110)

Color info

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

RGB color model

#83776E color RGB value is (131,119,110).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 110 of 255 = 43%

131
119
110

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 110 = 360 (100%)
R 131 of 360 ~ 36.39%
G 119 of 360 ~ 33.06%
B 110 of 360 ~ 30.56%

%36.39
%33.06
%30.56

CMYK color model

#83776E color CMYK value is (0,9,16,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(0,9,16,49)
C0M9Y16K49 
(0%,9%,16%,49%)
(0.00/0.09/0.16/0.49)	

CMYK percentages

%0
%9.16
%16.03
%48.63

Codes

Color #83776E in popluar color models

83776E
RGB131119110
HSL26°8.71%47.25%
HSB/HSV26°16.03%51.37%
CMYK0.00%9.16%16.03%
48.63%

Color #83776E in popluar number systems.

HEX83776E
Decimal131119110
Binary1000001111101111101110
Octal203167156

Shades and tints

Shades of #83776E

#83776E
(131,119,110)
#786D64
(120,109,100)
#6D635A
(109,99,90)
#625950
(98,89,80)
#574F46
(87,79,70)
#4C453C
(76,69,60)
#413B32
(65,59,50)
#363128
(54,49,40)
#2B271E
(43,39,30)
#201D14
(32,29,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #83776E

#83776E
(131,119,110)
#8E837B
(142,131,123)
#998F88
(153,143,136)
#A49B95
(164,155,149)
#AFA7A2
(175,167,162)
#BAB3AF
(186,179,175)
#C5BFBC
(197,191,188)
#D0CBC9
(208,203,201)
#DBD7D6
(219,215,214)
#E6E3E3
(230,227,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83776E; }

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

This text font color is #83776E.


Background Color

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

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

This div background color is #83776E.


Border color

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

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

This div border color is #83776E.


Opacity

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

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

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

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

This text has shadow with #83776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83776E on black background.


Color preview on white background

This text has color #83776E on white background.



Black color preview on #83776E background

This text has black color on #83776E background.


White color preview on #83776E background

This text has white color on #83776E background.