COLOR #7D754B

HEX: #7D754B
RGB: (125,117,75)

Color info

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

RGB color model

#7D754B color RGB value is (125,117,75).

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

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 75 of 255 = 29%

125
117
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 75 = 317 (100%)
R 125 of 317 ~ 39.43%
G 117 of 317 ~ 36.91%
B 75 of 317 ~ 23.66%

%39.43
%36.91
%23.66

CMYK color model

#7D754B color CMYK value is (0,6,40,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,6,40,51)
C0M6Y40K51 
(0%,6%,40%,51%)
(0.00/0.06/0.40/0.51)	

CMYK percentages

%0
%6.4
%40
%50.98

Codes

Color #7D754B in popluar color models

7D754B
RGB12511775
HSL50°25.00%39.22%
HSB/HSV50°40.00%49.02%
CMYK0.00%6.40%40.00%
50.98%

Color #7D754B in popluar number systems.

HEX7D754B
Decimal12511775
Binary111110111101011001011
Octal175165113

Shades and tints

Shades of #7D754B

#7D754B
(125,117,75)
#726B45
(114,107,69)
#67613F
(103,97,63)
#5C5739
(92,87,57)
#514D33
(81,77,51)
#46432D
(70,67,45)
#3B3927
(59,57,39)
#302F21
(48,47,33)
#25251B
(37,37,27)
#1A1B15
(26,27,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D754B

#7D754B
(125,117,75)
#88815B
(136,129,91)
#938D6B
(147,141,107)
#9E997B
(158,153,123)
#A9A58B
(169,165,139)
#B4B19B
(180,177,155)
#BFBDAB
(191,189,171)
#CAC9BB
(202,201,187)
#D5D5CB
(213,213,203)
#E0E1DB
(224,225,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D754B; }

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

This text font color is #7D754B.


Background Color

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

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

This div background color is #7D754B.


Border color

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

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

This div border color is #7D754B.


Opacity

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

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

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

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

This text has shadow with #7D754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D754B on black background.


Color preview on white background

This text has color #7D754B on white background.



Black color preview on #7D754B background

This text has black color on #7D754B background.


White color preview on #7D754B background

This text has white color on #7D754B background.