COLOR #774C57

HEX: #774C57
RGB: (119,76,87)

Color info

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

RGB color model

#774C57 color RGB value is (119,76,87).

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

RGB channels and saturation

R 119 of 255 = 47%
G 76 of 255 = 30%
B 87 of 255 = 34%

119
76
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 76 + 87 = 282 (100%)
R 119 of 282 ~ 42.2%
G 76 of 282 ~ 26.95%
B 87 of 282 ~ 30.85%

%42.2
%26.95
%30.85

CMYK color model

#774C57 color CMYK value is (0,36,27,53).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,36,27,53)
C0M36Y27K53 
(0%,36%,27%,53%)
(0.00/0.36/0.27/0.53)	

CMYK percentages

%0
%36.13
%26.89
%53.33

Codes

Color #774C57 in popluar color models

774C57
RGB1197687
HSL345°22.05%38.24%
HSB/HSV345°36.13%46.67%
CMYK0.00%36.13%26.89%
53.33%

Color #774C57 in popluar number systems.

HEX774C57
Decimal1197687
Binary111011110011001010111
Octal167114127

Shades and tints

Shades of #774C57

#774C57
(119,76,87)
#6D4650
(109,70,80)
#634049
(99,64,73)
#593A42
(89,58,66)
#4F343B
(79,52,59)
#452E34
(69,46,52)
#3B282D
(59,40,45)
#312226
(49,34,38)
#271C1F
(39,28,31)
#1D1618
(29,22,24)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #774C57

#774C57
(119,76,87)
#835C66
(131,92,102)
#8F6C75
(143,108,117)
#9B7C84
(155,124,132)
#A78C93
(167,140,147)
#B39CA2
(179,156,162)
#BFACB1
(191,172,177)
#CBBCC0
(203,188,192)
#D7CCCF
(215,204,207)
#E3DCDE
(227,220,222)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774C57; }

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

This text font color is #774C57.


Background Color

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

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

This div background color is #774C57.


Border color

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

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

This div border color is #774C57.


Opacity

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

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

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

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

This text has shadow with #774C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774C57 on black background.


Color preview on white background

This text has color #774C57 on white background.



Black color preview on #774C57 background

This text has black color on #774C57 background.


White color preview on #774C57 background

This text has white color on #774C57 background.