COLOR #835778

HEX: #835778
RGB: (131,87,120)

Color info

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

RGB color model

#835778 color RGB value is (131,87,120).

  • red value is 131;
  • green value is 87;
  • blue value is 120.
RGB:
(131,87,120)
(51%,34%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 87 of 255 = 34%
B 120 of 255 = 47%

131
87
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 87 + 120 = 338 (100%)
R 131 of 338 ~ 38.76%
G 87 of 338 ~ 25.74%
B 120 of 338 ~ 35.5%

%38.76
%25.74
%35.5

CMYK color model

#835778 color CMYK value is (0,34,8,49).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(0,34,8,49)
C0M34Y8K49 
(0%,34%,8%,49%)
(0.00/0.34/0.08/0.49)	

CMYK percentages

%0
%33.59
%8.4
%48.63

Codes

Color #835778 in popluar color models

835778
RGB13187120
HSL315°20.18%42.75%
HSB/HSV315°33.59%51.37%
CMYK0.00%33.59%8.40%
48.63%

Color #835778 in popluar number systems.

HEX835778
Decimal13187120
Binary1000001110101111111000
Octal203127170

Shades and tints

Shades of #835778

#835778
(131,87,120)
#78506E
(120,80,110)
#6D4964
(109,73,100)
#62425A
(98,66,90)
#573B50
(87,59,80)
#4C3446
(76,52,70)
#412D3C
(65,45,60)
#362632
(54,38,50)
#2B1F28
(43,31,40)
#20181E
(32,24,30)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #835778

#835778
(131,87,120)
#8E6684
(142,102,132)
#997590
(153,117,144)
#A4849C
(164,132,156)
#AF93A8
(175,147,168)
#BAA2B4
(186,162,180)
#C5B1C0
(197,177,192)
#D0C0CC
(208,192,204)
#DBCFD8
(219,207,216)
#E6DEE4
(230,222,228)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835778 color. Also use rgb(131,87,120) instead hex code.

Text Font Color

.myTextColor { color: #835778; }

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

This text font color is #835778.


Background Color

.myBgColor { background-color: #835778; }

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

This div background color is #835778.


Border color

.myBorderColor { border: 1px solid #835778; }

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

This div border color is #835778.


Opacity

.myOpacity80 { color: #835778; opacity: 0.8; }

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

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

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

This text has shadow with #835778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835778 on black background.


Color preview on white background

This text has color #835778 on white background.



Black color preview on #835778 background

This text has black color on #835778 background.


White color preview on #835778 background

This text has white color on #835778 background.