COLOR #774F47

HEX: #774F47
RGB: (119,79,71)

Color info

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

RGB color model

#774F47 color RGB value is (119,79,71).

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

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 71 of 255 = 28%

119
79
71

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

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 71 = 269 (100%)
R 119 of 269 ~ 44.24%
G 79 of 269 ~ 29.37%
B 71 of 269 ~ 26.39%

%44.24
%29.37
%26.39

CMYK color model

#774F47 color CMYK value is (0,34,40,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,34,40,53)
C0M34Y40K53 
(0%,34%,40%,53%)
(0.00/0.34/0.40/0.53)	

CMYK percentages

%0
%33.61
%40.34
%53.33

Codes

Color #774F47 in popluar color models

774F47
RGB1197971
HSL10°25.26%37.25%
HSB/HSV10°40.34%46.67%
CMYK0.00%33.61%40.34%
53.33%

Color #774F47 in popluar number systems.

HEX774F47
Decimal1197971
Binary111011110011111000111
Octal167117107

Shades and tints

Shades of #774F47

#774F47
(119,79,71)
#6D4841
(109,72,65)
#63413B
(99,65,59)
#593A35
(89,58,53)
#4F332F
(79,51,47)
#452C29
(69,44,41)
#3B2523
(59,37,35)
#311E1D
(49,30,29)
#271717
(39,23,23)
#1D1011
(29,16,17)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #774F47

#774F47
(119,79,71)
#835F57
(131,95,87)
#8F6F67
(143,111,103)
#9B7F77
(155,127,119)
#A78F87
(167,143,135)
#B39F97
(179,159,151)
#BFAFA7
(191,175,167)
#CBBFB7
(203,191,183)
#D7CFC7
(215,207,199)
#E3DFD7
(227,223,215)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F47; }

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

This text font color is #774F47.


Background Color

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

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

This div background color is #774F47.


Border color

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

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

This div border color is #774F47.


Opacity

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

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

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

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

This text has shadow with #774F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F47 on black background.


Color preview on white background

This text has color #774F47 on white background.



Black color preview on #774F47 background

This text has black color on #774F47 background.


White color preview on #774F47 background

This text has white color on #774F47 background.