COLOR #7D5756

HEX: #7D5756
RGB: (125,87,86)

Color info

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

RGB color model

#7D5756 color RGB value is (125,87,86).

  • red value is 125;
  • green value is 87;
  • blue value is 86.
RGB:
(125,87,86)
(49%,34%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 86 of 255 = 34%

125
87
86

R + G + B ~ 39%. #7D5756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 87 + 86 = 298 (100%)
R 125 of 298 ~ 41.95%
G 87 of 298 ~ 29.19%
B 86 of 298 ~ 28.86%

%41.95
%29.19
%28.86

CMYK color model

#7D5756 color CMYK value is (0,30,31,51).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,30,31,51)
C0M30Y31K51 
(0%,30%,31%,51%)
(0.00/0.30/0.31/0.51)	

CMYK percentages

%0
%30.4
%31.2
%50.98

Codes

Color #7D5756 in popluar color models

7D5756
RGB1258786
HSL18.48%41.37%
HSB/HSV31.20%49.02%
CMYK0.00%30.40%31.20%
50.98%

Color #7D5756 in popluar number systems.

HEX7D5756
Decimal1258786
Binary111110110101111010110
Octal175127126

Shades and tints

Shades of #7D5756

#7D5756
(125,87,86)
#72504F
(114,80,79)
#674948
(103,73,72)
#5C4241
(92,66,65)
#513B3A
(81,59,58)
#463433
(70,52,51)
#3B2D2C
(59,45,44)
#302625
(48,38,37)
#251F1E
(37,31,30)
#1A1817
(26,24,23)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7D5756

#7D5756
(125,87,86)
#886665
(136,102,101)
#937574
(147,117,116)
#9E8483
(158,132,131)
#A99392
(169,147,146)
#B4A2A1
(180,162,161)
#BFB1B0
(191,177,176)
#CAC0BF
(202,192,191)
#D5CFCE
(213,207,206)
#E0DEDD
(224,222,221)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5756 color. Also use rgb(125,87,86) instead hex code.

Text Font Color

.myTextColor { color: #7D5756; }

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

This text font color is #7D5756.


Background Color

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

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

This div background color is #7D5756.


Border color

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

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

This div border color is #7D5756.


Opacity

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

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

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

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

This text has shadow with #7D5756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5756 on black background.


Color preview on white background

This text has color #7D5756 on white background.



Black color preview on #7D5756 background

This text has black color on #7D5756 background.


White color preview on #7D5756 background

This text has white color on #7D5756 background.