COLOR #774649

HEX: #774649
RGB: (119,70,73)

Color info

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

RGB color model

#774649 color RGB value is (119,70,73).

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

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 73 of 255 = 29%

119
70
73

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 73 = 262 (100%)
R 119 of 262 ~ 45.42%
G 70 of 262 ~ 26.72%
B 73 of 262 ~ 27.86%

%45.42
%26.72
%27.86

CMYK color model

#774649 color CMYK value is (0,41,39,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(0,41,39,53)
C0M41Y39K53 
(0%,41%,39%,53%)
(0.00/0.41/0.39/0.53)	

CMYK percentages

%0
%41.18
%38.66
%53.33

Codes

Color #774649 in popluar color models

774649
RGB1197073
HSL356°25.93%37.06%
HSB/HSV356°41.18%46.67%
CMYK0.00%41.18%38.66%
53.33%

Color #774649 in popluar number systems.

HEX774649
Decimal1197073
Binary111011110001101001001
Octal167106111

Shades and tints

Shades of #774649

#774649
(119,70,73)
#6D4043
(109,64,67)
#633A3D
(99,58,61)
#593437
(89,52,55)
#4F2E31
(79,46,49)
#45282B
(69,40,43)
#3B2225
(59,34,37)
#311C1F
(49,28,31)
#271619
(39,22,25)
#1D1013
(29,16,19)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #774649

#774649
(119,70,73)
#835659
(131,86,89)
#8F6669
(143,102,105)
#9B7679
(155,118,121)
#A78689
(167,134,137)
#B39699
(179,150,153)
#BFA6A9
(191,166,169)
#CBB6B9
(203,182,185)
#D7C6C9
(215,198,201)
#E3D6D9
(227,214,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774649; }

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

This text font color is #774649.


Background Color

.myBgColor { background-color: #774649; }

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

This div background color is #774649.


Border color

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

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

This div border color is #774649.


Opacity

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

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

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

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

This text has shadow with #774649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774649 on black background.


Color preview on white background

This text has color #774649 on white background.



Black color preview on #774649 background

This text has black color on #774649 background.


White color preview on #774649 background

This text has white color on #774649 background.