COLOR #774F8A

HEX: #774F8A
RGB: (119,79,138)

Color info

#774F8A contains red, green and blue colors in about the same proportion. Web safe color of #774F8A is #666699 (or #669).

RGB color model

#774F8A color RGB value is (119,79,138).

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

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 138 of 255 = 54%

119
79
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 138 = 336 (100%)
R 119 of 336 ~ 35.42%
G 79 of 336 ~ 23.51%
B 138 of 336 ~ 41.07%

%35.42
%23.51
%41.07

CMYK color model

#774F8A color CMYK value is (14,43,0,46).

  • cyan value is 13.77%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,43,0,46)
C14M43Y0K46 
(14%,43%,0%,46%)
(0.14/0.43/0.00/0.46)	

CMYK percentages

%13.77
%42.75
%0
%45.88

Codes

Color #774F8A in popluar color models

774F8A
RGB11979138
HSL281°27.19%42.55%
HSB/HSV281°42.75%54.12%
CMYK13.77%42.75%0.00%
45.88%

Color #774F8A in popluar number systems.

HEX774F8A
Decimal11979138
Binary1110111100111110001010
Octal167117212

Shades and tints

Shades of #774F8A

#774F8A
(119,79,138)
#6D487E
(109,72,126)
#634172
(99,65,114)
#593A66
(89,58,102)
#4F335A
(79,51,90)
#452C4E
(69,44,78)
#3B2542
(59,37,66)
#311E36
(49,30,54)
#27172A
(39,23,42)
#1D101E
(29,16,30)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #774F8A

#774F8A
(119,79,138)
#835F94
(131,95,148)
#8F6F9E
(143,111,158)
#9B7FA8
(155,127,168)
#A78FB2
(167,143,178)
#B39FBC
(179,159,188)
#BFAFC6
(191,175,198)
#CBBFD0
(203,191,208)
#D7CFDA
(215,207,218)
#E3DFE4
(227,223,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F8A; }

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

This text font color is #774F8A.


Background Color

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

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

This div background color is #774F8A.


Border color

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

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

This div border color is #774F8A.


Opacity

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

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

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

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

This text has shadow with #774F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F8A on black background.


Color preview on white background

This text has color #774F8A on white background.



Black color preview on #774F8A background

This text has black color on #774F8A background.


White color preview on #774F8A background

This text has white color on #774F8A background.