COLOR #774749

HEX: #774749
RGB: (119,71,73)

Color info

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

RGB color model

#774749 color RGB value is (119,71,73).

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

RGB channels and saturation

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

119
71
73

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

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 73 = 263 (100%)
R 119 of 263 ~ 45.25%
G 71 of 263 ~ 27%
B 73 of 263 ~ 27.76%

%45.25
%27
%27.76

CMYK color model

#774749 color CMYK value is (0,40,39,53).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(0,40,39,53)
C0M40Y39K53 
(0%,40%,39%,53%)
(0.00/0.40/0.39/0.53)	

CMYK percentages

%0
%40.34
%38.66
%53.33

Codes

Color #774749 in popluar color models

774749
RGB1197173
HSL358°25.26%37.25%
HSB/HSV358°40.34%46.67%
CMYK0.00%40.34%38.66%
53.33%

Color #774749 in popluar number systems.

HEX774749
Decimal1197173
Binary111011110001111001001
Octal167107111

Shades and tints

Shades of #774749

#774749
(119,71,73)
#6D4143
(109,65,67)
#633B3D
(99,59,61)
#593537
(89,53,55)
#4F2F31
(79,47,49)
#45292B
(69,41,43)
#3B2325
(59,35,37)
#311D1F
(49,29,31)
#271719
(39,23,25)
#1D1113
(29,17,19)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #774749

#774749
(119,71,73)
#835759
(131,87,89)
#8F6769
(143,103,105)
#9B7779
(155,119,121)
#A78789
(167,135,137)
#B39799
(179,151,153)
#BFA7A9
(191,167,169)
#CBB7B9
(203,183,185)
#D7C7C9
(215,199,201)
#E3D7D9
(227,215,217)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774749; }

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

This text font color is #774749.


Background Color

.myBgColor { background-color: #774749; }

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

This div background color is #774749.


Border color

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

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

This div border color is #774749.


Opacity

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

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

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

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

This text has shadow with #774749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774749 on black background.


Color preview on white background

This text has color #774749 on white background.



Black color preview on #774749 background

This text has black color on #774749 background.


White color preview on #774749 background

This text has white color on #774749 background.