COLOR #774446

HEX: #774446
RGB: (119,68,70)

Color info

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

RGB color model

#774446 color RGB value is (119,68,70).

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

RGB channels and saturation

R 119 of 255 = 47%
G 68 of 255 = 27%
B 70 of 255 = 27%

119
68
70

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

Portions of RGB colors in percentages

R + G + B =
119 + 68 + 70 = 257 (100%)
R 119 of 257 ~ 46.3%
G 68 of 257 ~ 26.46%
B 70 of 257 ~ 27.24%

%46.3
%26.46
%27.24

CMYK color model

#774446 color CMYK value is (0,43,41,53).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(0,43,41,53)
C0M43Y41K53 
(0%,43%,41%,53%)
(0.00/0.43/0.41/0.53)	

CMYK percentages

%0
%42.86
%41.18
%53.33

Codes

Color #774446 in popluar color models

774446
RGB1196870
HSL358°27.27%36.67%
HSB/HSV358°42.86%46.67%
CMYK0.00%42.86%41.18%
53.33%

Color #774446 in popluar number systems.

HEX774446
Decimal1196870
Binary111011110001001000110
Octal167104106

Shades and tints

Shades of #774446

#774446
(119,68,70)
#6D3E40
(109,62,64)
#63383A
(99,56,58)
#593234
(89,50,52)
#4F2C2E
(79,44,46)
#452628
(69,38,40)
#3B2022
(59,32,34)
#311A1C
(49,26,28)
#271416
(39,20,22)
#1D0E10
(29,14,16)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #774446

#774446
(119,68,70)
#835556
(131,85,86)
#8F6666
(143,102,102)
#9B7776
(155,119,118)
#A78886
(167,136,134)
#B39996
(179,153,150)
#BFAAA6
(191,170,166)
#CBBBB6
(203,187,182)
#D7CCC6
(215,204,198)
#E3DDD6
(227,221,214)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774446; }

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

This text font color is #774446.


Background Color

.myBgColor { background-color: #774446; }

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

This div background color is #774446.


Border color

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

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

This div border color is #774446.


Opacity

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

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

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

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

This text has shadow with #774446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774446 on black background.


Color preview on white background

This text has color #774446 on white background.



Black color preview on #774446 background

This text has black color on #774446 background.


White color preview on #774446 background

This text has white color on #774446 background.