COLOR #7D827D

HEX: #7D827D RGB: (125,130,125)

Color info

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

RGB color model

#7D827D color RGB value is (125,130,125).

RGB: (125,130,125) (49%, 51%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 125 of 255 = 49%

125
130
125

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

Portions of RGB colors in percentages

R + G + B = 125 + 130 + 125 = 380 (100%)
R 125 of 380 ~ 32.89%
G 130 of 380 ~ 34.21%
B 125 of 380 ~ 32.89'%

%32.89
%34.21
%32.89

CMYK color model

#7D827D color CMYK value is (4,0,4,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (4,0,4,49)
C4M0Y4K49 (4%, 0%, 4%, 49%)
(0.04 / 0.00 / 0.04 / 0.49)

CMYK percentages

%3.85
%0
%3.85
%49.02

Codes

Color #7D827D in popluar color models

7D 82 7D
RGB 125 130 125
HSL 120° 1.96% 50.00%
HSB/HSV 120° 3.85% 50.98%
CMYK 3.85% 0.00% 3.85%
49.02%

Color #7D827D in popluar number systems.

HEX 7D 82 7D
Decimal 125 130 125
Binary 1111101 10000010 1111101
Octal 175 202 175

Shades and tints

Shades of #7D827D

#7D827D
(125,130,125)
#727772
(114,119,114)
#676C67
(103,108,103)
#5C615C
(92,97,92)
#515651
(81,86,81)
#464B46
(70,75,70)
#3B403B
(59,64,59)
#303530
(48,53,48)
#252A25
(37,42,37)
#1A1F1A
(26,31,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D827D

#7D827D
(125,130,125)
#888D88
(136,141,136)
#939893
(147,152,147)
#9EA39E
(158,163,158)
#A9AEA9
(169,174,169)
#B4B9B4
(180,185,180)
#BFC4BF
(191,196,191)
#CACFCA
(202,207,202)
#D5DAD5
(213,218,213)
#E0E5E0
(224,229,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D827D; }

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

This text font color is #7D827D.

Background Color

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

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

This div background color is #7D827D.

Border color

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

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

This div border color is #7D827D.

Opacity

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

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

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

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

This text has shadow with #7D827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D827D.

Preview

Color preview on black background

This text has color #7D827D on black background.


Color preview on white background

This text has color #7D827D on white background.


Black color preview on #7D827D background

This text has black color on #7D827D background.


White color preview on #7D827D background

This text has white color on #7D827D background.


Related colors

Complementary color

Complementary color for #hex is #827D82.


I love getcolorcode.com

Triadic colors

1 #7D7D82 and #827D7D with #7D827D are triadic colors.

2 #7D827D and #827D7D with #7D827D are triadic colors.