COLOR #774689

HEX: #774689
RGB: (119,70,137)

Color info

#774689 contains mainly red and blue colors. Web safe color of #774689 is #663399 (or #639).

RGB color model

#774689 color RGB value is (119,70,137).

  • red value is 119;
  • green value is 70;
  • blue value is 137.
RGB:
(119,70,137)
(47%,27%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 137 of 255 = 54%

119
70
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 137 = 326 (100%)
R 119 of 326 ~ 36.5%
G 70 of 326 ~ 21.47%
B 137 of 326 ~ 42.02%

%36.5
%21.47
%42.02

CMYK color model

#774689 color CMYK value is (13,49,0,46).

  • cyan value is 13.14%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(13,49,0,46)
C13M49Y0K46 
(13%,49%,0%,46%)
(0.13/0.49/0.00/0.46)	

CMYK percentages

%13.14
%48.91
%0
%46.27

Codes

Color #774689 in popluar color models

774689
RGB11970137
HSL284°32.37%40.59%
HSB/HSV284°48.91%53.73%
CMYK13.14%48.91%0.00%
46.27%

Color #774689 in popluar number systems.

HEX774689
Decimal11970137
Binary1110111100011010001001
Octal167106211

Shades and tints

Shades of #774689

#774689
(119,70,137)
#6D407D
(109,64,125)
#633A71
(99,58,113)
#593465
(89,52,101)
#4F2E59
(79,46,89)
#45284D
(69,40,77)
#3B2241
(59,34,65)
#311C35
(49,28,53)
#271629
(39,22,41)
#1D101D
(29,16,29)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #774689

#774689
(119,70,137)
#835693
(131,86,147)
#8F669D
(143,102,157)
#9B76A7
(155,118,167)
#A786B1
(167,134,177)
#B396BB
(179,150,187)
#BFA6C5
(191,166,197)
#CBB6CF
(203,182,207)
#D7C6D9
(215,198,217)
#E3D6E3
(227,214,227)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774689 color. Also use rgb(119,70,137) instead hex code.

Text Font Color

.myTextColor { color: #774689; }

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

This text font color is #774689.


Background Color

.myBgColor { background-color: #774689; }

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

This div background color is #774689.


Border color

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

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

This div border color is #774689.


Opacity

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

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

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

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

This text has shadow with #774689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774689 on black background.


Color preview on white background

This text has color #774689 on white background.



Black color preview on #774689 background

This text has black color on #774689 background.


White color preview on #774689 background

This text has white color on #774689 background.