COLOR #77342D

HEX: #77342D
RGB: (119,52,45)

Color info

#77342D contains mainly red color. Web safe color of #77342D is #663333 (or #633).

RGB color model

#77342D color RGB value is (119,52,45).

  • red value is 119;
  • green value is 52;
  • blue value is 45.
RGB:
(119,52,45)
(47%,20%,18%)

RGB channels and saturation

R 119 of 255 = 47%
G 52 of 255 = 20%
B 45 of 255 = 18%

119
52
45

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

Portions of RGB colors in percentages

R + G + B =
119 + 52 + 45 = 216 (100%)
R 119 of 216 ~ 55.09%
G 52 of 216 ~ 24.07%
B 45 of 216 ~ 20.83%

%55.09
%24.07
%20.83

CMYK color model

#77342D color CMYK value is (0,56,62,53).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 62.18%
  • key color value is 53.33%
CMYK:
(0,56,62,53)
C0M56Y62K53 
(0%,56%,62%,53%)
(0.00/0.56/0.62/0.53)	

CMYK percentages

%0
%56.3
%62.18
%53.33

Codes

Color #77342D in popluar color models

77342D
RGB1195245
HSL45.12%32.16%
HSB/HSV62.18%46.67%
CMYK0.00%56.30%62.18%
53.33%

Color #77342D in popluar number systems.

HEX77342D
Decimal1195245
Binary1110111110100101101
Octal1676455

Shades and tints

Shades of #77342D

#77342D
(119,52,45)
#6D3029
(109,48,41)
#632C25
(99,44,37)
#592821
(89,40,33)
#4F241D
(79,36,29)
#452019
(69,32,25)
#3B1C15
(59,28,21)
#311811
(49,24,17)
#27140D
(39,20,13)
#1D1009
(29,16,9)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #77342D

#77342D
(119,52,45)
#834640
(131,70,64)
#8F5853
(143,88,83)
#9B6A66
(155,106,102)
#A77C79
(167,124,121)
#B38E8C
(179,142,140)
#BFA09F
(191,160,159)
#CBB2B2
(203,178,178)
#D7C4C5
(215,196,197)
#E3D6D8
(227,214,216)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77342D color. Also use rgb(119,52,45) instead hex code.

Text Font Color

.myTextColor { color: #77342D; }

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

This text font color is #77342D.


Background Color

.myBgColor { background-color: #77342D; }

<div style="background-color:#77342D">Inner text</div>

This div background color is #77342D.


Border color

.myBorderColor { border: 1px solid #77342D; }

<div style="border:3px solid #77342D">Div</div>

This div border color is #77342D.


Opacity

.myOpacity80 { color: #77342D; opacity: 0.8; }

<p style="color:#77342D;opacity:0.8;">80%</p>

Text with #77342D 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 #77342D;}

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

This text has shadow with #77342D color.

.textShadow {text-shadow: 3px 3px 1px #77342D, 3px 3px 1px red;}

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

This text has shadow with #77342D primary color and red secondary color.


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

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

This text has shadow with #77342D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77342D on black background.


Color preview on white background

This text has color #77342D on white background.



Black color preview on #77342D background

This text has black color on #77342D background.


White color preview on #77342D background

This text has white color on #77342D background.