COLOR #774F90

HEX: #774F90
RGB: (119,79,144)

Color info

#774F90 contains mainly red and blue colors. Web safe color of #774F90 is #666699 (or #669).

RGB color model

#774F90 color RGB value is (119,79,144).

  • red value is 119;
  • green value is 79;
  • blue value is 144.
RGB:
(119,79,144)
(47%,31%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 144 of 255 = 56%

119
79
144

R + G + B ~ 45%. #774F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 144 = 342 (100%)
R 119 of 342 ~ 34.8%
G 79 of 342 ~ 23.1%
B 144 of 342 ~ 42.11%

%34.8
%23.1
%42.11

CMYK color model

#774F90 color CMYK value is (17,45,0,44).

  • cyan value is 17.36%
  • magenta value is 45.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,45,0,44)
C17M45Y0K44 
(17%,45%,0%,44%)
(0.17/0.45/0.00/0.44)	

CMYK percentages

%17.36
%45.14
%0
%43.53

Codes

Color #774F90 in popluar color models

774F90
RGB11979144
HSL277°29.15%43.73%
HSB/HSV277°45.14%56.47%
CMYK17.36%45.14%0.00%
43.53%

Color #774F90 in popluar number systems.

HEX774F90
Decimal11979144
Binary1110111100111110010000
Octal167117220

Shades and tints

Shades of #774F90

#774F90
(119,79,144)
#6D4883
(109,72,131)
#634176
(99,65,118)
#593A69
(89,58,105)
#4F335C
(79,51,92)
#452C4F
(69,44,79)
#3B2542
(59,37,66)
#311E35
(49,30,53)
#271728
(39,23,40)
#1D101B
(29,16,27)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #774F90

#774F90
(119,79,144)
#835F9A
(131,95,154)
#8F6FA4
(143,111,164)
#9B7FAE
(155,127,174)
#A78FB8
(167,143,184)
#B39FC2
(179,159,194)
#BFAFCC
(191,175,204)
#CBBFD6
(203,191,214)
#D7CFE0
(215,207,224)
#E3DFEA
(227,223,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774F90 color. Also use rgb(119,79,144) instead hex code.

Text Font Color

.myTextColor { color: #774F90; }

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

This text font color is #774F90.


Background Color

.myBgColor { background-color: #774F90; }

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

This div background color is #774F90.


Border color

.myBorderColor { border: 1px solid #774F90; }

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

This div border color is #774F90.


Opacity

.myOpacity80 { color: #774F90; opacity: 0.8; }

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

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

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

This text has shadow with #774F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F90 on black background.


Color preview on white background

This text has color #774F90 on white background.



Black color preview on #774F90 background

This text has black color on #774F90 background.


White color preview on #774F90 background

This text has white color on #774F90 background.