COLOR #784569

HEX: #784569
RGB: (120,69,105)

Color info

#784569 contains red, green and blue colors in about the same proportion. Web safe color of #784569 is #663366 (or #636).

RGB color model

#784569 color RGB value is (120,69,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 69 of 255 = 27%
B 105 of 255 = 41%

120
69
105

R + G + B ~ 38%. #784569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 69 + 105 = 294 (100%)
R 120 of 294 ~ 40.82%
G 69 of 294 ~ 23.47%
B 105 of 294 ~ 35.71%

%40.82
%23.47
%35.71

CMYK color model

#784569 color CMYK value is (0,43,13,53).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(0,43,13,53)
C0M43Y13K53 
(0%,43%,13%,53%)
(0.00/0.43/0.13/0.53)	

CMYK percentages

%0
%42.5
%12.5
%52.94

Codes

Color #784569 in popluar color models

784569
RGB12069105
HSL318°26.98%37.06%
HSB/HSV318°42.50%47.06%
CMYK0.00%42.50%12.50%
52.94%

Color #784569 in popluar number systems.

HEX784569
Decimal12069105
Binary111100010001011101001
Octal170105151

Shades and tints

Shades of #784569

#784569
(120,69,105)
#6E3F60
(110,63,96)
#643957
(100,57,87)
#5A334E
(90,51,78)
#502D45
(80,45,69)
#46273C
(70,39,60)
#3C2133
(60,33,51)
#321B2A
(50,27,42)
#281521
(40,21,33)
#1E0F18
(30,15,24)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #784569

#784569
(120,69,105)
#845576
(132,85,118)
#906583
(144,101,131)
#9C7590
(156,117,144)
#A8859D
(168,133,157)
#B495AA
(180,149,170)
#C0A5B7
(192,165,183)
#CCB5C4
(204,181,196)
#D8C5D1
(216,197,209)
#E4D5DE
(228,213,222)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784569; }

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

This text font color is #784569.


Background Color

.myBgColor { background-color: #784569; }

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

This div background color is #784569.


Border color

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

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

This div border color is #784569.


Opacity

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

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

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

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

This text has shadow with #784569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784569 on black background.


Color preview on white background

This text has color #784569 on white background.



Black color preview on #784569 background

This text has black color on #784569 background.


White color preview on #784569 background

This text has white color on #784569 background.