COLOR #7D7B4D

HEX: #7D7B4D
RGB: (125,123,77)

Color info

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

RGB color model

#7D7B4D color RGB value is (125,123,77).

  • red value is 125;
  • green value is 123;
  • blue value is 77.
RGB:
(125,123,77)
(49%,48%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 123 of 255 = 48%
B 77 of 255 = 30%

125
123
77

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

Portions of RGB colors in percentages

R + G + B =
125 + 123 + 77 = 325 (100%)
R 125 of 325 ~ 38.46%
G 123 of 325 ~ 37.85%
B 77 of 325 ~ 23.69%

%38.46
%37.85
%23.69

CMYK color model

#7D7B4D color CMYK value is (0,2,38,51).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 38.40%
  • key color value is 50.98%
CMYK:
(0,2,38,51)
C0M2Y38K51 
(0%,2%,38%,51%)
(0.00/0.02/0.38/0.51)	

CMYK percentages

%0
%1.6
%38.4
%50.98

Codes

Color #7D7B4D in popluar color models

7D7B4D
RGB12512377
HSL58°23.76%39.61%
HSB/HSV58°38.40%49.02%
CMYK0.00%1.60%38.40%
50.98%

Color #7D7B4D in popluar number systems.

HEX7D7B4D
Decimal12512377
Binary111110111110111001101
Octal175173115

Shades and tints

Shades of #7D7B4D

#7D7B4D
(125,123,77)
#727046
(114,112,70)
#67653F
(103,101,63)
#5C5A38
(92,90,56)
#514F31
(81,79,49)
#46442A
(70,68,42)
#3B3923
(59,57,35)
#302E1C
(48,46,28)
#252315
(37,35,21)
#1A180E
(26,24,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #7D7B4D

#7D7B4D
(125,123,77)
#88875D
(136,135,93)
#93936D
(147,147,109)
#9E9F7D
(158,159,125)
#A9AB8D
(169,171,141)
#B4B79D
(180,183,157)
#BFC3AD
(191,195,173)
#CACFBD
(202,207,189)
#D5DBCD
(213,219,205)
#E0E7DD
(224,231,221)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7B4D color. Also use rgb(125,123,77) instead hex code.

Text Font Color

.myTextColor { color: #7D7B4D; }

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

This text font color is #7D7B4D.


Background Color

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

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

This div background color is #7D7B4D.


Border color

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

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

This div border color is #7D7B4D.


Opacity

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

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

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

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

This text has shadow with #7D7B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7B4D on black background.


Color preview on white background

This text has color #7D7B4D on white background.



Black color preview on #7D7B4D background

This text has black color on #7D7B4D background.


White color preview on #7D7B4D background

This text has white color on #7D7B4D background.