COLOR #77371E

HEX: #77371E
RGB: (119,55,30)

Color info

#77371E contains mainly red color. Web safe color of #77371E is #663333 (or #633).

RGB color model

#77371E color RGB value is (119,55,30).

  • red value is 119;
  • green value is 55;
  • blue value is 30.
RGB:
(119,55,30)
(47%,22%,12%)

RGB channels and saturation

R 119 of 255 = 47%
G 55 of 255 = 22%
B 30 of 255 = 12%

119
55
30

R + G + B ~ 27%. #77371E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 55 + 30 = 204 (100%)
R 119 of 204 ~ 58.33%
G 55 of 204 ~ 26.96%
B 30 of 204 ~ 14.71%

%58.33
%26.96
%14.71

CMYK color model

#77371E color CMYK value is (0,54,75,53).

  • cyan value is 0.00%
  • magenta value is 53.78%
  • yellow value is 74.79%
  • key color value is 53.33%
CMYK:
(0,54,75,53)
C0M54Y75K53 
(0%,54%,75%,53%)
(0.00/0.54/0.75/0.53)	

CMYK percentages

%0
%53.78
%74.79
%53.33

Codes

Color #77371E in popluar color models

77371E
RGB1195530
HSL17°59.73%29.22%
HSB/HSV17°74.79%46.67%
CMYK0.00%53.78%74.79%
53.33%

Color #77371E in popluar number systems.

HEX77371E
Decimal1195530
Binary111011111011111110
Octal1676736

Shades and tints

Shades of #77371E

#77371E
(119,55,30)
#6D321C
(109,50,28)
#632D1A
(99,45,26)
#592818
(89,40,24)
#4F2316
(79,35,22)
#451E14
(69,30,20)
#3B1912
(59,25,18)
#311410
(49,20,16)
#270F0E
(39,15,14)
#1D0A0C
(29,10,12)
#13050A
(19,5,10)
#000000
(0,0,0)

Tints of #77371E

#77371E
(119,55,30)
#834932
(131,73,50)
#8F5B46
(143,91,70)
#9B6D5A
(155,109,90)
#A77F6E
(167,127,110)
#B39182
(179,145,130)
#BFA396
(191,163,150)
#CBB5AA
(203,181,170)
#D7C7BE
(215,199,190)
#E3D9D2
(227,217,210)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77371E color. Also use rgb(119,55,30) instead hex code.

Text Font Color

.myTextColor { color: #77371E; }

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

This text font color is #77371E.


Background Color

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

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

This div background color is #77371E.


Border color

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

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

This div border color is #77371E.


Opacity

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

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

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

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

This text has shadow with #77371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77371E on black background.


Color preview on white background

This text has color #77371E on white background.



Black color preview on #77371E background

This text has black color on #77371E background.


White color preview on #77371E background

This text has white color on #77371E background.