COLOR #774A77

HEX: #774A77
RGB: (119,74,119)

Color info

#774A77 contains red, green and blue colors in about the same proportion. Web safe color of #774A77 is #663366 (or #636).

RGB color model

#774A77 color RGB value is (119,74,119).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 119 of 255 = 47%

119
74
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 119 = 312 (100%)
R 119 of 312 ~ 38.14%
G 74 of 312 ~ 23.72%
B 119 of 312 ~ 38.14%

%38.14
%23.72
%38.14

CMYK color model

#774A77 color CMYK value is (0,38,0,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(0,38,0,53)
C0M38Y0K53 
(0%,38%,0%,53%)
(0.00/0.38/0.00/0.53)	

CMYK percentages

%0
%37.82
%0
%53.33

Codes

Color #774A77 in popluar color models

774A77
RGB11974119
HSL300°23.32%37.84%
HSB/HSV300°37.82%46.67%
CMYK0.00%37.82%0.00%
53.33%

Color #774A77 in popluar number systems.

HEX774A77
Decimal11974119
Binary111011110010101110111
Octal167112167

Shades and tints

Shades of #774A77

#774A77
(119,74,119)
#6D446D
(109,68,109)
#633E63
(99,62,99)
#593859
(89,56,89)
#4F324F
(79,50,79)
#452C45
(69,44,69)
#3B263B
(59,38,59)
#312031
(49,32,49)
#271A27
(39,26,39)
#1D141D
(29,20,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #774A77

#774A77
(119,74,119)
#835A83
(131,90,131)
#8F6A8F
(143,106,143)
#9B7A9B
(155,122,155)
#A78AA7
(167,138,167)
#B39AB3
(179,154,179)
#BFAABF
(191,170,191)
#CBBACB
(203,186,203)
#D7CAD7
(215,202,215)
#E3DAE3
(227,218,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A77; }

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

This text font color is #774A77.


Background Color

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

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

This div background color is #774A77.


Border color

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

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

This div border color is #774A77.


Opacity

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

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

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

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

This text has shadow with #774A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A77 on black background.


Color preview on white background

This text has color #774A77 on white background.



Black color preview on #774A77 background

This text has black color on #774A77 background.


White color preview on #774A77 background

This text has white color on #774A77 background.