COLOR #774E4D

HEX: #774E4D
RGB: (119,78,77)

Color info

#774E4D contains red, green and blue colors in about the same proportion. Web safe color of #774E4D is #666633 (or #663).

RGB color model

#774E4D color RGB value is (119,78,77).

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

RGB channels and saturation

R 119 of 255 = 47%
G 78 of 255 = 31%
B 77 of 255 = 30%

119
78
77

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

Portions of RGB colors in percentages

R + G + B =
119 + 78 + 77 = 274 (100%)
R 119 of 274 ~ 43.43%
G 78 of 274 ~ 28.47%
B 77 of 274 ~ 28.1%

%43.43
%28.47
%28.1

CMYK color model

#774E4D color CMYK value is (0,34,35,53).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,34,35,53)
C0M34Y35K53 
(0%,34%,35%,53%)
(0.00/0.34/0.35/0.53)	

CMYK percentages

%0
%34.45
%35.29
%53.33

Codes

Color #774E4D in popluar color models

774E4D
RGB1197877
HSL21.43%38.43%
HSB/HSV35.29%46.67%
CMYK0.00%34.45%35.29%
53.33%

Color #774E4D in popluar number systems.

HEX774E4D
Decimal1197877
Binary111011110011101001101
Octal167116115

Shades and tints

Shades of #774E4D

#774E4D
(119,78,77)
#6D4746
(109,71,70)
#63403F
(99,64,63)
#593938
(89,57,56)
#4F3231
(79,50,49)
#452B2A
(69,43,42)
#3B2423
(59,36,35)
#311D1C
(49,29,28)
#271615
(39,22,21)
#1D0F0E
(29,15,14)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #774E4D

#774E4D
(119,78,77)
#835E5D
(131,94,93)
#8F6E6D
(143,110,109)
#9B7E7D
(155,126,125)
#A78E8D
(167,142,141)
#B39E9D
(179,158,157)
#BFAEAD
(191,174,173)
#CBBEBD
(203,190,189)
#D7CECD
(215,206,205)
#E3DEDD
(227,222,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774E4D; }

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

This text font color is #774E4D.


Background Color

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

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

This div background color is #774E4D.


Border color

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

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

This div border color is #774E4D.


Opacity

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

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

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

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

This text has shadow with #774E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774E4D on black background.


Color preview on white background

This text has color #774E4D on white background.



Black color preview on #774E4D background

This text has black color on #774E4D background.


White color preview on #774E4D background

This text has white color on #774E4D background.