COLOR #7D8D8F

HEX: #7D8D8F
RGB: (125,141,143)

Color info

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

RGB color model

#7D8D8F color RGB value is (125,141,143).

  • red value is 125;
  • green value is 141;
  • blue value is 143.
RGB:
(125,141,143)
(49%,55%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 141 of 255 = 55%
B 143 of 255 = 56%

125
141
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 141 + 143 = 409 (100%)
R 125 of 409 ~ 30.56%
G 141 of 409 ~ 34.47%
B 143 of 409 ~ 34.96%

%30.56
%34.47
%34.96

CMYK color model

#7D8D8F color CMYK value is (13,1,0,44).

  • cyan value is 12.59%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,1,0,44)
C13M1Y0K44 
(13%,1%,0%,44%)
(0.13/0.01/0.00/0.44)	

CMYK percentages

%12.59
%1.4
%0
%43.92

Codes

Color #7D8D8F in popluar color models

7D8D8F
RGB125141143
HSL187°7.44%52.55%
HSB/HSV187°12.59%56.08%
CMYK12.59%1.40%0.00%
43.92%

Color #7D8D8F in popluar number systems.

HEX7D8D8F
Decimal125141143
Binary11111011000110110001111
Octal175215217

Shades and tints

Shades of #7D8D8F

#7D8D8F
(125,141,143)
#728182
(114,129,130)
#677575
(103,117,117)
#5C6968
(92,105,104)
#515D5B
(81,93,91)
#46514E
(70,81,78)
#3B4541
(59,69,65)
#303934
(48,57,52)
#252D27
(37,45,39)
#1A211A
(26,33,26)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #7D8D8F

#7D8D8F
(125,141,143)
#889799
(136,151,153)
#93A1A3
(147,161,163)
#9EABAD
(158,171,173)
#A9B5B7
(169,181,183)
#B4BFC1
(180,191,193)
#BFC9CB
(191,201,203)
#CAD3D5
(202,211,213)
#D5DDDF
(213,221,223)
#E0E7E9
(224,231,233)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8D8F color. Also use rgb(125,141,143) instead hex code.

Text Font Color

.myTextColor { color: #7D8D8F; }

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

This text font color is #7D8D8F.


Background Color

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

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

This div background color is #7D8D8F.


Border color

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

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

This div border color is #7D8D8F.


Opacity

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

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

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

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

This text has shadow with #7D8D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8D8F on black background.


Color preview on white background

This text has color #7D8D8F on white background.



Black color preview on #7D8D8F background

This text has black color on #7D8D8F background.


White color preview on #7D8D8F background

This text has white color on #7D8D8F background.