COLOR #76411D

HEX: #76411D
RGB: (118,65,29)

Color info

#76411D contains mainly red and green colors. Web safe color of #76411D is #663333 (or #633).

RGB color model

#76411D color RGB value is (118,65,29).

  • red value is 118;
  • green value is 65;
  • blue value is 29.
RGB:
(118,65,29)
(46%,25%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 65 of 255 = 25%
B 29 of 255 = 11%

118
65
29

R + G + B ~ 27%. #76411D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 65 + 29 = 212 (100%)
R 118 of 212 ~ 55.66%
G 65 of 212 ~ 30.66%
B 29 of 212 ~ 13.68%

%55.66
%30.66
%13.68

CMYK color model

#76411D color CMYK value is (0,45,75,54).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 75.42%
  • key color value is 53.73%
CMYK:
(0,45,75,54)
C0M45Y75K54 
(0%,45%,75%,54%)
(0.00/0.45/0.75/0.54)	

CMYK percentages

%0
%44.92
%75.42
%53.73

Codes

Color #76411D in popluar color models

76411D
RGB1186529
HSL24°60.54%28.82%
HSB/HSV24°75.42%46.27%
CMYK0.00%44.92%75.42%
53.73%

Color #76411D in popluar number systems.

HEX76411D
Decimal1186529
Binary1110110100000111101
Octal16610135

Shades and tints

Shades of #76411D

#76411D
(118,65,29)
#6C3C1B
(108,60,27)
#623719
(98,55,25)
#583217
(88,50,23)
#4E2D15
(78,45,21)
#442813
(68,40,19)
#3A2311
(58,35,17)
#301E0F
(48,30,15)
#26190D
(38,25,13)
#1C140B
(28,20,11)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #76411D

#76411D
(118,65,29)
#825231
(130,82,49)
#8E6345
(142,99,69)
#9A7459
(154,116,89)
#A6856D
(166,133,109)
#B29681
(178,150,129)
#BEA795
(190,167,149)
#CAB8A9
(202,184,169)
#D6C9BD
(214,201,189)
#E2DAD1
(226,218,209)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76411D color. Also use rgb(118,65,29) instead hex code.

Text Font Color

.myTextColor { color: #76411D; }

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

This text font color is #76411D.


Background Color

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

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

This div background color is #76411D.


Border color

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

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

This div border color is #76411D.


Opacity

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

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

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

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

This text has shadow with #76411D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76411D on black background.


Color preview on white background

This text has color #76411D on white background.



Black color preview on #76411D background

This text has black color on #76411D background.


White color preview on #76411D background

This text has white color on #76411D background.