COLOR #83778F

HEX: #83778F
RGB: (131,119,143)

Color info

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

RGB color model

#83778F color RGB value is (131,119,143).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 143 of 255 = 56%

131
119
143

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 143 = 393 (100%)
R 131 of 393 ~ 33.33%
G 119 of 393 ~ 30.28%
B 143 of 393 ~ 36.39%

%33.33
%30.28
%36.39

CMYK color model

#83778F color CMYK value is (8,17,0,44).

  • cyan value is 8.39%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,17,0,44)
C8M17Y0K44 
(8%,17%,0%,44%)
(0.08/0.17/0.00/0.44)	

CMYK percentages

%8.39
%16.78
%0
%43.92

Codes

Color #83778F in popluar color models

83778F
RGB131119143
HSL270°9.68%51.37%
HSB/HSV270°16.78%56.08%
CMYK8.39%16.78%0.00%
43.92%

Color #83778F in popluar number systems.

HEX83778F
Decimal131119143
Binary10000011111011110001111
Octal203167217

Shades and tints

Shades of #83778F

#83778F
(131,119,143)
#786D82
(120,109,130)
#6D6375
(109,99,117)
#625968
(98,89,104)
#574F5B
(87,79,91)
#4C454E
(76,69,78)
#413B41
(65,59,65)
#363134
(54,49,52)
#2B2727
(43,39,39)
#201D1A
(32,29,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #83778F

#83778F
(131,119,143)
#8E8399
(142,131,153)
#998FA3
(153,143,163)
#A49BAD
(164,155,173)
#AFA7B7
(175,167,183)
#BAB3C1
(186,179,193)
#C5BFCB
(197,191,203)
#D0CBD5
(208,203,213)
#DBD7DF
(219,215,223)
#E6E3E9
(230,227,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83778F; }

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

This text font color is #83778F.


Background Color

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

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

This div background color is #83778F.


Border color

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

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

This div border color is #83778F.


Opacity

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

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

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

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

This text has shadow with #83778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83778F on black background.


Color preview on white background

This text has color #83778F on white background.



Black color preview on #83778F background

This text has black color on #83778F background.


White color preview on #83778F background

This text has white color on #83778F background.