COLOR #7D575B

HEX: #7D575B
RGB: (125,87,91)

Color info

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

RGB color model

#7D575B color RGB value is (125,87,91).

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

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 91 of 255 = 36%

125
87
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 87 + 91 = 303 (100%)
R 125 of 303 ~ 41.25%
G 87 of 303 ~ 28.71%
B 91 of 303 ~ 30.03%

%41.25
%28.71
%30.03

CMYK color model

#7D575B color CMYK value is (0,30,27,51).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(0,30,27,51)
C0M30Y27K51 
(0%,30%,27%,51%)
(0.00/0.30/0.27/0.51)	

CMYK percentages

%0
%30.4
%27.2
%50.98

Codes

Color #7D575B in popluar color models

7D575B
RGB1258791
HSL354°17.92%41.57%
HSB/HSV354°30.40%49.02%
CMYK0.00%30.40%27.20%
50.98%

Color #7D575B in popluar number systems.

HEX7D575B
Decimal1258791
Binary111110110101111011011
Octal175127133

Shades and tints

Shades of #7D575B

#7D575B
(125,87,91)
#725053
(114,80,83)
#67494B
(103,73,75)
#5C4243
(92,66,67)
#513B3B
(81,59,59)
#463433
(70,52,51)
#3B2D2B
(59,45,43)
#302623
(48,38,35)
#251F1B
(37,31,27)
#1A1813
(26,24,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7D575B

#7D575B
(125,87,91)
#886669
(136,102,105)
#937577
(147,117,119)
#9E8485
(158,132,133)
#A99393
(169,147,147)
#B4A2A1
(180,162,161)
#BFB1AF
(191,177,175)
#CAC0BD
(202,192,189)
#D5CFCB
(213,207,203)
#E0DED9
(224,222,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D575B; }

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

This text font color is #7D575B.


Background Color

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

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

This div background color is #7D575B.


Border color

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

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

This div border color is #7D575B.


Opacity

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

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

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

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

This text has shadow with #7D575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D575B on black background.


Color preview on white background

This text has color #7D575B on white background.



Black color preview on #7D575B background

This text has black color on #7D575B background.


White color preview on #7D575B background

This text has white color on #7D575B background.