COLOR #77273B

HEX: #77273B
RGB: (119,39,59)

Color info

#77273B contains mainly red color. Web safe color of #77273B is #663333 (or #633).

RGB color model

#77273B color RGB value is (119,39,59).

  • red value is 119;
  • green value is 39;
  • blue value is 59.
RGB:
(119,39,59)
(47%,15%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 39 of 255 = 15%
B 59 of 255 = 23%

119
39
59

R + G + B ~ 28%. #77273B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 39 + 59 = 217 (100%)
R 119 of 217 ~ 54.84%
G 39 of 217 ~ 17.97%
B 59 of 217 ~ 27.19%

%54.84
%17.97
%27.19

CMYK color model

#77273B color CMYK value is (0,67,50,53).

  • cyan value is 0.00%
  • magenta value is 67.23%
  • yellow value is 50.42%
  • key color value is 53.33%
CMYK:
(0,67,50,53)
C0M67Y50K53 
(0%,67%,50%,53%)
(0.00/0.67/0.50/0.53)	

CMYK percentages

%0
%67.23
%50.42
%53.33

Codes

Color #77273B in popluar color models

77273B
RGB1193959
HSL345°50.63%30.98%
HSB/HSV345°67.23%46.67%
CMYK0.00%67.23%50.42%
53.33%

Color #77273B in popluar number systems.

HEX77273B
Decimal1193959
Binary1110111100111111011
Octal1674773

Shades and tints

Shades of #77273B

#77273B
(119,39,59)
#6D2436
(109,36,54)
#632131
(99,33,49)
#591E2C
(89,30,44)
#4F1B27
(79,27,39)
#451822
(69,24,34)
#3B151D
(59,21,29)
#311218
(49,18,24)
#270F13
(39,15,19)
#1D0C0E
(29,12,14)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #77273B

#77273B
(119,39,59)
#833A4C
(131,58,76)
#8F4D5D
(143,77,93)
#9B606E
(155,96,110)
#A7737F
(167,115,127)
#B38690
(179,134,144)
#BF99A1
(191,153,161)
#CBACB2
(203,172,178)
#D7BFC3
(215,191,195)
#E3D2D4
(227,210,212)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77273B color. Also use rgb(119,39,59) instead hex code.

Text Font Color

.myTextColor { color: #77273B; }

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

This text font color is #77273B.


Background Color

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

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

This div background color is #77273B.


Border color

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

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

This div border color is #77273B.


Opacity

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

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

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

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

This text has shadow with #77273B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77273B on black background.


Color preview on white background

This text has color #77273B on white background.



Black color preview on #77273B background

This text has black color on #77273B background.


White color preview on #77273B background

This text has white color on #77273B background.