COLOR #7D8C7D

HEX: #7D8C7D
RGB: (125,140,125)

Color info

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

RGB color model

#7D8C7D color RGB value is (125,140,125).

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

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 125 of 255 = 49%

125
140
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 125 = 390 (100%)
R 125 of 390 ~ 32.05%
G 140 of 390 ~ 35.9%
B 125 of 390 ~ 32.05%

%32.05
%35.9
%32.05

CMYK color model

#7D8C7D color CMYK value is (11,0,11,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(11,0,11,45)
C11M0Y11K45 
(11%,0%,11%,45%)
(0.11/0.00/0.11/0.45)	

CMYK percentages

%10.71
%0
%10.71
%45.1

Codes

Color #7D8C7D in popluar color models

7D8C7D
RGB125140125
HSL120°6.12%51.96%
HSB/HSV120°10.71%54.90%
CMYK10.71%0.00%10.71%
45.10%

Color #7D8C7D in popluar number systems.

HEX7D8C7D
Decimal125140125
Binary1111101100011001111101
Octal175214175

Shades and tints

Shades of #7D8C7D

#7D8C7D
(125,140,125)
#728072
(114,128,114)
#677467
(103,116,103)
#5C685C
(92,104,92)
#515C51
(81,92,81)
#465046
(70,80,70)
#3B443B
(59,68,59)
#303830
(48,56,48)
#252C25
(37,44,37)
#1A201A
(26,32,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D8C7D

#7D8C7D
(125,140,125)
#889688
(136,150,136)
#93A093
(147,160,147)
#9EAA9E
(158,170,158)
#A9B4A9
(169,180,169)
#B4BEB4
(180,190,180)
#BFC8BF
(191,200,191)
#CAD2CA
(202,210,202)
#D5DCD5
(213,220,213)
#E0E6E0
(224,230,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C7D; }

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

This text font color is #7D8C7D.


Background Color

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

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

This div background color is #7D8C7D.


Border color

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

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

This div border color is #7D8C7D.


Opacity

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

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

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

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

This text has shadow with #7D8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C7D on black background.


Color preview on white background

This text has color #7D8C7D on white background.



Black color preview on #7D8C7D background

This text has black color on #7D8C7D background.


White color preview on #7D8C7D background

This text has white color on #7D8C7D background.