COLOR #785077

HEX: #785077
RGB: (120,80,119)

Color info

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

RGB color model

#785077 color RGB value is (120,80,119).

  • red value is 120;
  • green value is 80;
  • blue value is 119.
RGB:
(120,80,119)
(47%,31%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 119 of 255 = 47%

120
80
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 119 = 319 (100%)
R 120 of 319 ~ 37.62%
G 80 of 319 ~ 25.08%
B 119 of 319 ~ 37.3%

%37.62
%25.08
%37.3

CMYK color model

#785077 color CMYK value is (0,33,1,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(0,33,1,53)
C0M33Y1K53 
(0%,33%,1%,53%)
(0.00/0.33/0.01/0.53)	

CMYK percentages

%0
%33.33
%0.83
%52.94

Codes

Color #785077 in popluar color models

785077
RGB12080119
HSL302°20.00%39.22%
HSB/HSV302°33.33%47.06%
CMYK0.00%33.33%0.83%
52.94%

Color #785077 in popluar number systems.

HEX785077
Decimal12080119
Binary111100010100001110111
Octal170120167

Shades and tints

Shades of #785077

#785077
(120,80,119)
#6E496D
(110,73,109)
#644263
(100,66,99)
#5A3B59
(90,59,89)
#50344F
(80,52,79)
#462D45
(70,45,69)
#3C263B
(60,38,59)
#321F31
(50,31,49)
#281827
(40,24,39)
#1E111D
(30,17,29)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #785077

#785077
(120,80,119)
#845F83
(132,95,131)
#906E8F
(144,110,143)
#9C7D9B
(156,125,155)
#A88CA7
(168,140,167)
#B49BB3
(180,155,179)
#C0AABF
(192,170,191)
#CCB9CB
(204,185,203)
#D8C8D7
(216,200,215)
#E4D7E3
(228,215,227)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785077 color. Also use rgb(120,80,119) instead hex code.

Text Font Color

.myTextColor { color: #785077; }

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

This text font color is #785077.


Background Color

.myBgColor { background-color: #785077; }

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

This div background color is #785077.


Border color

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

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

This div border color is #785077.


Opacity

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

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

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

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

This text has shadow with #785077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785077 on black background.


Color preview on white background

This text has color #785077 on white background.



Black color preview on #785077 background

This text has black color on #785077 background.


White color preview on #785077 background

This text has white color on #785077 background.