COLOR #77291E

HEX: #77291E
RGB: (119,41,30)

Color info

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

RGB color model

#77291E color RGB value is (119,41,30).

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

RGB channels and saturation

R 119 of 255 = 47%
G 41 of 255 = 16%
B 30 of 255 = 12%

119
41
30

R + G + B ~ 25%. #77291E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 41 + 30 = 190 (100%)
R 119 of 190 ~ 62.63%
G 41 of 190 ~ 21.58%
B 30 of 190 ~ 15.79%

%62.63
%21.58
%15.79

CMYK color model

#77291E color CMYK value is (0,66,75,53).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 74.79%
  • key color value is 53.33%
CMYK:
(0,66,75,53)
C0M66Y75K53 
(0%,66%,75%,53%)
(0.00/0.66/0.75/0.53)	

CMYK percentages

%0
%65.55
%74.79
%53.33

Codes

Color #77291E in popluar color models

77291E
RGB1194130
HSL59.73%29.22%
HSB/HSV74.79%46.67%
CMYK0.00%65.55%74.79%
53.33%

Color #77291E in popluar number systems.

HEX77291E
Decimal1194130
Binary111011110100111110
Octal1675136

Shades and tints

Shades of #77291E

#77291E
(119,41,30)
#6D261C
(109,38,28)
#63231A
(99,35,26)
#592018
(89,32,24)
#4F1D16
(79,29,22)
#451A14
(69,26,20)
#3B1712
(59,23,18)
#311410
(49,20,16)
#27110E
(39,17,14)
#1D0E0C
(29,14,12)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #77291E

#77291E
(119,41,30)
#833C32
(131,60,50)
#8F4F46
(143,79,70)
#9B625A
(155,98,90)
#A7756E
(167,117,110)
#B38882
(179,136,130)
#BF9B96
(191,155,150)
#CBAEAA
(203,174,170)
#D7C1BE
(215,193,190)
#E3D4D2
(227,212,210)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77291E; }

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

This text font color is #77291E.


Background Color

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

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

This div background color is #77291E.


Border color

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

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

This div border color is #77291E.


Opacity

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

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

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

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

This text has shadow with #77291E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77291E on black background.


Color preview on white background

This text has color #77291E on white background.



Black color preview on #77291E background

This text has black color on #77291E background.


White color preview on #77291E background

This text has white color on #77291E background.