COLOR #7A7D41

HEX: #7A7D41
RGB: (122,125,65)

Color info

#7A7D41 contains mainly red and green colors. Web safe color of #7A7D41 is #666633 (or #663).

RGB color model

#7A7D41 color RGB value is (122,125,65).

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

RGB channels and saturation

R 122 of 255 = 48%
G 125 of 255 = 49%
B 65 of 255 = 25%

122
125
65

R + G + B ~ 41%. #7A7D41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 125 + 65 = 312 (100%)
R 122 of 312 ~ 39.1%
G 125 of 312 ~ 40.06%
B 65 of 312 ~ 20.83%

%39.1
%40.06
%20.83

CMYK color model

#7A7D41 color CMYK value is (2,0,48,51).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(2,0,48,51)
C2M0Y48K51 
(2%,0%,48%,51%)
(0.02/0.00/0.48/0.51)	

CMYK percentages

%2.4
%0
%48
%50.98

Codes

Color #7A7D41 in popluar color models

7A7D41
RGB12212565
HSL63°31.58%37.25%
HSB/HSV63°48.00%49.02%
CMYK2.40%0.00%48.00%
50.98%

Color #7A7D41 in popluar number systems.

HEX7A7D41
Decimal12212565
Binary111101011111011000001
Octal172175101

Shades and tints

Shades of #7A7D41

#7A7D41
(122,125,65)
#6F723C
(111,114,60)
#646737
(100,103,55)
#595C32
(89,92,50)
#4E512D
(78,81,45)
#434628
(67,70,40)
#383B23
(56,59,35)
#2D301E
(45,48,30)
#222519
(34,37,25)
#171A14
(23,26,20)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A7D41

#7A7D41
(122,125,65)
#868852
(134,136,82)
#929363
(146,147,99)
#9E9E74
(158,158,116)
#AAA985
(170,169,133)
#B6B496
(182,180,150)
#C2BFA7
(194,191,167)
#CECAB8
(206,202,184)
#DAD5C9
(218,213,201)
#E6E0DA
(230,224,218)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7D41; }

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

This text font color is #7A7D41.


Background Color

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

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

This div background color is #7A7D41.


Border color

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

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

This div border color is #7A7D41.


Opacity

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

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

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

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

This text has shadow with #7A7D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7D41 on black background.


Color preview on white background

This text has color #7A7D41 on white background.



Black color preview on #7A7D41 background

This text has black color on #7A7D41 background.


White color preview on #7A7D41 background

This text has white color on #7A7D41 background.