COLOR #7D7585

HEX: #7D7585
RGB: (125,117,133)

Color info

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

RGB color model

#7D7585 color RGB value is (125,117,133).

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

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 133 of 255 = 52%

125
117
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 133 = 375 (100%)
R 125 of 375 ~ 33.33%
G 117 of 375 ~ 31.2%
B 133 of 375 ~ 35.47%

%33.33
%31.2
%35.47

CMYK color model

#7D7585 color CMYK value is (6,12,0,48).

  • cyan value is 6.02%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(6,12,0,48)
C6M12Y0K48 
(6%,12%,0%,48%)
(0.06/0.12/0.00/0.48)	

CMYK percentages

%6.02
%12.03
%0
%47.84

Codes

Color #7D7585 in popluar color models

7D7585
RGB125117133
HSL270°6.40%49.02%
HSB/HSV270°12.03%52.16%
CMYK6.02%12.03%0.00%
47.84%

Color #7D7585 in popluar number systems.

HEX7D7585
Decimal125117133
Binary1111101111010110000101
Octal175165205

Shades and tints

Shades of #7D7585

#7D7585
(125,117,133)
#726B79
(114,107,121)
#67616D
(103,97,109)
#5C5761
(92,87,97)
#514D55
(81,77,85)
#464349
(70,67,73)
#3B393D
(59,57,61)
#302F31
(48,47,49)
#252525
(37,37,37)
#1A1B19
(26,27,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D7585

#7D7585
(125,117,133)
#888190
(136,129,144)
#938D9B
(147,141,155)
#9E99A6
(158,153,166)
#A9A5B1
(169,165,177)
#B4B1BC
(180,177,188)
#BFBDC7
(191,189,199)
#CAC9D2
(202,201,210)
#D5D5DD
(213,213,221)
#E0E1E8
(224,225,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7585; }

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

This text font color is #7D7585.


Background Color

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

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

This div background color is #7D7585.


Border color

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

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

This div border color is #7D7585.


Opacity

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

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

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

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

This text has shadow with #7D7585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7585 on black background.


Color preview on white background

This text has color #7D7585 on white background.



Black color preview on #7D7585 background

This text has black color on #7D7585 background.


White color preview on #7D7585 background

This text has white color on #7D7585 background.