COLOR #76492A

HEX: #76492A
RGB: (118,73,42)

Color info

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

RGB color model

#76492A color RGB value is (118,73,42).

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

RGB channels and saturation

R 118 of 255 = 46%
G 73 of 255 = 29%
B 42 of 255 = 16%

118
73
42

R + G + B ~ 30%. #76492A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 73 + 42 = 233 (100%)
R 118 of 233 ~ 50.64%
G 73 of 233 ~ 31.33%
B 42 of 233 ~ 18.03%

%50.64
%31.33
%18.03

CMYK color model

#76492A color CMYK value is (0,38,64,54).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 64.41%
  • key color value is 53.73%
CMYK:
(0,38,64,54)
C0M38Y64K54 
(0%,38%,64%,54%)
(0.00/0.38/0.64/0.54)	

CMYK percentages

%0
%38.14
%64.41
%53.73

Codes

Color #76492A in popluar color models

76492A
RGB1187342
HSL24°47.50%31.37%
HSB/HSV24°64.41%46.27%
CMYK0.00%38.14%64.41%
53.73%

Color #76492A in popluar number systems.

HEX76492A
Decimal1187342
Binary11101101001001101010
Octal16611152

Shades and tints

Shades of #76492A

#76492A
(118,73,42)
#6C4327
(108,67,39)
#623D24
(98,61,36)
#583721
(88,55,33)
#4E311E
(78,49,30)
#442B1B
(68,43,27)
#3A2518
(58,37,24)
#301F15
(48,31,21)
#261912
(38,25,18)
#1C130F
(28,19,15)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #76492A

#76492A
(118,73,42)
#82593D
(130,89,61)
#8E6950
(142,105,80)
#9A7963
(154,121,99)
#A68976
(166,137,118)
#B29989
(178,153,137)
#BEA99C
(190,169,156)
#CAB9AF
(202,185,175)
#D6C9C2
(214,201,194)
#E2D9D5
(226,217,213)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76492A color. Also use rgb(118,73,42) instead hex code.

Text Font Color

.myTextColor { color: #76492A; }

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

This text font color is #76492A.


Background Color

.myBgColor { background-color: #76492A; }

<div style="background-color:#76492A">Inner text</div>

This div background color is #76492A.


Border color

.myBorderColor { border: 1px solid #76492A; }

<div style="border:3px solid #76492A">Div</div>

This div border color is #76492A.


Opacity

.myOpacity80 { color: #76492A; opacity: 0.8; }

<p style="color:#76492A;opacity:0.8;">80%</p>

Text with #76492A 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 #76492A;}

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

This text has shadow with #76492A color.

.textShadow {text-shadow: 3px 3px 1px #76492A, 3px 3px 1px red;}

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

This text has shadow with #76492A primary color and red secondary color.


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

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

This text has shadow with #76492A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76492A on black background.


Color preview on white background

This text has color #76492A on white background.



Black color preview on #76492A background

This text has black color on #76492A background.


White color preview on #76492A background

This text has white color on #76492A background.