COLOR #7D5763

HEX: #7D5763 RGB: (125,87,99)

Color info

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

RGB color model

#7D5763 color RGB value is (125,87,99).

RGB: (125,87,99) (49%, 34%, 39%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 99 of 255 = 39%

125
87
99

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

Portions of RGB colors in percentages

R + G + B = 125 + 87 + 99 = 311 (100%)
R 125 of 311 ~ 40.19%
G 87 of 311 ~ 27.97%
B 99 of 311 ~ 31.83'%

%40.19
%27.97
%31.83

CMYK color model

#7D5763 color CMYK value is (0,30,21,51).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK: (0,30,21,51) C0M30Y21K51 (0%,30%,21%,51%) (0.00/0.30/0.21/0.51) 

CMYK percentages

%0
%30.4
%20.8
%50.98

Codes

Color #7D5763 in popluar color models

7D 57 63
RGB 125 87 99
HSL 341° 17.92% 41.57%
HSB/HSV 341° 30.40% 49.02%
CMYK 0.00% 30.40% 20.80%
50.98%

Color #7D5763 in popluar number systems.

HEX 7D 57 63
Decimal 125 87 99
Binary 1111101 1010111 1100011
Octal 175 127 143

Shades and tints

Shades of #7D5763

#7D5763
(125,87,99)
#72505A
(114,80,90)
#674951
(103,73,81)
#5C4248
(92,66,72)
#513B3F
(81,59,63)
#463436
(70,52,54)
#3B2D2D
(59,45,45)
#302624
(48,38,36)
#251F1B
(37,31,27)
#1A1812
(26,24,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #7D5763

#7D5763
(125,87,99)
#886671
(136,102,113)
#93757F
(147,117,127)
#9E848D
(158,132,141)
#A9939B
(169,147,155)
#B4A2A9
(180,162,169)
#BFB1B7
(191,177,183)
#CAC0C5
(202,192,197)
#D5CFD3
(213,207,211)
#E0DEE1
(224,222,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5763; }

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

This text font color is #7D5763.

Background Color

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

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

This div background color is #7D5763.

Border color

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

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

This div border color is #7D5763.

Opacity

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

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

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

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

This text has shadow with #7D5763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5763.

Preview

Color preview on black background

This text has color #7D5763 on black background.


Color preview on white background

This text has color #7D5763 on white background.


Black color preview on #7D5763 background

This text has black color on #7D5763 background.


White color preview on #7D5763 background

This text has white color on #7D5763 background.


Related colors

Complementary color

Complementary color for #hex is #82A89C.


I love getcolorcode.com

Triadic colors

1 #637D57 and #57637D with #7D5763 are triadic colors.

2 #63577D and #577D63 with #7D5763 are triadic colors.