COLOR #76491C

HEX: #76491C
RGB: (118,73,28)

Color info

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

RGB color model

#76491C color RGB value is (118,73,28).

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

RGB channels and saturation

R 118 of 255 = 46%
G 73 of 255 = 29%
B 28 of 255 = 11%

118
73
28

R + G + B ~ 29%. #76491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 73 + 28 = 219 (100%)
R 118 of 219 ~ 53.88%
G 73 of 219 ~ 33.33%
B 28 of 219 ~ 12.79%

%53.88
%33.33
%12.79

CMYK color model

#76491C color CMYK value is (0,38,76,54).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 76.27%
  • key color value is 53.73%
CMYK:
(0,38,76,54)
C0M38Y76K54 
(0%,38%,76%,54%)
(0.00/0.38/0.76/0.54)	

CMYK percentages

%0
%38.14
%76.27
%53.73

Codes

Color #76491C in popluar color models

76491C
RGB1187328
HSL30°61.64%28.63%
HSB/HSV30°76.27%46.27%
CMYK0.00%38.14%76.27%
53.73%

Color #76491C in popluar number systems.

HEX76491C
Decimal1187328
Binary1110110100100111100
Octal16611134

Shades and tints

Shades of #76491C

#76491C
(118,73,28)
#6C431A
(108,67,26)
#623D18
(98,61,24)
#583716
(88,55,22)
#4E3114
(78,49,20)
#442B12
(68,43,18)
#3A2510
(58,37,16)
#301F0E
(48,31,14)
#26190C
(38,25,12)
#1C130A
(28,19,10)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #76491C

#76491C
(118,73,28)
#825930
(130,89,48)
#8E6944
(142,105,68)
#9A7958
(154,121,88)
#A6896C
(166,137,108)
#B29980
(178,153,128)
#BEA994
(190,169,148)
#CAB9A8
(202,185,168)
#D6C9BC
(214,201,188)
#E2D9D0
(226,217,208)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76491C color. Also use rgb(118,73,28) instead hex code.

Text Font Color

.myTextColor { color: #76491C; }

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

This text font color is #76491C.


Background Color

.myBgColor { background-color: #76491C; }

<div style="background-color:#76491C">Inner text</div>

This div background color is #76491C.


Border color

.myBorderColor { border: 1px solid #76491C; }

<div style="border:3px solid #76491C">Div</div>

This div border color is #76491C.


Opacity

.myOpacity80 { color: #76491C; opacity: 0.8; }

<p style="color:#76491C;opacity:0.8;">80%</p>

Text with #76491C 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 #76491C;}

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

This text has shadow with #76491C color.

.textShadow {text-shadow: 3px 3px 1px #76491C, 3px 3px 1px red;}

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

This text has shadow with #76491C primary color and red secondary color.


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

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

This text has shadow with #76491C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76491C on black background.


Color preview on white background

This text has color #76491C on white background.



Black color preview on #76491C background

This text has black color on #76491C background.


White color preview on #76491C background

This text has white color on #76491C background.