COLOR #774A3F

HEX: #774A3F RGB: (119,74,63)

Color info

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

RGB color model

#774A3F color RGB value is (119,74,63).

RGB: (119,74,63) (47%, 29%, 25%)

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 63 of 255 = 25%

119
74
63

R + G + B ~ 34%. #774A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 74 + 63 = 256 (100%)
R 119 of 256 ~ 46.48%
G 74 of 256 ~ 28.91%
B 63 of 256 ~ 24.61'%

%46.48
%28.91
%24.61

CMYK color model

#774A3F color CMYK value is (0,38,47,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 47.06%
  • key color value is 53.33%

CMYK: (0,38,47,53)
C0M38Y47K53 (0%, 38%, 47%, 53%)
(0.00 / 0.38 / 0.47 / 0.53)

CMYK percentages

%0
%37.82
%47.06
%53.33

Codes

Color #774A3F in popluar color models

77 4A 3F
RGB 119 74 63
HSL 12° 30.77% 35.69%
HSB/HSV 12° 47.06% 46.67%
CMYK 0.00% 37.82% 47.06%
53.33%

Color #774A3F in popluar number systems.

HEX 77 4A 3F
Decimal 119 74 63
Binary 1110111 1001010 111111
Octal 167 112 77

Shades and tints

Shades of #774A3F

#774A3F
(119,74,63)
#6D443A
(109,68,58)
#633E35
(99,62,53)
#593830
(89,56,48)
#4F322B
(79,50,43)
#452C26
(69,44,38)
#3B2621
(59,38,33)
#31201C
(49,32,28)
#271A17
(39,26,23)
#1D1412
(29,20,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #774A3F

#774A3F
(119,74,63)
#835A50
(131,90,80)
#8F6A61
(143,106,97)
#9B7A72
(155,122,114)
#A78A83
(167,138,131)
#B39A94
(179,154,148)
#BFAAA5
(191,170,165)
#CBBAB6
(203,186,182)
#D7CAC7
(215,202,199)
#E3DAD8
(227,218,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A3F; }

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

This text font color is #774A3F.

Background Color

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

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

This div background color is #774A3F.

Border color

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

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

This div border color is #774A3F.

Opacity

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

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

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

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

This text has shadow with #774A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774A3F.

Preview

Color preview on black background

This text has color #774A3F on black background.


Color preview on white background

This text has color #774A3F on white background.


Black color preview on #774A3F background

This text has black color on #774A3F background.


White color preview on #774A3F background

This text has white color on #774A3F background.


Related colors

Complementary color

Complementary color for #hex is #88B5C0.


I love getcolorcode.com

Triadic colors

1 #3F774A and #4A3F77 with #774A3F are triadic colors.

2 #3F4A77 and #4A773F with #774A3F are triadic colors.