COLOR #7D7650

HEX: #7D7650
RGB: (125,118,80)

Color info

#7D7650 contains red, green and blue colors in about the same proportion. Web safe color of #7D7650 is #666666 (or #666).

RGB color model

#7D7650 color RGB value is (125,118,80).

  • red value is 125;
  • green value is 118;
  • blue value is 80.
RGB:
(125,118,80)
(49%,46%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 80 of 255 = 31%

125
118
80

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 80 = 323 (100%)
R 125 of 323 ~ 38.7%
G 118 of 323 ~ 36.53%
B 80 of 323 ~ 24.77%

%38.7
%36.53
%24.77

CMYK color model

#7D7650 color CMYK value is (0,6,36,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 36.00%
  • key color value is 50.98%
CMYK:
(0,6,36,51)
C0M6Y36K51 
(0%,6%,36%,51%)
(0.00/0.06/0.36/0.51)	

CMYK percentages

%0
%5.6
%36
%50.98

Codes

Color #7D7650 in popluar color models

7D7650
RGB12511880
HSL51°21.95%40.20%
HSB/HSV51°36.00%49.02%
CMYK0.00%5.60%36.00%
50.98%

Color #7D7650 in popluar number systems.

HEX7D7650
Decimal12511880
Binary111110111101101010000
Octal175166120

Shades and tints

Shades of #7D7650

#7D7650
(125,118,80)
#726C49
(114,108,73)
#676242
(103,98,66)
#5C583B
(92,88,59)
#514E34
(81,78,52)
#46442D
(70,68,45)
#3B3A26
(59,58,38)
#30301F
(48,48,31)
#252618
(37,38,24)
#1A1C11
(26,28,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #7D7650

#7D7650
(125,118,80)
#88825F
(136,130,95)
#938E6E
(147,142,110)
#9E9A7D
(158,154,125)
#A9A68C
(169,166,140)
#B4B29B
(180,178,155)
#BFBEAA
(191,190,170)
#CACAB9
(202,202,185)
#D5D6C8
(213,214,200)
#E0E2D7
(224,226,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7650 color. Also use rgb(125,118,80) instead hex code.

Text Font Color

.myTextColor { color: #7D7650; }

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

This text font color is #7D7650.


Background Color

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

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

This div background color is #7D7650.


Border color

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

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

This div border color is #7D7650.


Opacity

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

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

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

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

This text has shadow with #7D7650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7650 on black background.


Color preview on white background

This text has color #7D7650 on white background.



Black color preview on #7D7650 background

This text has black color on #7D7650 background.


White color preview on #7D7650 background

This text has white color on #7D7650 background.