COLOR #7D537A

HEX: #7D537A RGB: (125,83,122)

Color info

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

RGB color model

#7D537A color RGB value is (125,83,122).

RGB: (125,83,122) (49%, 33%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 83 of 255 = 33%
B 122 of 255 = 48%

125
83
122

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

Portions of RGB colors in percentages

R + G + B = 125 + 83 + 122 = 330 (100%)
R 125 of 330 ~ 37.88%
G 83 of 330 ~ 25.15%
B 122 of 330 ~ 36.97'%

%37.88
%25.15
%36.97

CMYK color model

#7D537A color CMYK value is (0,34,2,51).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 2.40%
  • key color value is 50.98%

CMYK: (0,34,2,51)
C0M34Y2K51 (0%, 34%, 2%, 51%)
(0.00 / 0.34 / 0.02 / 0.51)

CMYK percentages

%0
%33.6
%2.4
%50.98

Codes

Color #7D537A in popluar color models

7D 53 7A
RGB 125 83 122
HSL 304° 20.19% 40.78%
HSB/HSV 304° 33.60% 49.02%
CMYK 0.00% 33.60% 2.40%
50.98%

Color #7D537A in popluar number systems.

HEX 7D 53 7A
Decimal 125 83 122
Binary 1111101 1010011 1111010
Octal 175 123 172

Shades and tints

Shades of #7D537A

#7D537A
(125,83,122)
#724C6F
(114,76,111)
#674564
(103,69,100)
#5C3E59
(92,62,89)
#51374E
(81,55,78)
#463043
(70,48,67)
#3B2938
(59,41,56)
#30222D
(48,34,45)
#251B22
(37,27,34)
#1A1417
(26,20,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D537A

#7D537A
(125,83,122)
#886286
(136,98,134)
#937192
(147,113,146)
#9E809E
(158,128,158)
#A98FAA
(169,143,170)
#B49EB6
(180,158,182)
#BFADC2
(191,173,194)
#CABCCE
(202,188,206)
#D5CBDA
(213,203,218)
#E0DAE6
(224,218,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D537A color. Also use rgb(125,83,122) instead hex code.

Text Font Color

.myTextColor { color: #7D537A; }

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

This text font color is #7D537A.

Background Color

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

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

This div background color is #7D537A.

Border color

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

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

This div border color is #7D537A.

Opacity

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

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

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

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

This text has shadow with #7D537A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D537A.

Preview

Color preview on black background

This text has color #7D537A on black background.


Color preview on white background

This text has color #7D537A on white background.


Black color preview on #7D537A background

This text has black color on #7D537A background.


White color preview on #7D537A background

This text has white color on #7D537A background.


Related colors

Complementary color

Complementary color for #hex is #82AC85.


I love getcolorcode.com

Triadic colors

1 #7A7D53 and #537A7D with #7D537A are triadic colors.

2 #7A537D and #537D7A with #7D537A are triadic colors.