COLOR #7D7589

HEX: #7D7589
RGB: (125,117,137)

Color info

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

RGB color model

#7D7589 color RGB value is (125,117,137).

  • red value is 125;
  • green value is 117;
  • blue value is 137.
RGB:
(125,117,137)
(49%,46%,54%)

RGB channels and saturation

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

125
117
137

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 137 = 379 (100%)
R 125 of 379 ~ 32.98%
G 117 of 379 ~ 30.87%
B 137 of 379 ~ 36.15%

%32.98
%30.87
%36.15

CMYK color model

#7D7589 color CMYK value is (9,15,0,46).

  • cyan value is 8.76%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(9,15,0,46)
C9M15Y0K46 
(9%,15%,0%,46%)
(0.09/0.15/0.00/0.46)	

CMYK percentages

%8.76
%14.6
%0
%46.27

Codes

Color #7D7589 in popluar color models

7D7589
RGB125117137
HSL264°7.87%49.80%
HSB/HSV264°14.60%53.73%
CMYK8.76%14.60%0.00%
46.27%

Color #7D7589 in popluar number systems.

HEX7D7589
Decimal125117137
Binary1111101111010110001001
Octal175165211

Shades and tints

Shades of #7D7589

#7D7589
(125,117,137)
#726B7D
(114,107,125)
#676171
(103,97,113)
#5C5765
(92,87,101)
#514D59
(81,77,89)
#46434D
(70,67,77)
#3B3941
(59,57,65)
#302F35
(48,47,53)
#252529
(37,37,41)
#1A1B1D
(26,27,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D7589

#7D7589
(125,117,137)
#888193
(136,129,147)
#938D9D
(147,141,157)
#9E99A7
(158,153,167)
#A9A5B1
(169,165,177)
#B4B1BB
(180,177,187)
#BFBDC5
(191,189,197)
#CAC9CF
(202,201,207)
#D5D5D9
(213,213,217)
#E0E1E3
(224,225,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7589; }

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

This text font color is #7D7589.


Background Color

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

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

This div background color is #7D7589.


Border color

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

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

This div border color is #7D7589.


Opacity

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

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

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

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

This text has shadow with #7D7589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7589 on black background.


Color preview on white background

This text has color #7D7589 on white background.



Black color preview on #7D7589 background

This text has black color on #7D7589 background.


White color preview on #7D7589 background

This text has white color on #7D7589 background.