COLOR #77442E

HEX: #77442E
RGB: (119,68,46)

Color info

#77442E contains mainly red and green colors. Web safe color of #77442E is #663333 (or #633).

RGB color model

#77442E color RGB value is (119,68,46).

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

RGB channels and saturation

R 119 of 255 = 47%
G 68 of 255 = 27%
B 46 of 255 = 18%

119
68
46

R + G + B ~ 31%. #77442E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 68 + 46 = 233 (100%)
R 119 of 233 ~ 51.07%
G 68 of 233 ~ 29.18%
B 46 of 233 ~ 19.74%

%51.07
%29.18
%19.74

CMYK color model

#77442E color CMYK value is (0,43,61,53).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 61.34%
  • key color value is 53.33%
CMYK:
(0,43,61,53)
C0M43Y61K53 
(0%,43%,61%,53%)
(0.00/0.43/0.61/0.53)	

CMYK percentages

%0
%42.86
%61.34
%53.33

Codes

Color #77442E in popluar color models

77442E
RGB1196846
HSL18°44.24%32.35%
HSB/HSV18°61.34%46.67%
CMYK0.00%42.86%61.34%
53.33%

Color #77442E in popluar number systems.

HEX77442E
Decimal1196846
Binary11101111000100101110
Octal16710456

Shades and tints

Shades of #77442E

#77442E
(119,68,46)
#6D3E2A
(109,62,42)
#633826
(99,56,38)
#593222
(89,50,34)
#4F2C1E
(79,44,30)
#45261A
(69,38,26)
#3B2016
(59,32,22)
#311A12
(49,26,18)
#27140E
(39,20,14)
#1D0E0A
(29,14,10)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #77442E

#77442E
(119,68,46)
#835541
(131,85,65)
#8F6654
(143,102,84)
#9B7767
(155,119,103)
#A7887A
(167,136,122)
#B3998D
(179,153,141)
#BFAAA0
(191,170,160)
#CBBBB3
(203,187,179)
#D7CCC6
(215,204,198)
#E3DDD9
(227,221,217)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77442E; }

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

This text font color is #77442E.


Background Color

.myBgColor { background-color: #77442E; }

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

This div background color is #77442E.


Border color

.myBorderColor { border: 1px solid #77442E; }

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

This div border color is #77442E.


Opacity

.myOpacity80 { color: #77442E; opacity: 0.8; }

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

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

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

This text has shadow with #77442E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77442E on black background.


Color preview on white background

This text has color #77442E on white background.



Black color preview on #77442E background

This text has black color on #77442E background.


White color preview on #77442E background

This text has white color on #77442E background.