COLOR #774A50

HEX: #774A50 RGB: (119,74,80)

Color info

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

RGB color model

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

RGB: (119,74,80) (47%, 29%, 31%)

RGB channels and saturation

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

119
74
80

R + G + B ~ 36%. #774A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 74 + 80 = 273 (100%)
R 119 of 273 ~ 43.59%
G 74 of 273 ~ 27.11%
B 80 of 273 ~ 29.3'%

%43.59
%27.11
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 32.77%
  • key color value is 53.33%

CMYK: (0,38,33,53)
C0M38Y33K53 (0%, 38%, 33%, 53%)
(0.00 / 0.38 / 0.33 / 0.53)

CMYK percentages

%0
%37.82
%32.77
%53.33

Codes

Color #774A50 in popluar color models

77 4A 50
RGB 119 74 80
HSL 352° 23.32% 37.84%
HSB/HSV 352° 37.82% 46.67%
CMYK 0.00% 37.82% 32.77%
53.33%

Color #774A50 in popluar number systems.

HEX 77 4A 50
Decimal 119 74 80
Binary 1110111 1001010 1010000
Octal 167 112 120

Shades and tints

Shades of #774A50

#774A50
(119,74,80)
#6D4449
(109,68,73)
#633E42
(99,62,66)
#59383B
(89,56,59)
#4F3234
(79,50,52)
#452C2D
(69,44,45)
#3B2626
(59,38,38)
#31201F
(49,32,31)
#271A18
(39,26,24)
#1D1411
(29,20,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #774A50

#774A50
(119,74,80)
#835A5F
(131,90,95)
#8F6A6E
(143,106,110)
#9B7A7D
(155,122,125)
#A78A8C
(167,138,140)
#B39A9B
(179,154,155)
#BFAAAA
(191,170,170)
#CBBAB9
(203,186,185)
#D7CAC8
(215,202,200)
#E3DAD7
(227,218,215)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A50; }

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

This text font color is #774A50.

Background Color

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

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

This div background color is #774A50.

Border color

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

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

This div border color is #774A50.

Opacity

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

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

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

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

This text has shadow with #774A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774A50.

Preview

Color preview on black background

This text has color #774A50 on black background.


Color preview on white background

This text has color #774A50 on white background.


Black color preview on #774A50 background

This text has black color on #774A50 background.


White color preview on #774A50 background

This text has white color on #774A50 background.


Related colors

Complementary color

Complementary color for #hex is #88B5AF.


I love getcolorcode.com

Triadic colors

1 #50774A and #4A5077 with #774A50 are triadic colors.

2 #504A77 and #4A7750 with #774A50 are triadic colors.