COLOR #785369

HEX: #785369
RGB: (120,83,105)

Color info

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

RGB color model

#785369 color RGB value is (120,83,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 105 of 255 = 41%

120
83
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 105 = 308 (100%)
R 120 of 308 ~ 38.96%
G 83 of 308 ~ 26.95%
B 105 of 308 ~ 34.09%

%38.96
%26.95
%34.09

CMYK color model

#785369 color CMYK value is (0,31,13,53).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(0,31,13,53)
C0M31Y13K53 
(0%,31%,13%,53%)
(0.00/0.31/0.13/0.53)	

CMYK percentages

%0
%30.83
%12.5
%52.94

Codes

Color #785369 in popluar color models

785369
RGB12083105
HSL324°18.23%39.80%
HSB/HSV324°30.83%47.06%
CMYK0.00%30.83%12.50%
52.94%

Color #785369 in popluar number systems.

HEX785369
Decimal12083105
Binary111100010100111101001
Octal170123151

Shades and tints

Shades of #785369

#785369
(120,83,105)
#6E4C60
(110,76,96)
#644557
(100,69,87)
#5A3E4E
(90,62,78)
#503745
(80,55,69)
#46303C
(70,48,60)
#3C2933
(60,41,51)
#32222A
(50,34,42)
#281B21
(40,27,33)
#1E1418
(30,20,24)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #785369

#785369
(120,83,105)
#846276
(132,98,118)
#907183
(144,113,131)
#9C8090
(156,128,144)
#A88F9D
(168,143,157)
#B49EAA
(180,158,170)
#C0ADB7
(192,173,183)
#CCBCC4
(204,188,196)
#D8CBD1
(216,203,209)
#E4DADE
(228,218,222)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785369; }

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

This text font color is #785369.


Background Color

.myBgColor { background-color: #785369; }

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

This div background color is #785369.


Border color

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

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

This div border color is #785369.


Opacity

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

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

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

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

This text has shadow with #785369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785369 on black background.


Color preview on white background

This text has color #785369 on white background.



Black color preview on #785369 background

This text has black color on #785369 background.


White color preview on #785369 background

This text has white color on #785369 background.