COLOR #774A45

HEX: #774A45
RGB: (119,74,69)

Color info

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

RGB color model

#774A45 color RGB value is (119,74,69).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 69 of 255 = 27%

119
74
69

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

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 69 = 262 (100%)
R 119 of 262 ~ 45.42%
G 74 of 262 ~ 28.24%
B 69 of 262 ~ 26.34%

%45.42
%28.24
%26.34

CMYK color model

#774A45 color CMYK value is (0,38,42,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,38,42,53)
C0M38Y42K53 
(0%,38%,42%,53%)
(0.00/0.38/0.42/0.53)	

CMYK percentages

%0
%37.82
%42.02
%53.33

Codes

Color #774A45 in popluar color models

774A45
RGB1197469
HSL26.60%36.86%
HSB/HSV42.02%46.67%
CMYK0.00%37.82%42.02%
53.33%

Color #774A45 in popluar number systems.

HEX774A45
Decimal1197469
Binary111011110010101000101
Octal167112105

Shades and tints

Shades of #774A45

#774A45
(119,74,69)
#6D443F
(109,68,63)
#633E39
(99,62,57)
#593833
(89,56,51)
#4F322D
(79,50,45)
#452C27
(69,44,39)
#3B2621
(59,38,33)
#31201B
(49,32,27)
#271A15
(39,26,21)
#1D140F
(29,20,15)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #774A45

#774A45
(119,74,69)
#835A55
(131,90,85)
#8F6A65
(143,106,101)
#9B7A75
(155,122,117)
#A78A85
(167,138,133)
#B39A95
(179,154,149)
#BFAAA5
(191,170,165)
#CBBAB5
(203,186,181)
#D7CAC5
(215,202,197)
#E3DAD5
(227,218,213)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A45; }

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

This text font color is #774A45.


Background Color

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

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

This div background color is #774A45.


Border color

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

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

This div border color is #774A45.


Opacity

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

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

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

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

This text has shadow with #774A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A45 on black background.


Color preview on white background

This text has color #774A45 on white background.



Black color preview on #774A45 background

This text has black color on #774A45 background.


White color preview on #774A45 background

This text has white color on #774A45 background.