COLOR #83778B

HEX: #83778B
RGB: (131,119,139)

Color info

#83778B contains red, green and blue colors in about the same proportion. Web safe color of #83778B is #996699 (or #969).

RGB color model

#83778B color RGB value is (131,119,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 139 of 255 = 55%

131
119
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 139 = 389 (100%)
R 131 of 389 ~ 33.68%
G 119 of 389 ~ 30.59%
B 139 of 389 ~ 35.73%

%33.68
%30.59
%35.73

CMYK color model

#83778B color CMYK value is (6,14,0,45).

  • cyan value is 5.76%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,14,0,45)
C6M14Y0K45 
(6%,14%,0%,45%)
(0.06/0.14/0.00/0.45)	

CMYK percentages

%5.76
%14.39
%0
%45.49

Codes

Color #83778B in popluar color models

83778B
RGB131119139
HSL276°7.94%50.59%
HSB/HSV276°14.39%54.51%
CMYK5.76%14.39%0.00%
45.49%

Color #83778B in popluar number systems.

HEX83778B
Decimal131119139
Binary10000011111011110001011
Octal203167213

Shades and tints

Shades of #83778B

#83778B
(131,119,139)
#786D7F
(120,109,127)
#6D6373
(109,99,115)
#625967
(98,89,103)
#574F5B
(87,79,91)
#4C454F
(76,69,79)
#413B43
(65,59,67)
#363137
(54,49,55)
#2B272B
(43,39,43)
#201D1F
(32,29,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #83778B

#83778B
(131,119,139)
#8E8395
(142,131,149)
#998F9F
(153,143,159)
#A49BA9
(164,155,169)
#AFA7B3
(175,167,179)
#BAB3BD
(186,179,189)
#C5BFC7
(197,191,199)
#D0CBD1
(208,203,209)
#DBD7DB
(219,215,219)
#E6E3E5
(230,227,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83778B; }

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

This text font color is #83778B.


Background Color

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

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

This div background color is #83778B.


Border color

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

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

This div border color is #83778B.


Opacity

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

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

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

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

This text has shadow with #83778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83778B on black background.


Color preview on white background

This text has color #83778B on white background.



Black color preview on #83778B background

This text has black color on #83778B background.


White color preview on #83778B background

This text has white color on #83778B background.