COLOR #7D741A

HEX: #7D741A RGB: (125,116,26)

Color info

#7D741A contains mainly red and green colors. Web safe color of #7D741A is #666600 (or #660).

RGB color model

#7D741A color RGB value is (125,116,26).

RGB: (125,116,26) (49%, 45%, 10%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 26 of 255 = 10%

125
116
26

R + G + B ~ 35%. #7D741A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 26 = 267 (100%)
R 125 of 267 ~ 46.82%
G 116 of 267 ~ 43.45%
B 26 of 267 ~ 9.74'%

%46.82
%43.45

CMYK color model

#7D741A color CMYK value is (0,7,79,51).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 79.20%
  • key color value is 50.98%

CMYK: (0,7,79,51)
C0M7Y79K51 (0%, 7%, 79%, 51%)
(0.00 / 0.07 / 0.79 / 0.51)

CMYK percentages

%0
%7.2
%79.2
%50.98

Codes

Color #7D741A in popluar color models

7D 74 1A
RGB 125 116 26
HSL 55° 65.56% 29.61%
HSB/HSV 55° 79.20% 49.02%
CMYK 0.00% 7.20% 79.20%
50.98%

Color #7D741A in popluar number systems.

HEX 7D 74 1A
Decimal 125 116 26
Binary 1111101 1110100 11010
Octal 175 164 32

Shades and tints

Shades of #7D741A

#7D741A
(125,116,26)
#726A18
(114,106,24)
#676016
(103,96,22)
#5C5614
(92,86,20)
#514C12
(81,76,18)
#464210
(70,66,16)
#3B380E
(59,56,14)
#302E0C
(48,46,12)
#25240A
(37,36,10)
#1A1A08
(26,26,8)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #7D741A

#7D741A
(125,116,26)
#88802E
(136,128,46)
#938C42
(147,140,66)
#9E9856
(158,152,86)
#A9A46A
(169,164,106)
#B4B07E
(180,176,126)
#BFBC92
(191,188,146)
#CAC8A6
(202,200,166)
#D5D4BA
(213,212,186)
#E0E0CE
(224,224,206)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D741A color. Also use rgb(125,116,26) instead hex code.

Text Font Color

.myTextColor { color: #7D741A; }

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

This text font color is #7D741A.

Background Color

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

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

This div background color is #7D741A.

Border color

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

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

This div border color is #7D741A.

Opacity

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

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

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

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

This text has shadow with #7D741A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D741A.

Preview

Color preview on black background

This text has color #7D741A on black background.


Color preview on white background

This text has color #7D741A on white background.


Black color preview on #7D741A background

This text has black color on #7D741A background.


White color preview on #7D741A background

This text has white color on #7D741A background.


Related colors

Complementary color

Complementary color for #hex is #828BE5.


I love getcolorcode.com

Triadic colors

1 #1A7D74 and #741A7D with #7D741A are triadic colors.

2 #1A747D and #747D1A with #7D741A are triadic colors.