COLOR #7D8182

HEX: #7D8182 RGB: (125,129,130)

Color info

#7D8182 contains red, green and blue colors in about the same proportion. Web safe color of #7D8182 is #669999 (or #699).

RGB color model

#7D8182 color RGB value is (125,129,130).

RGB: (125,129,130) (49%, 51%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 130 of 255 = 51%

125
129
130

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

Portions of RGB colors in percentages

R + G + B = 125 + 129 + 130 = 384 (100%)
R 125 of 384 ~ 32.55%
G 129 of 384 ~ 33.59%
B 130 of 384 ~ 33.85'%

%32.55
%33.59
%33.85

CMYK color model

#7D8182 color CMYK value is (4,1,0,49).

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

CMYK: (4,1,0,49)
C4M1Y0K49 (4%, 1%, 0%, 49%)
(0.04 / 0.01 / 0.00 / 0.49)

CMYK percentages

%3.85
%0.77
%0
%49.02

Codes

Color #7D8182 in popluar color models

7D 81 82
RGB 125 129 130
HSL 192° 1.96% 50.00%
HSB/HSV 192° 3.85% 50.98%
CMYK 3.85% 0.77% 0.00%
49.02%

Color #7D8182 in popluar number systems.

HEX 7D 81 82
Decimal 125 129 130
Binary 1111101 10000001 10000010
Octal 175 201 202

Shades and tints

Shades of #7D8182

#7D8182
(125,129,130)
#727677
(114,118,119)
#676B6C
(103,107,108)
#5C6061
(92,96,97)
#515556
(81,85,86)
#464A4B
(70,74,75)
#3B3F40
(59,63,64)
#303435
(48,52,53)
#25292A
(37,41,42)
#1A1E1F
(26,30,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7D8182

#7D8182
(125,129,130)
#888C8D
(136,140,141)
#939798
(147,151,152)
#9EA2A3
(158,162,163)
#A9ADAE
(169,173,174)
#B4B8B9
(180,184,185)
#BFC3C4
(191,195,196)
#CACECF
(202,206,207)
#D5D9DA
(213,217,218)
#E0E4E5
(224,228,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8182; }

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

This text font color is #7D8182.

Background Color

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

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

This div background color is #7D8182.

Border color

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

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

This div border color is #7D8182.

Opacity

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

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

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

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

This text has shadow with #7D8182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8182.

Preview

Color preview on black background

This text has color #7D8182 on black background.


Color preview on white background

This text has color #7D8182 on white background.


Black color preview on #7D8182 background

This text has black color on #7D8182 background.


White color preview on #7D8182 background

This text has white color on #7D8182 background.


Related colors

Complementary color

Complementary color for #hex is #827E7D.


I love getcolorcode.com

Triadic colors

1 #827D81 and #81827D with #7D8182 are triadic colors.

2 #82817D and #817D82 with #7D8182 are triadic colors.