COLOR #7D5F6A

HEX: #7D5F6A RGB: (125,95,106)

Color info

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

RGB color model

#7D5F6A color RGB value is (125,95,106).

RGB: (125,95,106) (49%, 37%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 106 of 255 = 42%

125
95
106

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

Portions of RGB colors in percentages

R + G + B = 125 + 95 + 106 = 326 (100%)
R 125 of 326 ~ 38.34%
G 95 of 326 ~ 29.14%
B 106 of 326 ~ 32.52'%

%38.34
%29.14
%32.52

CMYK color model

#7D5F6A color CMYK value is (0,24,15,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 15.20%
  • key color value is 50.98%

CMYK: (0,24,15,51)
C0M24Y15K51 (0%, 24%, 15%, 51%)
(0.00 / 0.24 / 0.15 / 0.51)

CMYK percentages

%0
%24
%15.2
%50.98

Codes

Color #7D5F6A in popluar color models

7D 5F 6A
RGB 125 95 106
HSL 338° 13.64% 43.14%
HSB/HSV 338° 24.00% 49.02%
CMYK 0.00% 24.00% 15.20%
50.98%

Color #7D5F6A in popluar number systems.

HEX 7D 5F 6A
Decimal 125 95 106
Binary 1111101 1011111 1101010
Octal 175 137 152

Shades and tints

Shades of #7D5F6A

#7D5F6A
(125,95,106)
#725761
(114,87,97)
#674F58
(103,79,88)
#5C474F
(92,71,79)
#513F46
(81,63,70)
#46373D
(70,55,61)
#3B2F34
(59,47,52)
#30272B
(48,39,43)
#251F22
(37,31,34)
#1A1719
(26,23,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D5F6A

#7D5F6A
(125,95,106)
#886D77
(136,109,119)
#937B84
(147,123,132)
#9E8991
(158,137,145)
#A9979E
(169,151,158)
#B4A5AB
(180,165,171)
#BFB3B8
(191,179,184)
#CAC1C5
(202,193,197)
#D5CFD2
(213,207,210)
#E0DDDF
(224,221,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F6A color. Also use rgb(125,95,106) instead hex code.

Text Font Color

.myTextColor { color: #7D5F6A; }

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

This text font color is #7D5F6A.

Background Color

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

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

This div background color is #7D5F6A.

Border color

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

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

This div border color is #7D5F6A.

Opacity

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

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

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

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

This text has shadow with #7D5F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5F6A.

Preview

Color preview on black background

This text has color #7D5F6A on black background.


Color preview on white background

This text has color #7D5F6A on white background.


Black color preview on #7D5F6A background

This text has black color on #7D5F6A background.


White color preview on #7D5F6A background

This text has white color on #7D5F6A background.


Related colors

Complementary color

Complementary color for #hex is #82A095.


I love getcolorcode.com

Triadic colors

1 #6A7D5F and #5F6A7D with #7D5F6A are triadic colors.

2 #6A5F7D and #5F7D6A with #7D5F6A are triadic colors.