COLOR #7D9880

HEX: #7D9880 RGB: (125,152,128)

Color info

#7D9880 contains red, green and blue colors in about the same proportion. Web safe color of #7D9880 is #669966 (or #696).

RGB color model

#7D9880 color RGB value is (125,152,128).

RGB: (125,152,128) (49%, 60%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 128 of 255 = 50%

125
152
128

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 128 = 405 (100%)
R 125 of 405 ~ 30.86%
G 152 of 405 ~ 37.53%
B 128 of 405 ~ 31.6'%

%30.86
%37.53
%31.6

CMYK color model

#7D9880 color CMYK value is (18,0,16,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%

CMYK: (18,0,16,40)
C18M0Y16K40 (18%, 0%, 16%, 40%)
(0.18 / 0.00 / 0.16 / 0.40)

CMYK percentages

%17.76
%0
%15.79
%40.39

Codes

Color #7D9880 in popluar color models

7D 98 80
RGB 125 152 128
HSL 127° 11.59% 54.31%
HSB/HSV 127° 17.76% 59.61%
CMYK 17.76% 0.00% 15.79%
40.39%

Color #7D9880 in popluar number systems.

HEX 7D 98 80
Decimal 125 152 128
Binary 1111101 10011000 10000000
Octal 175 230 200

Shades and tints

Shades of #7D9880

#7D9880
(125,152,128)
#728B75
(114,139,117)
#677E6A
(103,126,106)
#5C715F
(92,113,95)
#516454
(81,100,84)
#465749
(70,87,73)
#3B4A3E
(59,74,62)
#303D33
(48,61,51)
#253028
(37,48,40)
#1A231D
(26,35,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #7D9880

#7D9880
(125,152,128)
#88A18B
(136,161,139)
#93AA96
(147,170,150)
#9EB3A1
(158,179,161)
#A9BCAC
(169,188,172)
#B4C5B7
(180,197,183)
#BFCEC2
(191,206,194)
#CAD7CD
(202,215,205)
#D5E0D8
(213,224,216)
#E0E9E3
(224,233,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9880 color. Also use rgb(125,152,128) instead hex code.

Text Font Color

.myTextColor { color: #7D9880; }

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

This text font color is #7D9880.

Background Color

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

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

This div background color is #7D9880.

Border color

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

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

This div border color is #7D9880.

Opacity

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

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

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

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

This text has shadow with #7D9880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9880.

Preview

Color preview on black background

This text has color #7D9880 on black background.


Color preview on white background

This text has color #7D9880 on white background.


Black color preview on #7D9880 background

This text has black color on #7D9880 background.


White color preview on #7D9880 background

This text has white color on #7D9880 background.


Related colors

Complementary color

Complementary color for #hex is #82677F.


I love getcolorcode.com

Triadic colors

1 #807D98 and #98807D with #7D9880 are triadic colors.

2 #80987D and #987D80 with #7D9880 are triadic colors.