COLOR #7D751A

HEX: #7D751A
RGB: (125,117,26)

Color info

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

RGB color model

#7D751A color RGB value is (125,117,26).

  • red value is 125;
  • green value is 117;
  • blue value is 26.
RGB:
(125,117,26)
(49%,46%,10%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 26 of 255 = 10%

125
117
26

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 26 = 268 (100%)
R 125 of 268 ~ 46.64%
G 117 of 268 ~ 43.66%
B 26 of 268 ~ 9.7%

%46.64
%43.66
%9.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 79.20%
  • key color value is 50.98%
CMYK:
(0,6,79,51)
C0M6Y79K51 
(0%,6%,79%,51%)
(0.00/0.06/0.79/0.51)	

CMYK percentages

%0
%6.4
%79.2
%50.98

Codes

Color #7D751A in popluar color models

7D751A
RGB12511726
HSL55°65.56%29.61%
HSB/HSV55°79.20%49.02%
CMYK0.00%6.40%79.20%
50.98%

Color #7D751A in popluar number systems.

HEX7D751A
Decimal12511726
Binary1111101111010111010
Octal17516532

Shades and tints

Shades of #7D751A

#7D751A
(125,117,26)
#726B18
(114,107,24)
#676116
(103,97,22)
#5C5714
(92,87,20)
#514D12
(81,77,18)
#464310
(70,67,16)
#3B390E
(59,57,14)
#302F0C
(48,47,12)
#25250A
(37,37,10)
#1A1B08
(26,27,8)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #7D751A

#7D751A
(125,117,26)
#88812E
(136,129,46)
#938D42
(147,141,66)
#9E9956
(158,153,86)
#A9A56A
(169,165,106)
#B4B17E
(180,177,126)
#BFBD92
(191,189,146)
#CAC9A6
(202,201,166)
#D5D5BA
(213,213,186)
#E0E1CE
(224,225,206)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D751A; }

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

This text font color is #7D751A.


Background Color

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

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

This div background color is #7D751A.


Border color

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

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

This div border color is #7D751A.


Opacity

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

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

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

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

This text has shadow with #7D751A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D751A on black background.


Color preview on white background

This text has color #7D751A on white background.



Black color preview on #7D751A background

This text has black color on #7D751A background.


White color preview on #7D751A background

This text has white color on #7D751A background.