COLOR #77443C

HEX: #77443C
RGB: (119,68,60)

Color info

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

RGB color model

#77443C color RGB value is (119,68,60).

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

RGB channels and saturation

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

119
68
60

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

Portions of RGB colors in percentages

R + G + B =
119 + 68 + 60 = 247 (100%)
R 119 of 247 ~ 48.18%
G 68 of 247 ~ 27.53%
B 60 of 247 ~ 24.29%

%48.18
%27.53
%24.29

CMYK color model

#77443C color CMYK value is (0,43,50,53).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 49.58%
  • key color value is 53.33%
CMYK:
(0,43,50,53)
C0M43Y50K53 
(0%,43%,50%,53%)
(0.00/0.43/0.50/0.53)	

CMYK percentages

%0
%42.86
%49.58
%53.33

Codes

Color #77443C in popluar color models

77443C
RGB1196860
HSL32.96%35.10%
HSB/HSV49.58%46.67%
CMYK0.00%42.86%49.58%
53.33%

Color #77443C in popluar number systems.

HEX77443C
Decimal1196860
Binary11101111000100111100
Octal16710474

Shades and tints

Shades of #77443C

#77443C
(119,68,60)
#6D3E37
(109,62,55)
#633832
(99,56,50)
#59322D
(89,50,45)
#4F2C28
(79,44,40)
#452623
(69,38,35)
#3B201E
(59,32,30)
#311A19
(49,26,25)
#271414
(39,20,20)
#1D0E0F
(29,14,15)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #77443C

#77443C
(119,68,60)
#83554D
(131,85,77)
#8F665E
(143,102,94)
#9B776F
(155,119,111)
#A78880
(167,136,128)
#B39991
(179,153,145)
#BFAAA2
(191,170,162)
#CBBBB3
(203,187,179)
#D7CCC4
(215,204,196)
#E3DDD5
(227,221,213)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77443C; }

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

This text font color is #77443C.


Background Color

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

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

This div background color is #77443C.


Border color

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

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

This div border color is #77443C.


Opacity

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

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

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

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

This text has shadow with #77443C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77443C on black background.


Color preview on white background

This text has color #77443C on white background.



Black color preview on #77443C background

This text has black color on #77443C background.


White color preview on #77443C background

This text has white color on #77443C background.