COLOR #774745

HEX: #774745
RGB: (119,71,69)

Color info

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

RGB color model

#774745 color RGB value is (119,71,69).

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

RGB channels and saturation

R 119 of 255 = 47%
G 71 of 255 = 28%
B 69 of 255 = 27%

119
71
69

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

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 69 = 259 (100%)
R 119 of 259 ~ 45.95%
G 71 of 259 ~ 27.41%
B 69 of 259 ~ 26.64%

%45.95
%27.41
%26.64

CMYK color model

#774745 color CMYK value is (0,40,42,53).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,40,42,53)
C0M40Y42K53 
(0%,40%,42%,53%)
(0.00/0.40/0.42/0.53)	

CMYK percentages

%0
%40.34
%42.02
%53.33

Codes

Color #774745 in popluar color models

774745
RGB1197169
HSL26.60%36.86%
HSB/HSV42.02%46.67%
CMYK0.00%40.34%42.02%
53.33%

Color #774745 in popluar number systems.

HEX774745
Decimal1197169
Binary111011110001111000101
Octal167107105

Shades and tints

Shades of #774745

#774745
(119,71,69)
#6D413F
(109,65,63)
#633B39
(99,59,57)
#593533
(89,53,51)
#4F2F2D
(79,47,45)
#452927
(69,41,39)
#3B2321
(59,35,33)
#311D1B
(49,29,27)
#271715
(39,23,21)
#1D110F
(29,17,15)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #774745

#774745
(119,71,69)
#835755
(131,87,85)
#8F6765
(143,103,101)
#9B7775
(155,119,117)
#A78785
(167,135,133)
#B39795
(179,151,149)
#BFA7A5
(191,167,165)
#CBB7B5
(203,183,181)
#D7C7C5
(215,199,197)
#E3D7D5
(227,215,213)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774745; }

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

This text font color is #774745.


Background Color

.myBgColor { background-color: #774745; }

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

This div background color is #774745.


Border color

.myBorderColor { border: 1px solid #774745; }

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

This div border color is #774745.


Opacity

.myOpacity80 { color: #774745; opacity: 0.8; }

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

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

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

This text has shadow with #774745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774745 on black background.


Color preview on white background

This text has color #774745 on white background.



Black color preview on #774745 background

This text has black color on #774745 background.


White color preview on #774745 background

This text has white color on #774745 background.