COLOR #77293E

HEX: #77293E
RGB: (119,41,62)

Color info

#77293E contains mainly red and blue colors. Web safe color of #77293E is #663333 (or #633).

RGB color model

#77293E color RGB value is (119,41,62).

  • red value is 119;
  • green value is 41;
  • blue value is 62.
RGB:
(119,41,62)
(47%,16%,24%)

RGB channels and saturation

R 119 of 255 = 47%
G 41 of 255 = 16%
B 62 of 255 = 24%

119
41
62

R + G + B ~ 29%. #77293E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 41 + 62 = 222 (100%)
R 119 of 222 ~ 53.6%
G 41 of 222 ~ 18.47%
B 62 of 222 ~ 27.93%

%53.6
%18.47
%27.93

CMYK color model

#77293E color CMYK value is (0,66,48,53).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,66,48,53)
C0M66Y48K53 
(0%,66%,48%,53%)
(0.00/0.66/0.48/0.53)	

CMYK percentages

%0
%65.55
%47.9
%53.33

Codes

Color #77293E in popluar color models

77293E
RGB1194162
HSL344°48.75%31.37%
HSB/HSV344°65.55%46.67%
CMYK0.00%65.55%47.90%
53.33%

Color #77293E in popluar number systems.

HEX77293E
Decimal1194162
Binary1110111101001111110
Octal1675176

Shades and tints

Shades of #77293E

#77293E
(119,41,62)
#6D2639
(109,38,57)
#632334
(99,35,52)
#59202F
(89,32,47)
#4F1D2A
(79,29,42)
#451A25
(69,26,37)
#3B1720
(59,23,32)
#31141B
(49,20,27)
#271116
(39,17,22)
#1D0E11
(29,14,17)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #77293E

#77293E
(119,41,62)
#833C4F
(131,60,79)
#8F4F60
(143,79,96)
#9B6271
(155,98,113)
#A77582
(167,117,130)
#B38893
(179,136,147)
#BF9BA4
(191,155,164)
#CBAEB5
(203,174,181)
#D7C1C6
(215,193,198)
#E3D4D7
(227,212,215)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77293E color. Also use rgb(119,41,62) instead hex code.

Text Font Color

.myTextColor { color: #77293E; }

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

This text font color is #77293E.


Background Color

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

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

This div background color is #77293E.


Border color

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

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

This div border color is #77293E.


Opacity

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

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

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

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

This text has shadow with #77293E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77293E on black background.


Color preview on white background

This text has color #77293E on white background.



Black color preview on #77293E background

This text has black color on #77293E background.


White color preview on #77293E background

This text has white color on #77293E background.