COLOR #7D5469

HEX: #7D5469 RGB: (125,84,105)

Color info

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

RGB color model

#7D5469 color RGB value is (125,84,105).

RGB: (125,84,105) (49%, 33%, 41%)

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 105 of 255 = 41%

125
84
105

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

Portions of RGB colors in percentages

R + G + B = 125 + 84 + 105 = 314 (100%)
R 125 of 314 ~ 39.81%
G 84 of 314 ~ 26.75%
B 105 of 314 ~ 33.44'%

%39.81
%26.75
%33.44

CMYK color model

#7D5469 color CMYK value is (0,33,16,51).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 16.00%
  • key color value is 50.98%

CMYK: (0,33,16,51)
C0M33Y16K51 (0%, 33%, 16%, 51%)
(0.00 / 0.33 / 0.16 / 0.51)

CMYK percentages

%0
%32.8
%16
%50.98

Codes

Color #7D5469 in popluar color models

7D 54 69
RGB 125 84 105
HSL 329° 19.62% 40.98%
HSB/HSV 329° 32.80% 49.02%
CMYK 0.00% 32.80% 16.00%
50.98%

Color #7D5469 in popluar number systems.

HEX 7D 54 69
Decimal 125 84 105
Binary 1111101 1010100 1101001
Octal 175 124 151

Shades and tints

Shades of #7D5469

#7D5469
(125,84,105)
#724D60
(114,77,96)
#674657
(103,70,87)
#5C3F4E
(92,63,78)
#513845
(81,56,69)
#46313C
(70,49,60)
#3B2A33
(59,42,51)
#30232A
(48,35,42)
#251C21
(37,28,33)
#1A1518
(26,21,24)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D5469

#7D5469
(125,84,105)
#886376
(136,99,118)
#937283
(147,114,131)
#9E8190
(158,129,144)
#A9909D
(169,144,157)
#B49FAA
(180,159,170)
#BFAEB7
(191,174,183)
#CABDC4
(202,189,196)
#D5CCD1
(213,204,209)
#E0DBDE
(224,219,222)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5469 color. Also use rgb(125,84,105) instead hex code.

Text Font Color

.myTextColor { color: #7D5469; }

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

This text font color is #7D5469.

Background Color

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

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

This div background color is #7D5469.

Border color

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

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

This div border color is #7D5469.

Opacity

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

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

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

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

This text has shadow with #7D5469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5469.

Preview

Color preview on black background

This text has color #7D5469 on black background.


Color preview on white background

This text has color #7D5469 on white background.


Black color preview on #7D5469 background

This text has black color on #7D5469 background.


White color preview on #7D5469 background

This text has white color on #7D5469 background.


Related colors

Complementary color

Complementary color for #hex is #82AB96.


I love getcolorcode.com

Triadic colors

1 #697D54 and #54697D with #7D5469 are triadic colors.

2 #69547D and #547D69 with #7D5469 are triadic colors.