COLOR #7D8A7B

HEX: #7D8A7B RGB: (125,138,123)

Color info

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

RGB color model

#7D8A7B color RGB value is (125,138,123).

RGB: (125,138,123) (49%, 54%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 138 of 255 = 54%
B 123 of 255 = 48%

125
138
123

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

Portions of RGB colors in percentages

R + G + B = 125 + 138 + 123 = 386 (100%)
R 125 of 386 ~ 32.38%
G 138 of 386 ~ 35.75%
B 123 of 386 ~ 31.87'%

%32.38
%35.75
%31.87

CMYK color model

#7D8A7B color CMYK value is (9,0,11,46).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%

CMYK: (9,0,11,46)
C9M0Y11K46 (9%, 0%, 11%, 46%)
(0.09 / 0.00 / 0.11 / 0.46)

CMYK percentages

%9.42
%0
%10.87
%45.88

Codes

Color #7D8A7B in popluar color models

7D 8A 7B
RGB 125 138 123
HSL 112° 6.02% 51.18%
HSB/HSV 112° 10.87% 54.12%
CMYK 9.42% 0.00% 10.87%
45.88%

Color #7D8A7B in popluar number systems.

HEX 7D 8A 7B
Decimal 125 138 123
Binary 1111101 10001010 1111011
Octal 175 212 173

Shades and tints

Shades of #7D8A7B

#7D8A7B
(125,138,123)
#727E70
(114,126,112)
#677265
(103,114,101)
#5C665A
(92,102,90)
#515A4F
(81,90,79)
#464E44
(70,78,68)
#3B4239
(59,66,57)
#30362E
(48,54,46)
#252A23
(37,42,35)
#1A1E18
(26,30,24)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #7D8A7B

#7D8A7B
(125,138,123)
#889487
(136,148,135)
#939E93
(147,158,147)
#9EA89F
(158,168,159)
#A9B2AB
(169,178,171)
#B4BCB7
(180,188,183)
#BFC6C3
(191,198,195)
#CAD0CF
(202,208,207)
#D5DADB
(213,218,219)
#E0E4E7
(224,228,231)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8A7B; }

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

This text font color is #7D8A7B.

Background Color

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

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

This div background color is #7D8A7B.

Border color

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

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

This div border color is #7D8A7B.

Opacity

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

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

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

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

This text has shadow with #7D8A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8A7B.

Preview

Color preview on black background

This text has color #7D8A7B on black background.


Color preview on white background

This text has color #7D8A7B on white background.


Black color preview on #7D8A7B background

This text has black color on #7D8A7B background.


White color preview on #7D8A7B background

This text has white color on #7D8A7B background.


Related colors

Complementary color

Complementary color for #hex is #827584.


I love getcolorcode.com

Triadic colors

1 #7B7D8A and #8A7B7D with #7D8A7B are triadic colors.

2 #7B8A7D and #8A7D7B with #7D8A7B are triadic colors.