COLOR #785073

HEX: #785073
RGB: (120,80,115)

Color info

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

RGB color model

#785073 color RGB value is (120,80,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 115 of 255 = 45%

120
80
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 115 = 315 (100%)
R 120 of 315 ~ 38.1%
G 80 of 315 ~ 25.4%
B 115 of 315 ~ 36.51%

%38.1
%25.4
%36.51

CMYK color model

#785073 color CMYK value is (0,33,4,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,33,4,53)
C0M33Y4K53 
(0%,33%,4%,53%)
(0.00/0.33/0.04/0.53)	

CMYK percentages

%0
%33.33
%4.17
%52.94

Codes

Color #785073 in popluar color models

785073
RGB12080115
HSL308°20.00%39.22%
HSB/HSV308°33.33%47.06%
CMYK0.00%33.33%4.17%
52.94%

Color #785073 in popluar number systems.

HEX785073
Decimal12080115
Binary111100010100001110011
Octal170120163

Shades and tints

Shades of #785073

#785073
(120,80,115)
#6E4969
(110,73,105)
#64425F
(100,66,95)
#5A3B55
(90,59,85)
#50344B
(80,52,75)
#462D41
(70,45,65)
#3C2637
(60,38,55)
#321F2D
(50,31,45)
#281823
(40,24,35)
#1E1119
(30,17,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #785073

#785073
(120,80,115)
#845F7F
(132,95,127)
#906E8B
(144,110,139)
#9C7D97
(156,125,151)
#A88CA3
(168,140,163)
#B49BAF
(180,155,175)
#C0AABB
(192,170,187)
#CCB9C7
(204,185,199)
#D8C8D3
(216,200,211)
#E4D7DF
(228,215,223)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785073; }

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

This text font color is #785073.


Background Color

.myBgColor { background-color: #785073; }

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

This div background color is #785073.


Border color

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

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

This div border color is #785073.


Opacity

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

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

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

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

This text has shadow with #785073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785073 on black background.


Color preview on white background

This text has color #785073 on white background.



Black color preview on #785073 background

This text has black color on #785073 background.


White color preview on #785073 background

This text has white color on #785073 background.