COLOR #7D6A59

HEX: #7D6A59
RGB: (125,106,89)

Color info

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

RGB color model

#7D6A59 color RGB value is (125,106,89).

  • red value is 125;
  • green value is 106;
  • blue value is 89.
RGB:
(125,106,89)
(49%,42%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 106 of 255 = 42%
B 89 of 255 = 35%

125
106
89

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

Portions of RGB colors in percentages

R + G + B =
125 + 106 + 89 = 320 (100%)
R 125 of 320 ~ 39.06%
G 106 of 320 ~ 33.13%
B 89 of 320 ~ 27.81%

%39.06
%33.13
%27.81

CMYK color model

#7D6A59 color CMYK value is (0,15,29,51).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 28.80%
  • key color value is 50.98%
CMYK:
(0,15,29,51)
C0M15Y29K51 
(0%,15%,29%,51%)
(0.00/0.15/0.29/0.51)	

CMYK percentages

%0
%15.2
%28.8
%50.98

Codes

Color #7D6A59 in popluar color models

7D6A59
RGB12510689
HSL28°16.82%41.96%
HSB/HSV28°28.80%49.02%
CMYK0.00%15.20%28.80%
50.98%

Color #7D6A59 in popluar number systems.

HEX7D6A59
Decimal12510689
Binary111110111010101011001
Octal175152131

Shades and tints

Shades of #7D6A59

#7D6A59
(125,106,89)
#726151
(114,97,81)
#675849
(103,88,73)
#5C4F41
(92,79,65)
#514639
(81,70,57)
#463D31
(70,61,49)
#3B3429
(59,52,41)
#302B21
(48,43,33)
#252219
(37,34,25)
#1A1911
(26,25,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #7D6A59

#7D6A59
(125,106,89)
#887768
(136,119,104)
#938477
(147,132,119)
#9E9186
(158,145,134)
#A99E95
(169,158,149)
#B4ABA4
(180,171,164)
#BFB8B3
(191,184,179)
#CAC5C2
(202,197,194)
#D5D2D1
(213,210,209)
#E0DFE0
(224,223,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6A59 color. Also use rgb(125,106,89) instead hex code.

Text Font Color

.myTextColor { color: #7D6A59; }

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

This text font color is #7D6A59.


Background Color

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

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

This div background color is #7D6A59.


Border color

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

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

This div border color is #7D6A59.


Opacity

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

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

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

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

This text has shadow with #7D6A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A59 on black background.


Color preview on white background

This text has color #7D6A59 on white background.



Black color preview on #7D6A59 background

This text has black color on #7D6A59 background.


White color preview on #7D6A59 background

This text has white color on #7D6A59 background.