COLOR #774682

HEX: #774682
RGB: (119,70,130)

Color info

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

RGB color model

#774682 color RGB value is (119,70,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 130 of 255 = 51%

119
70
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 130 = 319 (100%)
R 119 of 319 ~ 37.3%
G 70 of 319 ~ 21.94%
B 130 of 319 ~ 40.75%

%37.3
%21.94
%40.75

CMYK color model

#774682 color CMYK value is (8,46,0,49).

  • cyan value is 8.46%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,46,0,49)
C8M46Y0K49 
(8%,46%,0%,49%)
(0.08/0.46/0.00/0.49)	

CMYK percentages

%8.46
%46.15
%0
%49.02

Codes

Color #774682 in popluar color models

774682
RGB11970130
HSL289°30.00%39.22%
HSB/HSV289°46.15%50.98%
CMYK8.46%46.15%0.00%
49.02%

Color #774682 in popluar number systems.

HEX774682
Decimal11970130
Binary1110111100011010000010
Octal167106202

Shades and tints

Shades of #774682

#774682
(119,70,130)
#6D4077
(109,64,119)
#633A6C
(99,58,108)
#593461
(89,52,97)
#4F2E56
(79,46,86)
#45284B
(69,40,75)
#3B2240
(59,34,64)
#311C35
(49,28,53)
#27162A
(39,22,42)
#1D101F
(29,16,31)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #774682

#774682
(119,70,130)
#83568D
(131,86,141)
#8F6698
(143,102,152)
#9B76A3
(155,118,163)
#A786AE
(167,134,174)
#B396B9
(179,150,185)
#BFA6C4
(191,166,196)
#CBB6CF
(203,182,207)
#D7C6DA
(215,198,218)
#E3D6E5
(227,214,229)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774682; }

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

This text font color is #774682.


Background Color

.myBgColor { background-color: #774682; }

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

This div background color is #774682.


Border color

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

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

This div border color is #774682.


Opacity

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

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

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

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

This text has shadow with #774682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774682 on black background.


Color preview on white background

This text has color #774682 on white background.



Black color preview on #774682 background

This text has black color on #774682 background.


White color preview on #774682 background

This text has white color on #774682 background.