COLOR #774E62

HEX: #774E62
RGB: (119,78,98)

Color info

#774E62 contains red, green and blue colors in about the same proportion. Web safe color of #774E62 is #666666 (or #666).

RGB color model

#774E62 color RGB value is (119,78,98).

  • red value is 119;
  • green value is 78;
  • blue value is 98.
RGB:
(119,78,98)
(47%,31%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 78 of 255 = 31%
B 98 of 255 = 38%

119
78
98

R + G + B ~ 39%. #774E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 78 + 98 = 295 (100%)
R 119 of 295 ~ 40.34%
G 78 of 295 ~ 26.44%
B 98 of 295 ~ 33.22%

%40.34
%26.44
%33.22

CMYK color model

#774E62 color CMYK value is (0,34,18,53).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,34,18,53)
C0M34Y18K53 
(0%,34%,18%,53%)
(0.00/0.34/0.18/0.53)	

CMYK percentages

%0
%34.45
%17.65
%53.33

Codes

Color #774E62 in popluar color models

774E62
RGB1197898
HSL331°20.81%38.63%
HSB/HSV331°34.45%46.67%
CMYK0.00%34.45%17.65%
53.33%

Color #774E62 in popluar number systems.

HEX774E62
Decimal1197898
Binary111011110011101100010
Octal167116142

Shades and tints

Shades of #774E62

#774E62
(119,78,98)
#6D475A
(109,71,90)
#634052
(99,64,82)
#59394A
(89,57,74)
#4F3242
(79,50,66)
#452B3A
(69,43,58)
#3B2432
(59,36,50)
#311D2A
(49,29,42)
#271622
(39,22,34)
#1D0F1A
(29,15,26)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #774E62

#774E62
(119,78,98)
#835E70
(131,94,112)
#8F6E7E
(143,110,126)
#9B7E8C
(155,126,140)
#A78E9A
(167,142,154)
#B39EA8
(179,158,168)
#BFAEB6
(191,174,182)
#CBBEC4
(203,190,196)
#D7CED2
(215,206,210)
#E3DEE0
(227,222,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774E62 color. Also use rgb(119,78,98) instead hex code.

Text Font Color

.myTextColor { color: #774E62; }

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

This text font color is #774E62.


Background Color

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

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

This div background color is #774E62.


Border color

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

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

This div border color is #774E62.


Opacity

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

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

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

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

This text has shadow with #774E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774E62 on black background.


Color preview on white background

This text has color #774E62 on white background.



Black color preview on #774E62 background

This text has black color on #774E62 background.


White color preview on #774E62 background

This text has white color on #774E62 background.