COLOR #7D689D

HEX: #7D689D RGB: (125,104,157)

Color info

#7D689D contains red, green and blue colors in about the same proportion. Web safe color of #7D689D is #666699 (or #669).

RGB color model

#7D689D color RGB value is (125,104,157).

RGB: (125,104,157) (49%, 41%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 157 of 255 = 62%

125
104
157

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

Portions of RGB colors in percentages

R + G + B = 125 + 104 + 157 = 386 (100%)
R 125 of 386 ~ 32.38%
G 104 of 386 ~ 26.94%
B 157 of 386 ~ 40.67'%

%32.38
%26.94
%40.67

CMYK color model

#7D689D color CMYK value is (20,34,0,38).

  • cyan value is 20.38%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,34,0,38)
C20M34Y0K38 (20%, 34%, 0%, 38%)
(0.20 / 0.34 / 0.00 / 0.38)

CMYK percentages

%20.38
%33.76
%0
%38.43

Codes

Color #7D689D in popluar color models

7D 68 9D
RGB 125 104 157
HSL 264° 21.29% 51.18%
HSB/HSV 264° 33.76% 61.57%
CMYK 20.38% 33.76% 0.00%
38.43%

Color #7D689D in popluar number systems.

HEX 7D 68 9D
Decimal 125 104 157
Binary 1111101 1101000 10011101
Octal 175 150 235

Shades and tints

Shades of #7D689D

#7D689D
(125,104,157)
#725F8F
(114,95,143)
#675681
(103,86,129)
#5C4D73
(92,77,115)
#514465
(81,68,101)
#463B57
(70,59,87)
#3B3249
(59,50,73)
#30293B
(48,41,59)
#25202D
(37,32,45)
#1A171F
(26,23,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D689D

#7D689D
(125,104,157)
#8875A5
(136,117,165)
#9382AD
(147,130,173)
#9E8FB5
(158,143,181)
#A99CBD
(169,156,189)
#B4A9C5
(180,169,197)
#BFB6CD
(191,182,205)
#CAC3D5
(202,195,213)
#D5D0DD
(213,208,221)
#E0DDE5
(224,221,229)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D689D color. Also use rgb(125,104,157) instead hex code.

Text Font Color

.myTextColor { color: #7D689D; }

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

This text font color is #7D689D.

Background Color

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

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

This div background color is #7D689D.

Border color

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

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

This div border color is #7D689D.

Opacity

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

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

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

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

This text has shadow with #7D689D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D689D.

Preview

Color preview on black background

This text has color #7D689D on black background.


Color preview on white background

This text has color #7D689D on white background.


Black color preview on #7D689D background

This text has black color on #7D689D background.


White color preview on #7D689D background

This text has white color on #7D689D background.


Related colors

Complementary color

Complementary color for #hex is #829762.


I love getcolorcode.com

Triadic colors

1 #9D7D68 and #689D7D with #7D689D are triadic colors.

2 #9D687D and #687D9D with #7D689D are triadic colors.