COLOR #7A4441

HEX: #7A4441
RGB: (122,68,65)

Color info

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

RGB color model

#7A4441 color RGB value is (122,68,65).

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

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 65 of 255 = 25%

122
68
65

R + G + B ~ 33%. #7A4441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 68 + 65 = 255 (100%)
R 122 of 255 ~ 47.84%
G 68 of 255 ~ 26.67%
B 65 of 255 ~ 25.49%

%47.84
%26.67
%25.49

CMYK color model

#7A4441 color CMYK value is (0,44,47,52).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 46.72%
  • key color value is 52.16%
CMYK:
(0,44,47,52)
C0M44Y47K52 
(0%,44%,47%,52%)
(0.00/0.44/0.47/0.52)	

CMYK percentages

%0
%44.26
%46.72
%52.16

Codes

Color #7A4441 in popluar color models

7A4441
RGB1226865
HSL30.48%36.67%
HSB/HSV46.72%47.84%
CMYK0.00%44.26%46.72%
52.16%

Color #7A4441 in popluar number systems.

HEX7A4441
Decimal1226865
Binary111101010001001000001
Octal172104101

Shades and tints

Shades of #7A4441

#7A4441
(122,68,65)
#6F3E3C
(111,62,60)
#643837
(100,56,55)
#593232
(89,50,50)
#4E2C2D
(78,44,45)
#432628
(67,38,40)
#382023
(56,32,35)
#2D1A1E
(45,26,30)
#221419
(34,20,25)
#170E14
(23,14,20)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #7A4441

#7A4441
(122,68,65)
#865552
(134,85,82)
#926663
(146,102,99)
#9E7774
(158,119,116)
#AA8885
(170,136,133)
#B69996
(182,153,150)
#C2AAA7
(194,170,167)
#CEBBB8
(206,187,184)
#DACCC9
(218,204,201)
#E6DDDA
(230,221,218)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4441; }

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

This text font color is #7A4441.


Background Color

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

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

This div background color is #7A4441.


Border color

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

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

This div border color is #7A4441.


Opacity

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

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

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

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

This text has shadow with #7A4441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4441 on black background.


Color preview on white background

This text has color #7A4441 on white background.



Black color preview on #7A4441 background

This text has black color on #7A4441 background.


White color preview on #7A4441 background

This text has white color on #7A4441 background.