COLOR #785769

HEX: #785769
RGB: (120,87,105)

Color info

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

RGB color model

#785769 color RGB value is (120,87,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 105 of 255 = 41%

120
87
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 87 + 105 = 312 (100%)
R 120 of 312 ~ 38.46%
G 87 of 312 ~ 27.88%
B 105 of 312 ~ 33.65%

%38.46
%27.88
%33.65

CMYK color model

#785769 color CMYK value is (0,28,13,53).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(0,28,13,53)
C0M28Y13K53 
(0%,28%,13%,53%)
(0.00/0.28/0.13/0.53)	

CMYK percentages

%0
%27.5
%12.5
%52.94

Codes

Color #785769 in popluar color models

785769
RGB12087105
HSL327°15.94%40.59%
HSB/HSV327°27.50%47.06%
CMYK0.00%27.50%12.50%
52.94%

Color #785769 in popluar number systems.

HEX785769
Decimal12087105
Binary111100010101111101001
Octal170127151

Shades and tints

Shades of #785769

#785769
(120,87,105)
#6E5060
(110,80,96)
#644957
(100,73,87)
#5A424E
(90,66,78)
#503B45
(80,59,69)
#46343C
(70,52,60)
#3C2D33
(60,45,51)
#32262A
(50,38,42)
#281F21
(40,31,33)
#1E1818
(30,24,24)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #785769

#785769
(120,87,105)
#846676
(132,102,118)
#907583
(144,117,131)
#9C8490
(156,132,144)
#A8939D
(168,147,157)
#B4A2AA
(180,162,170)
#C0B1B7
(192,177,183)
#CCC0C4
(204,192,196)
#D8CFD1
(216,207,209)
#E4DEDE
(228,222,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785769; }

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

This text font color is #785769.


Background Color

.myBgColor { background-color: #785769; }

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

This div background color is #785769.


Border color

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

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

This div border color is #785769.


Opacity

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

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

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

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

This text has shadow with #785769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785769 on black background.


Color preview on white background

This text has color #785769 on white background.



Black color preview on #785769 background

This text has black color on #785769 background.


White color preview on #785769 background

This text has white color on #785769 background.