COLOR #7A4726

HEX: #7A4726
RGB: (122,71,38)

Color info

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

RGB color model

#7A4726 color RGB value is (122,71,38).

  • red value is 122;
  • green value is 71;
  • blue value is 38.
RGB:
(122,71,38)
(48%,28%,15%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 38 of 255 = 15%

122
71
38

R + G + B ~ 30%. #7A4726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 38 = 231 (100%)
R 122 of 231 ~ 52.81%
G 71 of 231 ~ 30.74%
B 38 of 231 ~ 16.45%

%52.81
%30.74
%16.45

CMYK color model

#7A4726 color CMYK value is (0,42,69,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 68.85%
  • key color value is 52.16%
CMYK:
(0,42,69,52)
C0M42Y69K52 
(0%,42%,69%,52%)
(0.00/0.42/0.69/0.52)	

CMYK percentages

%0
%41.8
%68.85
%52.16

Codes

Color #7A4726 in popluar color models

7A4726
RGB1227138
HSL24°52.50%31.37%
HSB/HSV24°68.85%47.84%
CMYK0.00%41.80%68.85%
52.16%

Color #7A4726 in popluar number systems.

HEX7A4726
Decimal1227138
Binary11110101000111100110
Octal17210746

Shades and tints

Shades of #7A4726

#7A4726
(122,71,38)
#6F4123
(111,65,35)
#643B20
(100,59,32)
#59351D
(89,53,29)
#4E2F1A
(78,47,26)
#432917
(67,41,23)
#382314
(56,35,20)
#2D1D11
(45,29,17)
#22170E
(34,23,14)
#17110B
(23,17,11)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #7A4726

#7A4726
(122,71,38)
#865739
(134,87,57)
#92674C
(146,103,76)
#9E775F
(158,119,95)
#AA8772
(170,135,114)
#B69785
(182,151,133)
#C2A798
(194,167,152)
#CEB7AB
(206,183,171)
#DAC7BE
(218,199,190)
#E6D7D1
(230,215,209)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4726 color. Also use rgb(122,71,38) instead hex code.

Text Font Color

.myTextColor { color: #7A4726; }

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

This text font color is #7A4726.


Background Color

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

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

This div background color is #7A4726.


Border color

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

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

This div border color is #7A4726.


Opacity

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

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

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

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

This text has shadow with #7A4726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4726 on black background.


Color preview on white background

This text has color #7A4726 on white background.



Black color preview on #7A4726 background

This text has black color on #7A4726 background.


White color preview on #7A4726 background

This text has white color on #7A4726 background.