COLOR #7D7689

HEX: #7D7689 RGB: (125,118,137)

Color info

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

RGB color model

#7D7689 color RGB value is (125,118,137).

RGB: (125,118,137) (49%, 46%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 137 of 255 = 54%

125
118
137

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 137 = 380 (100%)
R 125 of 380 ~ 32.89%
G 118 of 380 ~ 31.05%
B 137 of 380 ~ 36.05'%

%32.89
%31.05
%36.05

CMYK color model

#7D7689 color CMYK value is (9,14,0,46).

  • cyan value is 8.76%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (9,14,0,46)
C9M14Y0K46 (9%, 14%, 0%, 46%)
(0.09 / 0.14 / 0.00 / 0.46)

CMYK percentages

%8.76
%13.87
%0
%46.27

Codes

Color #7D7689 in popluar color models

7D 76 89
RGB 125 118 137
HSL 262° 7.45% 50.00%
HSB/HSV 262° 13.87% 53.73%
CMYK 8.76% 13.87% 0.00%
46.27%

Color #7D7689 in popluar number systems.

HEX 7D 76 89
Decimal 125 118 137
Binary 1111101 1110110 10001001
Octal 175 166 211

Shades and tints

Shades of #7D7689

#7D7689
(125,118,137)
#726C7D
(114,108,125)
#676271
(103,98,113)
#5C5865
(92,88,101)
#514E59
(81,78,89)
#46444D
(70,68,77)
#3B3A41
(59,58,65)
#303035
(48,48,53)
#252629
(37,38,41)
#1A1C1D
(26,28,29)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D7689

#7D7689
(125,118,137)
#888293
(136,130,147)
#938E9D
(147,142,157)
#9E9AA7
(158,154,167)
#A9A6B1
(169,166,177)
#B4B2BB
(180,178,187)
#BFBEC5
(191,190,197)
#CACACF
(202,202,207)
#D5D6D9
(213,214,217)
#E0E2E3
(224,226,227)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7689 color. Also use rgb(125,118,137) instead hex code.

Text Font Color

.myTextColor { color: #7D7689; }

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

This text font color is #7D7689.

Background Color

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

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

This div background color is #7D7689.

Border color

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

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

This div border color is #7D7689.

Opacity

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

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

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

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

This text has shadow with #7D7689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7689.

Preview

Color preview on black background

This text has color #7D7689 on black background.


Color preview on white background

This text has color #7D7689 on white background.


Black color preview on #7D7689 background

This text has black color on #7D7689 background.


White color preview on #7D7689 background

This text has white color on #7D7689 background.


Related colors

Complementary color

Complementary color for #hex is #828976.


I love getcolorcode.com

Triadic colors

1 #897D76 and #76897D with #7D7689 are triadic colors.

2 #89767D and #767D89 with #7D7689 are triadic colors.