COLOR #77443E

HEX: #77443E
RGB: (119,68,62)

Color info

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

RGB color model

#77443E color RGB value is (119,68,62).

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

RGB channels and saturation

R 119 of 255 = 47%
G 68 of 255 = 27%
B 62 of 255 = 24%

119
68
62

R + G + B ~ 33%. #77443E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 68 + 62 = 249 (100%)
R 119 of 249 ~ 47.79%
G 68 of 249 ~ 27.31%
B 62 of 249 ~ 24.9%

%47.79
%27.31
%24.9

CMYK color model

#77443E color CMYK value is (0,43,48,53).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,43,48,53)
C0M43Y48K53 
(0%,43%,48%,53%)
(0.00/0.43/0.48/0.53)	

CMYK percentages

%0
%42.86
%47.9
%53.33

Codes

Color #77443E in popluar color models

77443E
RGB1196862
HSL31.49%35.49%
HSB/HSV47.90%46.67%
CMYK0.00%42.86%47.90%
53.33%

Color #77443E in popluar number systems.

HEX77443E
Decimal1196862
Binary11101111000100111110
Octal16710476

Shades and tints

Shades of #77443E

#77443E
(119,68,62)
#6D3E39
(109,62,57)
#633834
(99,56,52)
#59322F
(89,50,47)
#4F2C2A
(79,44,42)
#452625
(69,38,37)
#3B2020
(59,32,32)
#311A1B
(49,26,27)
#271416
(39,20,22)
#1D0E11
(29,14,17)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #77443E

#77443E
(119,68,62)
#83554F
(131,85,79)
#8F6660
(143,102,96)
#9B7771
(155,119,113)
#A78882
(167,136,130)
#B39993
(179,153,147)
#BFAAA4
(191,170,164)
#CBBBB5
(203,187,181)
#D7CCC6
(215,204,198)
#E3DDD7
(227,221,215)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77443E; }

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

This text font color is #77443E.


Background Color

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

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

This div background color is #77443E.


Border color

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

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

This div border color is #77443E.


Opacity

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

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

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

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

This text has shadow with #77443E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77443E on black background.


Color preview on white background

This text has color #77443E on white background.



Black color preview on #77443E background

This text has black color on #77443E background.


White color preview on #77443E background

This text has white color on #77443E background.