COLOR #7D9080

HEX: #7D9080 RGB: (125,144,128)

Color info

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

RGB color model

#7D9080 color RGB value is (125,144,128).

RGB: (125,144,128) (49%, 56%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 128 of 255 = 50%

125
144
128

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

Portions of RGB colors in percentages

R + G + B = 125 + 144 + 128 = 397 (100%)
R 125 of 397 ~ 31.49%
G 144 of 397 ~ 36.27%
B 128 of 397 ~ 32.24'%

%31.49
%36.27
%32.24

CMYK color model

#7D9080 color CMYK value is (13,0,11,44).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%

CMYK: (13,0,11,44)
C13M0Y11K44 (13%, 0%, 11%, 44%)
(0.13 / 0.00 / 0.11 / 0.44)

CMYK percentages

%13.19
%0
%11.11
%43.53

Codes

Color #7D9080 in popluar color models

7D 90 80
RGB 125 144 128
HSL 129° 7.88% 52.75%
HSB/HSV 129° 13.19% 56.47%
CMYK 13.19% 0.00% 11.11%
43.53%

Color #7D9080 in popluar number systems.

HEX 7D 90 80
Decimal 125 144 128
Binary 1111101 10010000 10000000
Octal 175 220 200

Shades and tints

Shades of #7D9080

#7D9080
(125,144,128)
#728375
(114,131,117)
#67766A
(103,118,106)
#5C695F
(92,105,95)
#515C54
(81,92,84)
#464F49
(70,79,73)
#3B423E
(59,66,62)
#303533
(48,53,51)
#252828
(37,40,40)
#1A1B1D
(26,27,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #7D9080

#7D9080
(125,144,128)
#889A8B
(136,154,139)
#93A496
(147,164,150)
#9EAEA1
(158,174,161)
#A9B8AC
(169,184,172)
#B4C2B7
(180,194,183)
#BFCCC2
(191,204,194)
#CAD6CD
(202,214,205)
#D5E0D8
(213,224,216)
#E0EAE3
(224,234,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9080; }

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

This text font color is #7D9080.

Background Color

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

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

This div background color is #7D9080.

Border color

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

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

This div border color is #7D9080.

Opacity

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

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

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

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

This text has shadow with #7D9080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9080.

Preview

Color preview on black background

This text has color #7D9080 on black background.


Color preview on white background

This text has color #7D9080 on white background.


Black color preview on #7D9080 background

This text has black color on #7D9080 background.


White color preview on #7D9080 background

This text has white color on #7D9080 background.


Related colors

Complementary color

Complementary color for #hex is #826F7F.


I love getcolorcode.com

Triadic colors

1 #807D90 and #90807D with #7D9080 are triadic colors.

2 #80907D and #907D80 with #7D9080 are triadic colors.