COLOR #7D7486

HEX: #7D7486 RGB: (125,116,134)

Color info

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

RGB color model

#7D7486 color RGB value is (125,116,134).

RGB: (125,116,134) (49%, 45%, 53%)

RGB channels and saturation

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

125
116
134

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

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 134 = 375 (100%)
R 125 of 375 ~ 33.33%
G 116 of 375 ~ 30.93%
B 134 of 375 ~ 35.73'%

%33.33
%30.93
%35.73

CMYK color model

#7D7486 color CMYK value is (7,13,0,47).

  • cyan value is 6.72%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (7,13,0,47)
C7M13Y0K47 (7%, 13%, 0%, 47%)
(0.07 / 0.13 / 0.00 / 0.47)

CMYK percentages

%6.72
%13.43
%0
%47.45

Codes

Color #7D7486 in popluar color models

7D 74 86
RGB 125 116 134
HSL 270° 7.20% 49.02%
HSB/HSV 270° 13.43% 52.55%
CMYK 6.72% 13.43% 0.00%
47.45%

Color #7D7486 in popluar number systems.

HEX 7D 74 86
Decimal 125 116 134
Binary 1111101 1110100 10000110
Octal 175 164 206

Shades and tints

Shades of #7D7486

#7D7486
(125,116,134)
#726A7A
(114,106,122)
#67606E
(103,96,110)
#5C5662
(92,86,98)
#514C56
(81,76,86)
#46424A
(70,66,74)
#3B383E
(59,56,62)
#302E32
(48,46,50)
#252426
(37,36,38)
#1A1A1A
(26,26,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D7486

#7D7486
(125,116,134)
#888091
(136,128,145)
#938C9C
(147,140,156)
#9E98A7
(158,152,167)
#A9A4B2
(169,164,178)
#B4B0BD
(180,176,189)
#BFBCC8
(191,188,200)
#CAC8D3
(202,200,211)
#D5D4DE
(213,212,222)
#E0E0E9
(224,224,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7486; }

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

This text font color is #7D7486.

Background Color

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

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

This div background color is #7D7486.

Border color

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

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

This div border color is #7D7486.

Opacity

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

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

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

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

This text has shadow with #7D7486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7486.

Preview

Color preview on black background

This text has color #7D7486 on black background.


Color preview on white background

This text has color #7D7486 on white background.


Black color preview on #7D7486 background

This text has black color on #7D7486 background.


White color preview on #7D7486 background

This text has white color on #7D7486 background.


Related colors

Complementary color

Complementary color for #hex is #828B79.


I love getcolorcode.com

Triadic colors

1 #867D74 and #74867D with #7D7486 are triadic colors.

2 #86747D and #747D86 with #7D7486 are triadic colors.