COLOR #77391C

HEX: #77391C
RGB: (119,57,28)

Color info

#77391C contains mainly red color. Web safe color of #77391C is #663333 (or #633).

RGB color model

#77391C color RGB value is (119,57,28).

  • red value is 119;
  • green value is 57;
  • blue value is 28.
RGB:
(119,57,28)
(47%,22%,11%)

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 28 of 255 = 11%

119
57
28

R + G + B ~ 27%. #77391C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 28 = 204 (100%)
R 119 of 204 ~ 58.33%
G 57 of 204 ~ 27.94%
B 28 of 204 ~ 13.73%

%58.33
%27.94
%13.73

CMYK color model

#77391C color CMYK value is (0,52,76,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 76.47%
  • key color value is 53.33%
CMYK:
(0,52,76,53)
C0M52Y76K53 
(0%,52%,76%,53%)
(0.00/0.52/0.76/0.53)	

CMYK percentages

%0
%52.1
%76.47
%53.33

Codes

Color #77391C in popluar color models

77391C
RGB1195728
HSL19°61.90%28.82%
HSB/HSV19°76.47%46.67%
CMYK0.00%52.10%76.47%
53.33%

Color #77391C in popluar number systems.

HEX77391C
Decimal1195728
Binary111011111100111100
Octal1677134

Shades and tints

Shades of #77391C

#77391C
(119,57,28)
#6D341A
(109,52,26)
#632F18
(99,47,24)
#592A16
(89,42,22)
#4F2514
(79,37,20)
#452012
(69,32,18)
#3B1B10
(59,27,16)
#31160E
(49,22,14)
#27110C
(39,17,12)
#1D0C0A
(29,12,10)
#130708
(19,7,8)
#000000
(0,0,0)

Tints of #77391C

#77391C
(119,57,28)
#834B30
(131,75,48)
#8F5D44
(143,93,68)
#9B6F58
(155,111,88)
#A7816C
(167,129,108)
#B39380
(179,147,128)
#BFA594
(191,165,148)
#CBB7A8
(203,183,168)
#D7C9BC
(215,201,188)
#E3DBD0
(227,219,208)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77391C color. Also use rgb(119,57,28) instead hex code.

Text Font Color

.myTextColor { color: #77391C; }

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

This text font color is #77391C.


Background Color

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

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

This div background color is #77391C.


Border color

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

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

This div border color is #77391C.


Opacity

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

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

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

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

This text has shadow with #77391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77391C on black background.


Color preview on white background

This text has color #77391C on white background.



Black color preview on #77391C background

This text has black color on #77391C background.


White color preview on #77391C background

This text has white color on #77391C background.