COLOR #784071

HEX: #784071
RGB: (120,64,113)

Color info

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

RGB color model

#784071 color RGB value is (120,64,113).

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

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 113 of 255 = 44%

120
64
113

R + G + B ~ 39%. #784071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 113 = 297 (100%)
R 120 of 297 ~ 40.4%
G 64 of 297 ~ 21.55%
B 113 of 297 ~ 38.05%

%40.4
%21.55
%38.05

CMYK color model

#784071 color CMYK value is (0,47,6,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(0,47,6,53)
C0M47Y6K53 
(0%,47%,6%,53%)
(0.00/0.47/0.06/0.53)	

CMYK percentages

%0
%46.67
%5.83
%52.94

Codes

Color #784071 in popluar color models

784071
RGB12064113
HSL308°30.43%36.08%
HSB/HSV308°46.67%47.06%
CMYK0.00%46.67%5.83%
52.94%

Color #784071 in popluar number systems.

HEX784071
Decimal12064113
Binary111100010000001110001
Octal170100161

Shades and tints

Shades of #784071

#784071
(120,64,113)
#6E3B67
(110,59,103)
#64365D
(100,54,93)
#5A3153
(90,49,83)
#502C49
(80,44,73)
#46273F
(70,39,63)
#3C2235
(60,34,53)
#321D2B
(50,29,43)
#281821
(40,24,33)
#1E1317
(30,19,23)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #784071

#784071
(120,64,113)
#84517D
(132,81,125)
#906289
(144,98,137)
#9C7395
(156,115,149)
#A884A1
(168,132,161)
#B495AD
(180,149,173)
#C0A6B9
(192,166,185)
#CCB7C5
(204,183,197)
#D8C8D1
(216,200,209)
#E4D9DD
(228,217,221)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784071; }

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

This text font color is #784071.


Background Color

.myBgColor { background-color: #784071; }

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

This div background color is #784071.


Border color

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

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

This div border color is #784071.


Opacity

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

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

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

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

This text has shadow with #784071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784071 on black background.


Color preview on white background

This text has color #784071 on white background.



Black color preview on #784071 background

This text has black color on #784071 background.


White color preview on #784071 background

This text has white color on #784071 background.