COLOR #7A4C2B

HEX: #7A4C2B
RGB: (122,76,43)

Color info

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

RGB color model

#7A4C2B color RGB value is (122,76,43).

  • red value is 122;
  • green value is 76;
  • blue value is 43.
RGB:
(122,76,43)
(48%,30%,17%)

RGB channels and saturation

R 122 of 255 = 48%
G 76 of 255 = 30%
B 43 of 255 = 17%

122
76
43

R + G + B ~ 32%. #7A4C2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 76 + 43 = 241 (100%)
R 122 of 241 ~ 50.62%
G 76 of 241 ~ 31.54%
B 43 of 241 ~ 17.84%

%50.62
%31.54
%17.84

CMYK color model

#7A4C2B color CMYK value is (0,38,65,52).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 64.75%
  • key color value is 52.16%
CMYK:
(0,38,65,52)
C0M38Y65K52 
(0%,38%,65%,52%)
(0.00/0.38/0.65/0.52)	

CMYK percentages

%0
%37.7
%64.75
%52.16

Codes

Color #7A4C2B in popluar color models

7A4C2B
RGB1227643
HSL25°47.88%32.35%
HSB/HSV25°64.75%47.84%
CMYK0.00%37.70%64.75%
52.16%

Color #7A4C2B in popluar number systems.

HEX7A4C2B
Decimal1227643
Binary11110101001100101011
Octal17211453

Shades and tints

Shades of #7A4C2B

#7A4C2B
(122,76,43)
#6F4628
(111,70,40)
#644025
(100,64,37)
#593A22
(89,58,34)
#4E341F
(78,52,31)
#432E1C
(67,46,28)
#382819
(56,40,25)
#2D2216
(45,34,22)
#221C13
(34,28,19)
#171610
(23,22,16)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7A4C2B

#7A4C2B
(122,76,43)
#865C3E
(134,92,62)
#926C51
(146,108,81)
#9E7C64
(158,124,100)
#AA8C77
(170,140,119)
#B69C8A
(182,156,138)
#C2AC9D
(194,172,157)
#CEBCB0
(206,188,176)
#DACCC3
(218,204,195)
#E6DCD6
(230,220,214)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4C2B color. Also use rgb(122,76,43) instead hex code.

Text Font Color

.myTextColor { color: #7A4C2B; }

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

This text font color is #7A4C2B.


Background Color

.myBgColor { background-color: #7A4C2B; }

<div style="background-color:#7A4C2B">Inner text</div>

This div background color is #7A4C2B.


Border color

.myBorderColor { border: 1px solid #7A4C2B; }

<div style="border:3px solid #7A4C2B">Div</div>

This div border color is #7A4C2B.


Opacity

.myOpacity80 { color: #7A4C2B; opacity: 0.8; }

<p style="color:#7A4C2B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A4C2B color.

.textShadow {text-shadow: 3px 3px 1px #7A4C2B, 3px 3px 1px red;}

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

This text has shadow with #7A4C2B primary color and red secondary color.


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

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

This text has shadow with #7A4C2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4C2B on black background.


Color preview on white background

This text has color #7A4C2B on white background.



Black color preview on #7A4C2B background

This text has black color on #7A4C2B background.


White color preview on #7A4C2B background

This text has white color on #7A4C2B background.