COLOR #774D7E

HEX: #774D7E RGB: (119,77,126)

Color info

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

RGB color model

#774D7E color RGB value is (119,77,126).

RGB: (119,77,126) (47%, 30%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 126 of 255 = 49%

119
77
126

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

Portions of RGB colors in percentages

R + G + B = 119 + 77 + 126 = 322 (100%)
R 119 of 322 ~ 36.96%
G 77 of 322 ~ 23.91%
B 126 of 322 ~ 39.13'%

%36.96
%23.91
%39.13

CMYK color model

#774D7E color CMYK value is (6,39,0,51).

  • cyan value is 5.56%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (6,39,0,51)
C6M39Y0K51 (6%, 39%, 0%, 51%)
(0.06 / 0.39 / 0.00 / 0.51)

CMYK percentages

%5.56
%38.89
%0
%50.59

Codes

Color #774D7E in popluar color models

77 4D 7E
RGB 119 77 126
HSL 291° 24.14% 39.80%
HSB/HSV 291° 38.89% 49.41%
CMYK 5.56% 38.89% 0.00%
50.59%

Color #774D7E in popluar number systems.

HEX 77 4D 7E
Decimal 119 77 126
Binary 1110111 1001101 1111110
Octal 167 115 176

Shades and tints

Shades of #774D7E

#774D7E
(119,77,126)
#6D4673
(109,70,115)
#633F68
(99,63,104)
#59385D
(89,56,93)
#4F3152
(79,49,82)
#452A47
(69,42,71)
#3B233C
(59,35,60)
#311C31
(49,28,49)
#271526
(39,21,38)
#1D0E1B
(29,14,27)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #774D7E

#774D7E
(119,77,126)
#835D89
(131,93,137)
#8F6D94
(143,109,148)
#9B7D9F
(155,125,159)
#A78DAA
(167,141,170)
#B39DB5
(179,157,181)
#BFADC0
(191,173,192)
#CBBDCB
(203,189,203)
#D7CDD6
(215,205,214)
#E3DDE1
(227,221,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774D7E; }

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

This text font color is #774D7E.

Background Color

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

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

This div background color is #774D7E.

Border color

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

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

This div border color is #774D7E.

Opacity

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

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

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

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

This text has shadow with #774D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774D7E.

Preview

Color preview on black background

This text has color #774D7E on black background.


Color preview on white background

This text has color #774D7E on white background.


Black color preview on #774D7E background

This text has black color on #774D7E background.


White color preview on #774D7E background

This text has white color on #774D7E background.


Related colors

Complementary color

Complementary color for #hex is #88B281.


I love getcolorcode.com

Triadic colors

1 #7E774D and #4D7E77 with #774D7E are triadic colors.

2 #7E4D77 and #4D777E with #774D7E are triadic colors.