COLOR #774A47

HEX: #774A47
RGB: (119,74,71)

Color info

#774A47 contains red, green and blue colors in about the same proportion. Web safe color of #774A47 is #663333 (or #633).

RGB color model

#774A47 color RGB value is (119,74,71).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 71 of 255 = 28%

119
74
71

R + G + B ~ 35%. #774A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 71 = 264 (100%)
R 119 of 264 ~ 45.08%
G 74 of 264 ~ 28.03%
B 71 of 264 ~ 26.89%

%45.08
%28.03
%26.89

CMYK color model

#774A47 color CMYK value is (0,38,40,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,38,40,53)
C0M38Y40K53 
(0%,38%,40%,53%)
(0.00/0.38/0.40/0.53)	

CMYK percentages

%0
%37.82
%40.34
%53.33

Codes

Color #774A47 in popluar color models

774A47
RGB1197471
HSL25.26%37.25%
HSB/HSV40.34%46.67%
CMYK0.00%37.82%40.34%
53.33%

Color #774A47 in popluar number systems.

HEX774A47
Decimal1197471
Binary111011110010101000111
Octal167112107

Shades and tints

Shades of #774A47

#774A47
(119,74,71)
#6D4441
(109,68,65)
#633E3B
(99,62,59)
#593835
(89,56,53)
#4F322F
(79,50,47)
#452C29
(69,44,41)
#3B2623
(59,38,35)
#31201D
(49,32,29)
#271A17
(39,26,23)
#1D1411
(29,20,17)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #774A47

#774A47
(119,74,71)
#835A57
(131,90,87)
#8F6A67
(143,106,103)
#9B7A77
(155,122,119)
#A78A87
(167,138,135)
#B39A97
(179,154,151)
#BFAAA7
(191,170,167)
#CBBAB7
(203,186,183)
#D7CAC7
(215,202,199)
#E3DAD7
(227,218,215)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A47; }

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

This text font color is #774A47.


Background Color

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

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

This div background color is #774A47.


Border color

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

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

This div border color is #774A47.


Opacity

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

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

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

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

This text has shadow with #774A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A47 on black background.


Color preview on white background

This text has color #774A47 on white background.



Black color preview on #774A47 background

This text has black color on #774A47 background.


White color preview on #774A47 background

This text has white color on #774A47 background.