COLOR #7D7182

HEX: #7D7182 RGB: (125,113,130)

Color info

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

RGB color model

#7D7182 color RGB value is (125,113,130).

RGB: (125,113,130) (49%, 44%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 130 of 255 = 51%

125
113
130

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

Portions of RGB colors in percentages

R + G + B = 125 + 113 + 130 = 368 (100%)
R 125 of 368 ~ 33.97%
G 113 of 368 ~ 30.71%
B 130 of 368 ~ 35.33'%

%33.97
%30.71
%35.33

CMYK color model

#7D7182 color CMYK value is (4,13,0,49).

  • cyan value is 3.85%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (4,13,0,49)
C4M13Y0K49 (4%, 13%, 0%, 49%)
(0.04 / 0.13 / 0.00 / 0.49)

CMYK percentages

%3.85
%13.08
%0
%49.02

Codes

Color #7D7182 in popluar color models

7D 71 82
RGB 125 113 130
HSL 282° 7.00% 47.65%
HSB/HSV 282° 13.08% 50.98%
CMYK 3.85% 13.08% 0.00%
49.02%

Color #7D7182 in popluar number systems.

HEX 7D 71 82
Decimal 125 113 130
Binary 1111101 1110001 10000010
Octal 175 161 202

Shades and tints

Shades of #7D7182

#7D7182
(125,113,130)
#726777
(114,103,119)
#675D6C
(103,93,108)
#5C5361
(92,83,97)
#514956
(81,73,86)
#463F4B
(70,63,75)
#3B3540
(59,53,64)
#302B35
(48,43,53)
#25212A
(37,33,42)
#1A171F
(26,23,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D7182

#7D7182
(125,113,130)
#887D8D
(136,125,141)
#938998
(147,137,152)
#9E95A3
(158,149,163)
#A9A1AE
(169,161,174)
#B4ADB9
(180,173,185)
#BFB9C4
(191,185,196)
#CAC5CF
(202,197,207)
#D5D1DA
(213,209,218)
#E0DDE5
(224,221,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7182 color. Also use rgb(125,113,130) instead hex code.

Text Font Color

.myTextColor { color: #7D7182; }

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

This text font color is #7D7182.

Background Color

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

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

This div background color is #7D7182.

Border color

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

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

This div border color is #7D7182.

Opacity

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

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

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

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

This text has shadow with #7D7182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7182.

Preview

Color preview on black background

This text has color #7D7182 on black background.


Color preview on white background

This text has color #7D7182 on white background.


Black color preview on #7D7182 background

This text has black color on #7D7182 background.


White color preview on #7D7182 background

This text has white color on #7D7182 background.


Related colors

Complementary color

Complementary color for #hex is #828E7D.


I love getcolorcode.com

Triadic colors

1 #827D71 and #71827D with #7D7182 are triadic colors.

2 #82717D and #717D82 with #7D7182 are triadic colors.