COLOR #7A7441

HEX: #7A7441 RGB: (122,116,65)

Color info

#7A7441 contains red, green and blue colors in about the same proportion. Web safe color of #7A7441 is #666633 (or #663).

RGB color model

#7A7441 color RGB value is (122,116,65).

RGB: (122,116,65) (48%, 45%, 25%)

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 65 of 255 = 25%

122
116
65

R + G + B ~ 39%. #7A7441 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 116 + 65 = 303 (100%)
R 122 of 303 ~ 40.26%
G 116 of 303 ~ 38.28%
B 65 of 303 ~ 21.45'%

%40.26
%38.28
%21.45

CMYK color model

#7A7441 color CMYK value is (0,5,47,52).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 46.72%
  • key color value is 52.16%

CMYK: (0,5,47,52)
C0M5Y47K52 (0%, 5%, 47%, 52%)
(0.00 / 0.05 / 0.47 / 0.52)

CMYK percentages

%0
%4.92
%46.72
%52.16

Codes

Color #7A7441 in popluar color models

7A 74 41
RGB 122 116 65
HSL 54° 30.48% 36.67%
HSB/HSV 54° 46.72% 47.84%
CMYK 0.00% 4.92% 46.72%
52.16%

Color #7A7441 in popluar number systems.

HEX 7A 74 41
Decimal 122 116 65
Binary 1111010 1110100 1000001
Octal 172 164 101

Shades and tints

Shades of #7A7441

#7A7441
(122,116,65)
#6F6A3C
(111,106,60)
#646037
(100,96,55)
#595632
(89,86,50)
#4E4C2D
(78,76,45)
#434228
(67,66,40)
#383823
(56,56,35)
#2D2E1E
(45,46,30)
#222419
(34,36,25)
#171A14
(23,26,20)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #7A7441

#7A7441
(122,116,65)
#868052
(134,128,82)
#928C63
(146,140,99)
#9E9874
(158,152,116)
#AAA485
(170,164,133)
#B6B096
(182,176,150)
#C2BCA7
(194,188,167)
#CEC8B8
(206,200,184)
#DAD4C9
(218,212,201)
#E6E0DA
(230,224,218)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7441; }

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

This text font color is #7A7441.

Background Color

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

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

This div background color is #7A7441.

Border color

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

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

This div border color is #7A7441.

Opacity

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

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

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

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

This text has shadow with #7A7441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7441.

Preview

Color preview on black background

This text has color #7A7441 on black background.


Color preview on white background

This text has color #7A7441 on white background.


Black color preview on #7A7441 background

This text has black color on #7A7441 background.


White color preview on #7A7441 background

This text has white color on #7A7441 background.


Related colors

Complementary color

Complementary color for #hex is #858BBE.


I love getcolorcode.com

Triadic colors

1 #417A74 and #74417A with #7A7441 are triadic colors.

2 #41747A and #747A41 with #7A7441 are triadic colors.