COLOR #774A57

HEX: #774A57
RGB: (119,74,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
74
87

R + G + B ~ 37%. #774A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 87 = 280 (100%)
R 119 of 280 ~ 42.5%
G 74 of 280 ~ 26.43%
B 87 of 280 ~ 31.07%

%42.5
%26.43
%31.07

CMYK color model

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

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

CMYK percentages

%0
%37.82
%26.89
%53.33

Codes

Color #774A57 in popluar color models

774A57
RGB1197487
HSL343°23.32%37.84%
HSB/HSV343°37.82%46.67%
CMYK0.00%37.82%26.89%
53.33%

Color #774A57 in popluar number systems.

HEX774A57
Decimal1197487
Binary111011110010101010111
Octal167112127

Shades and tints

Shades of #774A57

#774A57
(119,74,87)
#6D4450
(109,68,80)
#633E49
(99,62,73)
#593842
(89,56,66)
#4F323B
(79,50,59)
#452C34
(69,44,52)
#3B262D
(59,38,45)
#312026
(49,32,38)
#271A1F
(39,26,31)
#1D1418
(29,20,24)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #774A57

#774A57
(119,74,87)
#835A66
(131,90,102)
#8F6A75
(143,106,117)
#9B7A84
(155,122,132)
#A78A93
(167,138,147)
#B39AA2
(179,154,162)
#BFAAB1
(191,170,177)
#CBBAC0
(203,186,192)
#D7CACF
(215,202,207)
#E3DADE
(227,218,222)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A57; }

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

This text font color is #774A57.


Background Color

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

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

This div background color is #774A57.


Border color

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

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

This div border color is #774A57.


Opacity

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

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

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

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

This text has shadow with #774A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A57 on black background.


Color preview on white background

This text has color #774A57 on white background.



Black color preview on #774A57 background

This text has black color on #774A57 background.


White color preview on #774A57 background

This text has white color on #774A57 background.