COLOR #7D6E5A

HEX: #7D6E5A
RGB: (125,110,90)

Color info

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

RGB color model

#7D6E5A color RGB value is (125,110,90).

  • red value is 125;
  • green value is 110;
  • blue value is 90.
RGB:
(125,110,90)
(49%,43%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 90 of 255 = 35%

125
110
90

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 90 = 325 (100%)
R 125 of 325 ~ 38.46%
G 110 of 325 ~ 33.85%
B 90 of 325 ~ 27.69%

%38.46
%33.85
%27.69

CMYK color model

#7D6E5A color CMYK value is (0,12,28,51).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 28.00%
  • key color value is 50.98%
CMYK:
(0,12,28,51)
C0M12Y28K51 
(0%,12%,28%,51%)
(0.00/0.12/0.28/0.51)	

CMYK percentages

%0
%12
%28
%50.98

Codes

Color #7D6E5A in popluar color models

7D6E5A
RGB12511090
HSL34°16.28%42.16%
HSB/HSV34°28.00%49.02%
CMYK0.00%12.00%28.00%
50.98%

Color #7D6E5A in popluar number systems.

HEX7D6E5A
Decimal12511090
Binary111110111011101011010
Octal175156132

Shades and tints

Shades of #7D6E5A

#7D6E5A
(125,110,90)
#726452
(114,100,82)
#675A4A
(103,90,74)
#5C5042
(92,80,66)
#51463A
(81,70,58)
#463C32
(70,60,50)
#3B322A
(59,50,42)
#302822
(48,40,34)
#251E1A
(37,30,26)
#1A1412
(26,20,18)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #7D6E5A

#7D6E5A
(125,110,90)
#887B69
(136,123,105)
#938878
(147,136,120)
#9E9587
(158,149,135)
#A9A296
(169,162,150)
#B4AFA5
(180,175,165)
#BFBCB4
(191,188,180)
#CAC9C3
(202,201,195)
#D5D6D2
(213,214,210)
#E0E3E1
(224,227,225)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E5A color. Also use rgb(125,110,90) instead hex code.

Text Font Color

.myTextColor { color: #7D6E5A; }

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

This text font color is #7D6E5A.


Background Color

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

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

This div background color is #7D6E5A.


Border color

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

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

This div border color is #7D6E5A.


Opacity

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

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

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

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

This text has shadow with #7D6E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E5A on black background.


Color preview on white background

This text has color #7D6E5A on white background.



Black color preview on #7D6E5A background

This text has black color on #7D6E5A background.


White color preview on #7D6E5A background

This text has white color on #7D6E5A background.