COLOR #774986

HEX: #774986
RGB: (119,73,134)

Color info

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

RGB color model

#774986 color RGB value is (119,73,134).

  • red value is 119;
  • green value is 73;
  • blue value is 134.
RGB:
(119,73,134)
(47%,29%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 73 of 255 = 29%
B 134 of 255 = 53%

119
73
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 73 + 134 = 326 (100%)
R 119 of 326 ~ 36.5%
G 73 of 326 ~ 22.39%
B 134 of 326 ~ 41.1%

%36.5
%22.39
%41.1

CMYK color model

#774986 color CMYK value is (11,46,0,47).

  • cyan value is 11.19%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(11,46,0,47)
C11M46Y0K47 
(11%,46%,0%,47%)
(0.11/0.46/0.00/0.47)	

CMYK percentages

%11.19
%45.52
%0
%47.45

Codes

Color #774986 in popluar color models

774986
RGB11973134
HSL285°29.47%40.59%
HSB/HSV285°45.52%52.55%
CMYK11.19%45.52%0.00%
47.45%

Color #774986 in popluar number systems.

HEX774986
Decimal11973134
Binary1110111100100110000110
Octal167111206

Shades and tints

Shades of #774986

#774986
(119,73,134)
#6D437A
(109,67,122)
#633D6E
(99,61,110)
#593762
(89,55,98)
#4F3156
(79,49,86)
#452B4A
(69,43,74)
#3B253E
(59,37,62)
#311F32
(49,31,50)
#271926
(39,25,38)
#1D131A
(29,19,26)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #774986

#774986
(119,73,134)
#835991
(131,89,145)
#8F699C
(143,105,156)
#9B79A7
(155,121,167)
#A789B2
(167,137,178)
#B399BD
(179,153,189)
#BFA9C8
(191,169,200)
#CBB9D3
(203,185,211)
#D7C9DE
(215,201,222)
#E3D9E9
(227,217,233)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774986 color. Also use rgb(119,73,134) instead hex code.

Text Font Color

.myTextColor { color: #774986; }

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

This text font color is #774986.


Background Color

.myBgColor { background-color: #774986; }

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

This div background color is #774986.


Border color

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

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

This div border color is #774986.


Opacity

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

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

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

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

This text has shadow with #774986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774986 on black background.


Color preview on white background

This text has color #774986 on white background.



Black color preview on #774986 background

This text has black color on #774986 background.


White color preview on #774986 background

This text has white color on #774986 background.