COLOR #7D827E

HEX: #7D827E
RGB: (125,130,126)

Color info

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

RGB color model

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

  • red value is 125;
  • green value is 130;
  • blue value is 126.
RGB:
(125,130,126)
(49%,51%,49%)

RGB channels and saturation

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

125
130
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 126 = 381 (100%)
R 125 of 381 ~ 32.81%
G 130 of 381 ~ 34.12%
B 126 of 381 ~ 33.07%

%32.81
%34.12
%33.07

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(4,0,3,49)
C4M0Y3K49 
(4%,0%,3%,49%)
(0.04/0.00/0.03/0.49)	

CMYK percentages

%3.85
%0
%3.08
%49.02

Codes

Color #7D827E in popluar color models

7D827E
RGB125130126
HSL132°1.96%50.00%
HSB/HSV132°3.85%50.98%
CMYK3.85%0.00%3.08%
49.02%

Color #7D827E in popluar number systems.

HEX7D827E
Decimal125130126
Binary1111101100000101111110
Octal175202176

Shades and tints

Shades of #7D827E

#7D827E
(125,130,126)
#727773
(114,119,115)
#676C68
(103,108,104)
#5C615D
(92,97,93)
#515652
(81,86,82)
#464B47
(70,75,71)
#3B403C
(59,64,60)
#303531
(48,53,49)
#252A26
(37,42,38)
#1A1F1B
(26,31,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D827E

#7D827E
(125,130,126)
#888D89
(136,141,137)
#939894
(147,152,148)
#9EA39F
(158,163,159)
#A9AEAA
(169,174,170)
#B4B9B5
(180,185,181)
#BFC4C0
(191,196,192)
#CACFCB
(202,207,203)
#D5DAD6
(213,218,214)
#E0E5E1
(224,229,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D827E; }

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

This text font color is #7D827E.


Background Color

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

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

This div background color is #7D827E.


Border color

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

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

This div border color is #7D827E.


Opacity

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

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

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

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

This text has shadow with #7D827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D827E on black background.


Color preview on white background

This text has color #7D827E on white background.



Black color preview on #7D827E background

This text has black color on #7D827E background.


White color preview on #7D827E background

This text has white color on #7D827E background.