COLOR #7A4741

HEX: #7A4741
RGB: (122,71,65)

Color info

#7A4741 contains red, green and blue colors in about the same proportion. Web safe color of #7A4741 is #663333 (or #633).

RGB color model

#7A4741 color RGB value is (122,71,65).

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

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 65 of 255 = 25%

122
71
65

R + G + B ~ 34%. #7A4741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 65 = 258 (100%)
R 122 of 258 ~ 47.29%
G 71 of 258 ~ 27.52%
B 65 of 258 ~ 25.19%

%47.29
%27.52
%25.19

CMYK color model

#7A4741 color CMYK value is (0,42,47,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 46.72%
  • key color value is 52.16%
CMYK:
(0,42,47,52)
C0M42Y47K52 
(0%,42%,47%,52%)
(0.00/0.42/0.47/0.52)	

CMYK percentages

%0
%41.8
%46.72
%52.16

Codes

Color #7A4741 in popluar color models

7A4741
RGB1227165
HSL30.48%36.67%
HSB/HSV46.72%47.84%
CMYK0.00%41.80%46.72%
52.16%

Color #7A4741 in popluar number systems.

HEX7A4741
Decimal1227165
Binary111101010001111000001
Octal172107101

Shades and tints

Shades of #7A4741

#7A4741
(122,71,65)
#6F413C
(111,65,60)
#643B37
(100,59,55)
#593532
(89,53,50)
#4E2F2D
(78,47,45)
#432928
(67,41,40)
#382323
(56,35,35)
#2D1D1E
(45,29,30)
#221719
(34,23,25)
#171114
(23,17,20)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #7A4741

#7A4741
(122,71,65)
#865752
(134,87,82)
#926763
(146,103,99)
#9E7774
(158,119,116)
#AA8785
(170,135,133)
#B69796
(182,151,150)
#C2A7A7
(194,167,167)
#CEB7B8
(206,183,184)
#DAC7C9
(218,199,201)
#E6D7DA
(230,215,218)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4741; }

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

This text font color is #7A4741.


Background Color

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

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

This div background color is #7A4741.


Border color

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

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

This div border color is #7A4741.


Opacity

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

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

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

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

This text has shadow with #7A4741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4741 on black background.


Color preview on white background

This text has color #7A4741 on white background.



Black color preview on #7A4741 background

This text has black color on #7A4741 background.


White color preview on #7A4741 background

This text has white color on #7A4741 background.