COLOR #7D8A8B

HEX: #7D8A8B
RGB: (125,138,139)

Color info

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

RGB color model

#7D8A8B color RGB value is (125,138,139).

  • red value is 125;
  • green value is 138;
  • blue value is 139.
RGB:
(125,138,139)
(49%,54%,55%)

RGB channels and saturation

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

125
138
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 138 + 139 = 402 (100%)
R 125 of 402 ~ 31.09%
G 138 of 402 ~ 34.33%
B 139 of 402 ~ 34.58%

%31.09
%34.33
%34.58

CMYK color model

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

  • cyan value is 10.07%
  • magenta value is 0.72%
  • 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
%0.72
%0
%45.49

Codes

Color #7D8A8B in popluar color models

7D8A8B
RGB125138139
HSL184°5.69%51.76%
HSB/HSV184°10.07%54.51%
CMYK10.07%0.72%0.00%
45.49%

Color #7D8A8B in popluar number systems.

HEX7D8A8B
Decimal125138139
Binary11111011000101010001011
Octal175212213

Shades and tints

Shades of #7D8A8B

#7D8A8B
(125,138,139)
#727E7F
(114,126,127)
#677273
(103,114,115)
#5C6667
(92,102,103)
#515A5B
(81,90,91)
#464E4F
(70,78,79)
#3B4243
(59,66,67)
#303637
(48,54,55)
#252A2B
(37,42,43)
#1A1E1F
(26,30,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D8A8B

#7D8A8B
(125,138,139)
#889495
(136,148,149)
#939E9F
(147,158,159)
#9EA8A9
(158,168,169)
#A9B2B3
(169,178,179)
#B4BCBD
(180,188,189)
#BFC6C7
(191,198,199)
#CAD0D1
(202,208,209)
#D5DADB
(213,218,219)
#E0E4E5
(224,228,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8A8B; }

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

This text font color is #7D8A8B.


Background Color

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

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

This div background color is #7D8A8B.


Border color

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

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

This div border color is #7D8A8B.


Opacity

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

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

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

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

This text has shadow with #7D8A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8A8B on black background.


Color preview on white background

This text has color #7D8A8B on white background.



Black color preview on #7D8A8B background

This text has black color on #7D8A8B background.


White color preview on #7D8A8B background

This text has white color on #7D8A8B background.