COLOR #7D7487

HEX: #7D7487
RGB: (125,116,135)

Color info

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

RGB color model

#7D7487 color RGB value is (125,116,135).

  • red value is 125;
  • green value is 116;
  • blue value is 135.
RGB:
(125,116,135)
(49%,45%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 135 of 255 = 53%

125
116
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 135 = 376 (100%)
R 125 of 376 ~ 33.24%
G 116 of 376 ~ 30.85%
B 135 of 376 ~ 35.9%

%33.24
%30.85
%35.9

CMYK color model

#7D7487 color CMYK value is (7,14,0,47).

  • cyan value is 7.41%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,14,0,47)
C7M14Y0K47 
(7%,14%,0%,47%)
(0.07/0.14/0.00/0.47)	

CMYK percentages

%7.41
%14.07
%0
%47.06

Codes

Color #7D7487 in popluar color models

7D7487
RGB125116135
HSL268°7.57%49.22%
HSB/HSV268°14.07%52.94%
CMYK7.41%14.07%0.00%
47.06%

Color #7D7487 in popluar number systems.

HEX7D7487
Decimal125116135
Binary1111101111010010000111
Octal175164207

Shades and tints

Shades of #7D7487

#7D7487
(125,116,135)
#726A7B
(114,106,123)
#67606F
(103,96,111)
#5C5663
(92,86,99)
#514C57
(81,76,87)
#46424B
(70,66,75)
#3B383F
(59,56,63)
#302E33
(48,46,51)
#252427
(37,36,39)
#1A1A1B
(26,26,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7D7487

#7D7487
(125,116,135)
#888091
(136,128,145)
#938C9B
(147,140,155)
#9E98A5
(158,152,165)
#A9A4AF
(169,164,175)
#B4B0B9
(180,176,185)
#BFBCC3
(191,188,195)
#CAC8CD
(202,200,205)
#D5D4D7
(213,212,215)
#E0E0E1
(224,224,225)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7487 color. Also use rgb(125,116,135) instead hex code.

Text Font Color

.myTextColor { color: #7D7487; }

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

This text font color is #7D7487.


Background Color

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

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

This div background color is #7D7487.


Border color

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

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

This div border color is #7D7487.


Opacity

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

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

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

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

This text has shadow with #7D7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7487 on black background.


Color preview on white background

This text has color #7D7487 on white background.



Black color preview on #7D7487 background

This text has black color on #7D7487 background.


White color preview on #7D7487 background

This text has white color on #7D7487 background.