COLOR #784774

HEX: #784774
RGB: (120,71,116)

Color info

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

RGB color model

#784774 color RGB value is (120,71,116).

  • red value is 120;
  • green value is 71;
  • blue value is 116.
RGB:
(120,71,116)
(47%,28%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 71 of 255 = 28%
B 116 of 255 = 45%

120
71
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 71 + 116 = 307 (100%)
R 120 of 307 ~ 39.09%
G 71 of 307 ~ 23.13%
B 116 of 307 ~ 37.79%

%39.09
%23.13
%37.79

CMYK color model

#784774 color CMYK value is (0,41,3,53).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(0,41,3,53)
C0M41Y3K53 
(0%,41%,3%,53%)
(0.00/0.41/0.03/0.53)	

CMYK percentages

%0
%40.83
%3.33
%52.94

Codes

Color #784774 in popluar color models

784774
RGB12071116
HSL305°25.65%37.45%
HSB/HSV305°40.83%47.06%
CMYK0.00%40.83%3.33%
52.94%

Color #784774 in popluar number systems.

HEX784774
Decimal12071116
Binary111100010001111110100
Octal170107164

Shades and tints

Shades of #784774

#784774
(120,71,116)
#6E416A
(110,65,106)
#643B60
(100,59,96)
#5A3556
(90,53,86)
#502F4C
(80,47,76)
#462942
(70,41,66)
#3C2338
(60,35,56)
#321D2E
(50,29,46)
#281724
(40,23,36)
#1E111A
(30,17,26)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #784774

#784774
(120,71,116)
#845780
(132,87,128)
#90678C
(144,103,140)
#9C7798
(156,119,152)
#A887A4
(168,135,164)
#B497B0
(180,151,176)
#C0A7BC
(192,167,188)
#CCB7C8
(204,183,200)
#D8C7D4
(216,199,212)
#E4D7E0
(228,215,224)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784774 color. Also use rgb(120,71,116) instead hex code.

Text Font Color

.myTextColor { color: #784774; }

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

This text font color is #784774.


Background Color

.myBgColor { background-color: #784774; }

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

This div background color is #784774.


Border color

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

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

This div border color is #784774.


Opacity

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

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

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

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

This text has shadow with #784774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784774 on black background.


Color preview on white background

This text has color #784774 on white background.



Black color preview on #784774 background

This text has black color on #784774 background.


White color preview on #784774 background

This text has white color on #784774 background.