COLOR #774647

HEX: #774647
RGB: (119,70,71)

Color info

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

RGB color model

#774647 color RGB value is (119,70,71).

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

RGB channels and saturation

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

119
70
71

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 71 = 260 (100%)
R 119 of 260 ~ 45.77%
G 70 of 260 ~ 26.92%
B 71 of 260 ~ 27.31%

%45.77
%26.92
%27.31

CMYK color model

#774647 color CMYK value is (0,41,40,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,41,40,53)
C0M41Y40K53 
(0%,41%,40%,53%)
(0.00/0.41/0.40/0.53)	

CMYK percentages

%0
%41.18
%40.34
%53.33

Codes

Color #774647 in popluar color models

774647
RGB1197071
HSL359°25.93%37.06%
HSB/HSV359°41.18%46.67%
CMYK0.00%41.18%40.34%
53.33%

Color #774647 in popluar number systems.

HEX774647
Decimal1197071
Binary111011110001101000111
Octal167106107

Shades and tints

Shades of #774647

#774647
(119,70,71)
#6D4041
(109,64,65)
#633A3B
(99,58,59)
#593435
(89,52,53)
#4F2E2F
(79,46,47)
#452829
(69,40,41)
#3B2223
(59,34,35)
#311C1D
(49,28,29)
#271617
(39,22,23)
#1D1011
(29,16,17)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #774647

#774647
(119,70,71)
#835657
(131,86,87)
#8F6667
(143,102,103)
#9B7677
(155,118,119)
#A78687
(167,134,135)
#B39697
(179,150,151)
#BFA6A7
(191,166,167)
#CBB6B7
(203,182,183)
#D7C6C7
(215,198,199)
#E3D6D7
(227,214,215)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774647; }

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

This text font color is #774647.


Background Color

.myBgColor { background-color: #774647; }

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

This div background color is #774647.


Border color

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

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

This div border color is #774647.


Opacity

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

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

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

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

This text has shadow with #774647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774647 on black background.


Color preview on white background

This text has color #774647 on white background.



Black color preview on #774647 background

This text has black color on #774647 background.


White color preview on #774647 background

This text has white color on #774647 background.