COLOR #774D6E

HEX: #774D6E RGB: (119,77,110)

Color info

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

RGB color model

#774D6E color RGB value is (119,77,110).

RGB: (119,77,110) (47%, 30%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 110 of 255 = 43%

119
77
110

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

Portions of RGB colors in percentages

R + G + B = 119 + 77 + 110 = 306 (100%)
R 119 of 306 ~ 38.89%
G 77 of 306 ~ 25.16%
B 110 of 306 ~ 35.95'%

%38.89
%25.16
%35.95

CMYK color model

#774D6E color CMYK value is (0,35,8,53).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK: (0,35,8,53) C0M35Y8K53 (0%,35%,8%,53%) (0.00/0.35/0.08/0.53) 

CMYK percentages

%0
%35.29
%7.56
%53.33

Codes

Color #774D6E in popluar color models

77 4D 6E
RGB 119 77 110
HSL 313° 21.43% 38.43%
HSB/HSV 313° 35.29% 46.67%
CMYK 0.00% 35.29% 7.56%
53.33%

Color #774D6E in popluar number systems.

HEX 77 4D 6E
Decimal 119 77 110
Binary 1110111 1001101 1101110
Octal 167 115 156

Shades and tints

Shades of #774D6E

#774D6E
(119,77,110)
#6D4664
(109,70,100)
#633F5A
(99,63,90)
#593850
(89,56,80)
#4F3146
(79,49,70)
#452A3C
(69,42,60)
#3B2332
(59,35,50)
#311C28
(49,28,40)
#27151E
(39,21,30)
#1D0E14
(29,14,20)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #774D6E

#774D6E
(119,77,110)
#835D7B
(131,93,123)
#8F6D88
(143,109,136)
#9B7D95
(155,125,149)
#A78DA2
(167,141,162)
#B39DAF
(179,157,175)
#BFADBC
(191,173,188)
#CBBDC9
(203,189,201)
#D7CDD6
(215,205,214)
#E3DDE3
(227,221,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774D6E; }

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

This text font color is #774D6E.

Background Color

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

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

This div background color is #774D6E.

Border color

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

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

This div border color is #774D6E.

Opacity

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

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

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

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

This text has shadow with #774D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774D6E.

Preview

Color preview on black background

This text has color #774D6E on black background.


Color preview on white background

This text has color #774D6E on white background.


Black color preview on #774D6E background

This text has black color on #774D6E background.


White color preview on #774D6E background

This text has white color on #774D6E background.


Related colors

Complementary color

Complementary color for #hex is #88B291.


I love getcolorcode.com

Triadic colors

1 #6E774D and #4D6E77 with #774D6E are triadic colors.

2 #6E4D77 and #4D776E with #774D6E are triadic colors.