COLOR #7D9580

HEX: #7D9580 RGB: (125,149,128)

Color info

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

RGB color model

#7D9580 color RGB value is (125,149,128).

RGB: (125,149,128) (49%, 58%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 128 of 255 = 50%

125
149
128

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

Portions of RGB colors in percentages

R + G + B = 125 + 149 + 128 = 402 (100%)
R 125 of 402 ~ 31.09%
G 149 of 402 ~ 37.06%
B 128 of 402 ~ 31.84'%

%31.09
%37.06
%31.84

CMYK color model

#7D9580 color CMYK value is (16,0,14,42).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 41.57%

CMYK: (16,0,14,42)
C16M0Y14K42 (16%, 0%, 14%, 42%)
(0.16 / 0.00 / 0.14 / 0.42)

CMYK percentages

%16.11
%0
%14.09
%41.57

Codes

Color #7D9580 in popluar color models

7D 95 80
RGB 125 149 128
HSL 128° 10.17% 53.73%
HSB/HSV 128° 16.11% 58.43%
CMYK 16.11% 0.00% 14.09%
41.57%

Color #7D9580 in popluar number systems.

HEX 7D 95 80
Decimal 125 149 128
Binary 1111101 10010101 10000000
Octal 175 225 200

Shades and tints

Shades of #7D9580

#7D9580
(125,149,128)
#728875
(114,136,117)
#677B6A
(103,123,106)
#5C6E5F
(92,110,95)
#516154
(81,97,84)
#465449
(70,84,73)
#3B473E
(59,71,62)
#303A33
(48,58,51)
#252D28
(37,45,40)
#1A201D
(26,32,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7D9580

#7D9580
(125,149,128)
#889E8B
(136,158,139)
#93A796
(147,167,150)
#9EB0A1
(158,176,161)
#A9B9AC
(169,185,172)
#B4C2B7
(180,194,183)
#BFCBC2
(191,203,194)
#CAD4CD
(202,212,205)
#D5DDD8
(213,221,216)
#E0E6E3
(224,230,227)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9580; }

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

This text font color is #7D9580.

Background Color

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

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

This div background color is #7D9580.

Border color

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

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

This div border color is #7D9580.

Opacity

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

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

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

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

This text has shadow with #7D9580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9580.

Preview

Color preview on black background

This text has color #7D9580 on black background.


Color preview on white background

This text has color #7D9580 on white background.


Black color preview on #7D9580 background

This text has black color on #7D9580 background.


White color preview on #7D9580 background

This text has white color on #7D9580 background.


Related colors

Complementary color

Complementary color for #hex is #826A7F.


I love getcolorcode.com

Triadic colors

1 #807D95 and #95807D with #7D9580 are triadic colors.

2 #80957D and #957D80 with #7D9580 are triadic colors.