COLOR #784069

HEX: #784069
RGB: (120,64,105)

Color info

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

RGB color model

#784069 color RGB value is (120,64,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 105 of 255 = 41%

120
64
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 105 = 289 (100%)
R 120 of 289 ~ 41.52%
G 64 of 289 ~ 22.15%
B 105 of 289 ~ 36.33%

%41.52
%22.15
%36.33

CMYK color model

#784069 color CMYK value is (0,47,13,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(0,47,13,53)
C0M47Y13K53 
(0%,47%,13%,53%)
(0.00/0.47/0.13/0.53)	

CMYK percentages

%0
%46.67
%12.5
%52.94

Codes

Color #784069 in popluar color models

784069
RGB12064105
HSL316°30.43%36.08%
HSB/HSV316°46.67%47.06%
CMYK0.00%46.67%12.50%
52.94%

Color #784069 in popluar number systems.

HEX784069
Decimal12064105
Binary111100010000001101001
Octal170100151

Shades and tints

Shades of #784069

#784069
(120,64,105)
#6E3B60
(110,59,96)
#643657
(100,54,87)
#5A314E
(90,49,78)
#502C45
(80,44,69)
#46273C
(70,39,60)
#3C2233
(60,34,51)
#321D2A
(50,29,42)
#281821
(40,24,33)
#1E1318
(30,19,24)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #784069

#784069
(120,64,105)
#845176
(132,81,118)
#906283
(144,98,131)
#9C7390
(156,115,144)
#A8849D
(168,132,157)
#B495AA
(180,149,170)
#C0A6B7
(192,166,183)
#CCB7C4
(204,183,196)
#D8C8D1
(216,200,209)
#E4D9DE
(228,217,222)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784069; }

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

This text font color is #784069.


Background Color

.myBgColor { background-color: #784069; }

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

This div background color is #784069.


Border color

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

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

This div border color is #784069.


Opacity

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

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

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

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

This text has shadow with #784069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784069 on black background.


Color preview on white background

This text has color #784069 on white background.



Black color preview on #784069 background

This text has black color on #784069 background.


White color preview on #784069 background

This text has white color on #784069 background.