COLOR #7D898B

HEX: #7D898B RGB: (125,137,139)

Color info

#7D898B contains red, green and blue colors in about the same proportion. Web safe color of #7D898B is #669999 (or #699).

RGB color model

#7D898B color RGB value is (125,137,139).

RGB: (125,137,139) (49%, 54%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 139 of 255 = 55%

125
137
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 137 + 139 = 401 (100%)
R 125 of 401 ~ 31.17%
G 137 of 401 ~ 34.16%
B 139 of 401 ~ 34.66'%

%31.17
%34.16
%34.66

CMYK color model

#7D898B color CMYK value is (10,1,0,45).

  • cyan value is 10.07%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (10,1,0,45)
C10M1Y0K45 (10%, 1%, 0%, 45%)
(0.10 / 0.01 / 0.00 / 0.45)

CMYK percentages

%10.07
%1.44
%0
%45.49

Codes

Color #7D898B in popluar color models

7D 89 8B
RGB 125 137 139
HSL 189° 5.69% 51.76%
HSB/HSV 189° 10.07% 54.51%
CMYK 10.07% 1.44% 0.00%
45.49%

Color #7D898B in popluar number systems.

HEX 7D 89 8B
Decimal 125 137 139
Binary 1111101 10001001 10001011
Octal 175 211 213

Shades and tints

Shades of #7D898B

#7D898B
(125,137,139)
#727D7F
(114,125,127)
#677173
(103,113,115)
#5C6567
(92,101,103)
#51595B
(81,89,91)
#464D4F
(70,77,79)
#3B4143
(59,65,67)
#303537
(48,53,55)
#25292B
(37,41,43)
#1A1D1F
(26,29,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D898B

#7D898B
(125,137,139)
#889395
(136,147,149)
#939D9F
(147,157,159)
#9EA7A9
(158,167,169)
#A9B1B3
(169,177,179)
#B4BBBD
(180,187,189)
#BFC5C7
(191,197,199)
#CACFD1
(202,207,209)
#D5D9DB
(213,217,219)
#E0E3E5
(224,227,229)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D898B color. Also use rgb(125,137,139) instead hex code.

Text Font Color

.myTextColor { color: #7D898B; }

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

This text font color is #7D898B.

Background Color

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

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

This div background color is #7D898B.

Border color

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

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

This div border color is #7D898B.

Opacity

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

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

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

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

This text has shadow with #7D898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D898B.

Preview

Color preview on black background

This text has color #7D898B on black background.


Color preview on white background

This text has color #7D898B on white background.


Black color preview on #7D898B background

This text has black color on #7D898B background.


White color preview on #7D898B background

This text has white color on #7D898B background.


Related colors

Complementary color

Complementary color for #hex is #827674.


I love getcolorcode.com

Triadic colors

1 #8B7D89 and #898B7D with #7D898B are triadic colors.

2 #8B897D and #897D8B with #7D898B are triadic colors.