COLOR #77161B

HEX: #77161B
RGB: (119,22,27)

Color info

#77161B contains mainly red color. Web safe color of #77161B is #660033 (or #603).

RGB color model

#77161B color RGB value is (119,22,27).

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

RGB channels and saturation

R 119 of 255 = 47%
G 22 of 255 = 9%
B 27 of 255 = 11%

119
22
27

R + G + B ~ 22%. #77161B is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 22 + 27 = 168 (100%)
R 119 of 168 ~ 70.83%
G 22 of 168 ~ 13.1%
B 27 of 168 ~ 16.07%

%70.83
%13.1
%16.07

CMYK color model

#77161B color CMYK value is (0,82,77,53).

  • cyan value is 0.00%
  • magenta value is 81.51%
  • yellow value is 77.31%
  • key color value is 53.33%
CMYK:
(0,82,77,53)
C0M82Y77K53 
(0%,82%,77%,53%)
(0.00/0.82/0.77/0.53)	

CMYK percentages

%0
%81.51
%77.31
%53.33

Codes

Color #77161B in popluar color models

77161B
RGB1192227
HSL357°68.79%27.65%
HSB/HSV357°81.51%46.67%
CMYK0.00%81.51%77.31%
53.33%

Color #77161B in popluar number systems.

HEX77161B
Decimal1192227
Binary11101111011011011
Octal1672633

Shades and tints

Shades of #77161B

#77161B
(119,22,27)
#6D1419
(109,20,25)
#631217
(99,18,23)
#591015
(89,16,21)
#4F0E13
(79,14,19)
#450C11
(69,12,17)
#3B0A0F
(59,10,15)
#31080D
(49,8,13)
#27060B
(39,6,11)
#1D0409
(29,4,9)
#130207
(19,2,7)
#000000
(0,0,0)

Tints of #77161B

#77161B
(119,22,27)
#832B2F
(131,43,47)
#8F4043
(143,64,67)
#9B5557
(155,85,87)
#A76A6B
(167,106,107)
#B37F7F
(179,127,127)
#BF9493
(191,148,147)
#CBA9A7
(203,169,167)
#D7BEBB
(215,190,187)
#E3D3CF
(227,211,207)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77161B color. Also use rgb(119,22,27) instead hex code.

Text Font Color

.myTextColor { color: #77161B; }

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

This text font color is #77161B.


Background Color

.myBgColor { background-color: #77161B; }

<div style="background-color:#77161B">Inner text</div>

This div background color is #77161B.


Border color

.myBorderColor { border: 1px solid #77161B; }

<div style="border:3px solid #77161B">Div</div>

This div border color is #77161B.


Opacity

.myOpacity80 { color: #77161B; opacity: 0.8; }

<p style="color:#77161B;opacity:0.8;">80%</p>

Text with #77161B 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 #77161B;}

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

This text has shadow with #77161B color.

.textShadow {text-shadow: 3px 3px 1px #77161B, 3px 3px 1px red;}

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

This text has shadow with #77161B primary color and red secondary color.


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

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

This text has shadow with #77161B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77161B on black background.


Color preview on white background

This text has color #77161B on white background.



Black color preview on #77161B background

This text has black color on #77161B background.


White color preview on #77161B background

This text has white color on #77161B background.