COLOR #785379

HEX: #785379
RGB: (120,83,121)

Color info

#785379 contains red, green and blue colors in about the same proportion. Web safe color of #785379 is #666666 (or #666).

RGB color model

#785379 color RGB value is (120,83,121).

  • red value is 120;
  • green value is 83;
  • blue value is 121.
RGB:
(120,83,121)
(47%,33%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 121 of 255 = 47%

120
83
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 121 = 324 (100%)
R 120 of 324 ~ 37.04%
G 83 of 324 ~ 25.62%
B 121 of 324 ~ 37.35%

%37.04
%25.62
%37.35

CMYK color model

#785379 color CMYK value is (1,31,0,53).

  • cyan value is 0.83%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(1,31,0,53)
C1M31Y0K53 
(1%,31%,0%,53%)
(0.01/0.31/0.00/0.53)	

CMYK percentages

%0.83
%31.4
%0
%52.55

Codes

Color #785379 in popluar color models

785379
RGB12083121
HSL298°18.63%40.00%
HSB/HSV298°31.40%47.45%
CMYK0.83%31.40%0.00%
52.55%

Color #785379 in popluar number systems.

HEX785379
Decimal12083121
Binary111100010100111111001
Octal170123171

Shades and tints

Shades of #785379

#785379
(120,83,121)
#6E4C6E
(110,76,110)
#644563
(100,69,99)
#5A3E58
(90,62,88)
#50374D
(80,55,77)
#463042
(70,48,66)
#3C2937
(60,41,55)
#32222C
(50,34,44)
#281B21
(40,27,33)
#1E1416
(30,20,22)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #785379

#785379
(120,83,121)
#846285
(132,98,133)
#907191
(144,113,145)
#9C809D
(156,128,157)
#A88FA9
(168,143,169)
#B49EB5
(180,158,181)
#C0ADC1
(192,173,193)
#CCBCCD
(204,188,205)
#D8CBD9
(216,203,217)
#E4DAE5
(228,218,229)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785379 color. Also use rgb(120,83,121) instead hex code.

Text Font Color

.myTextColor { color: #785379; }

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

This text font color is #785379.


Background Color

.myBgColor { background-color: #785379; }

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

This div background color is #785379.


Border color

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

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

This div border color is #785379.


Opacity

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

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

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

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

This text has shadow with #785379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785379 on black background.


Color preview on white background

This text has color #785379 on white background.



Black color preview on #785379 background

This text has black color on #785379 background.


White color preview on #785379 background

This text has white color on #785379 background.