COLOR #7D5261

HEX: #7D5261 RGB: (125,82,97)

Color info

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

RGB color model

#7D5261 color RGB value is (125,82,97).

RGB: (125,82,97) (49%, 32%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 97 of 255 = 38%

125
82
97

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

Portions of RGB colors in percentages

R + G + B = 125 + 82 + 97 = 304 (100%)
R 125 of 304 ~ 41.12%
G 82 of 304 ~ 26.97%
B 97 of 304 ~ 31.91'%

%41.12
%26.97
%31.91

CMYK color model

#7D5261 color CMYK value is (0,34,22,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 22.40%
  • key color value is 50.98%

CMYK: (0,34,22,51)
C0M34Y22K51 (0%, 34%, 22%, 51%)
(0.00 / 0.34 / 0.22 / 0.51)

CMYK percentages

%0
%34.4
%22.4
%50.98

Codes

Color #7D5261 in popluar color models

7D 52 61
RGB 125 82 97
HSL 339° 20.77% 40.59%
HSB/HSV 339° 34.40% 49.02%
CMYK 0.00% 34.40% 22.40%
50.98%

Color #7D5261 in popluar number systems.

HEX 7D 52 61
Decimal 125 82 97
Binary 1111101 1010010 1100001
Octal 175 122 141

Shades and tints

Shades of #7D5261

#7D5261
(125,82,97)
#724B59
(114,75,89)
#674451
(103,68,81)
#5C3D49
(92,61,73)
#513641
(81,54,65)
#462F39
(70,47,57)
#3B2831
(59,40,49)
#302129
(48,33,41)
#251A21
(37,26,33)
#1A1319
(26,19,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #7D5261

#7D5261
(125,82,97)
#88616F
(136,97,111)
#93707D
(147,112,125)
#9E7F8B
(158,127,139)
#A98E99
(169,142,153)
#B49DA7
(180,157,167)
#BFACB5
(191,172,181)
#CABBC3
(202,187,195)
#D5CAD1
(213,202,209)
#E0D9DF
(224,217,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5261 color. Also use rgb(125,82,97) instead hex code.

Text Font Color

.myTextColor { color: #7D5261; }

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

This text font color is #7D5261.

Background Color

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

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

This div background color is #7D5261.

Border color

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

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

This div border color is #7D5261.

Opacity

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

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

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

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

This text has shadow with #7D5261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5261.

Preview

Color preview on black background

This text has color #7D5261 on black background.


Color preview on white background

This text has color #7D5261 on white background.


Black color preview on #7D5261 background

This text has black color on #7D5261 background.


White color preview on #7D5261 background

This text has white color on #7D5261 background.


Related colors

Complementary color

Complementary color for #hex is #82AD9E.


I love getcolorcode.com

Triadic colors

1 #617D52 and #52617D with #7D5261 are triadic colors.

2 #61527D and #527D61 with #7D5261 are triadic colors.