COLOR #7D8E7B

HEX: #7D8E7B RGB: (125,142,123)

Color info

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

RGB color model

#7D8E7B color RGB value is (125,142,123).

RGB: (125,142,123) (49%, 56%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 123 of 255 = 48%

125
142
123

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

Portions of RGB colors in percentages

R + G + B = 125 + 142 + 123 = 390 (100%)
R 125 of 390 ~ 32.05%
G 142 of 390 ~ 36.41%
B 123 of 390 ~ 31.54'%

%32.05
%36.41
%31.54

CMYK color model

#7D8E7B color CMYK value is (12,0,13,44).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 44.31%

CMYK: (12,0,13,44)
C12M0Y13K44 (12%, 0%, 13%, 44%)
(0.12 / 0.00 / 0.13 / 0.44)

CMYK percentages

%11.97
%0
%13.38
%44.31

Codes

Color #7D8E7B in popluar color models

7D 8E 7B
RGB 125 142 123
HSL 114° 7.76% 51.96%
HSB/HSV 114° 13.38% 55.69%
CMYK 11.97% 0.00% 13.38%
44.31%

Color #7D8E7B in popluar number systems.

HEX 7D 8E 7B
Decimal 125 142 123
Binary 1111101 10001110 1111011
Octal 175 216 173

Shades and tints

Shades of #7D8E7B

#7D8E7B
(125,142,123)
#728270
(114,130,112)
#677665
(103,118,101)
#5C6A5A
(92,106,90)
#515E4F
(81,94,79)
#465244
(70,82,68)
#3B4639
(59,70,57)
#303A2E
(48,58,46)
#252E23
(37,46,35)
#1A2218
(26,34,24)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #7D8E7B

#7D8E7B
(125,142,123)
#889887
(136,152,135)
#93A293
(147,162,147)
#9EAC9F
(158,172,159)
#A9B6AB
(169,182,171)
#B4C0B7
(180,192,183)
#BFCAC3
(191,202,195)
#CAD4CF
(202,212,207)
#D5DEDB
(213,222,219)
#E0E8E7
(224,232,231)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8E7B color. Also use rgb(125,142,123) instead hex code.

Text Font Color

.myTextColor { color: #7D8E7B; }

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

This text font color is #7D8E7B.

Background Color

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

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

This div background color is #7D8E7B.

Border color

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

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

This div border color is #7D8E7B.

Opacity

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

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

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

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

This text has shadow with #7D8E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8E7B.

Preview

Color preview on black background

This text has color #7D8E7B on black background.


Color preview on white background

This text has color #7D8E7B on white background.


Black color preview on #7D8E7B background

This text has black color on #7D8E7B background.


White color preview on #7D8E7B background

This text has white color on #7D8E7B background.


Related colors

Complementary color

Complementary color for #hex is #827184.


I love getcolorcode.com

Triadic colors

1 #7B7D8E and #8E7B7D with #7D8E7B are triadic colors.

2 #7B8E7D and #8E7D7B with #7D8E7B are triadic colors.