COLOR #774F8E

HEX: #774F8E RGB: (119,79,142)

Color info

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

RGB color model

#774F8E color RGB value is (119,79,142).

RGB: (119,79,142) (47%, 31%, 56%)

RGB channels and saturation

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

119
79
142

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

Portions of RGB colors in percentages

R + G + B = 119 + 79 + 142 = 340 (100%)
R 119 of 340 ~ 35%
G 79 of 340 ~ 23.24%
B 142 of 340 ~ 41.76'%

%35
%23.24
%41.76

CMYK color model

#774F8E color CMYK value is (16,44,0,44).

  • cyan value is 16.20%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (16,44,0,44)
C16M44Y0K44 (16%, 44%, 0%, 44%)
(0.16 / 0.44 / 0.00 / 0.44)

CMYK percentages

%16.2
%44.37
%0
%44.31

Codes

Color #774F8E in popluar color models

77 4F 8E
RGB 119 79 142
HSL 278° 28.51% 43.33%
HSB/HSV 278° 44.37% 55.69%
CMYK 16.20% 44.37% 0.00%
44.31%

Color #774F8E in popluar number systems.

HEX 77 4F 8E
Decimal 119 79 142
Binary 1110111 1001111 10001110
Octal 167 117 216

Shades and tints

Shades of #774F8E

#774F8E
(119,79,142)
#6D4882
(109,72,130)
#634176
(99,65,118)
#593A6A
(89,58,106)
#4F335E
(79,51,94)
#452C52
(69,44,82)
#3B2546
(59,37,70)
#311E3A
(49,30,58)
#27172E
(39,23,46)
#1D1022
(29,16,34)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #774F8E

#774F8E
(119,79,142)
#835F98
(131,95,152)
#8F6FA2
(143,111,162)
#9B7FAC
(155,127,172)
#A78FB6
(167,143,182)
#B39FC0
(179,159,192)
#BFAFCA
(191,175,202)
#CBBFD4
(203,191,212)
#D7CFDE
(215,207,222)
#E3DFE8
(227,223,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F8E; }

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

This text font color is #774F8E.

Background Color

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

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

This div background color is #774F8E.

Border color

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

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

This div border color is #774F8E.

Opacity

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

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

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

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

This text has shadow with #774F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774F8E.

Preview

Color preview on black background

This text has color #774F8E on black background.


Color preview on white background

This text has color #774F8E on white background.


Black color preview on #774F8E background

This text has black color on #774F8E background.


White color preview on #774F8E background

This text has white color on #774F8E background.


Related colors

Complementary color

Complementary color for #hex is #88B071.


I love getcolorcode.com

Triadic colors

1 #8E774F and #4F8E77 with #774F8E are triadic colors.

2 #8E4F77 and #4F778E with #774F8E are triadic colors.