COLOR #7D806C

HEX: #7D806C RGB: (125,128,108)

Color info

#7D806C contains red, green and blue colors in about the same proportion. Web safe color of #7D806C is #666666 (or #666).

RGB color model

#7D806C color RGB value is (125,128,108).

RGB: (125,128,108) (49%, 50%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 108 of 255 = 42%

125
128
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 108 = 361 (100%)
R 125 of 361 ~ 34.63%
G 128 of 361 ~ 35.46%
B 108 of 361 ~ 29.92'%

%34.63
%35.46
%29.92

CMYK color model

#7D806C color CMYK value is (2,0,16,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK: (2,0,16,50) C2M0Y16K50 (2%,0%,16%,50%) (0.02/0.00/0.16/0.50) 

CMYK percentages

%2.34
%0
%15.63
%49.8

Codes

Color #7D806C in popluar color models

7D 80 6C
RGB 125 128 108
HSL 69° 8.47% 46.27%
HSB/HSV 69° 15.63% 50.20%
CMYK 2.34% 0.00% 15.63%
49.80%

Color #7D806C in popluar number systems.

HEX 7D 80 6C
Decimal 125 128 108
Binary 1111101 10000000 1101100
Octal 175 200 154

Shades and tints

Shades of #7D806C

#7D806C
(125,128,108)
#727563
(114,117,99)
#676A5A
(103,106,90)
#5C5F51
(92,95,81)
#515448
(81,84,72)
#46493F
(70,73,63)
#3B3E36
(59,62,54)
#30332D
(48,51,45)
#252824
(37,40,36)
#1A1D1B
(26,29,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #7D806C

#7D806C
(125,128,108)
#888B79
(136,139,121)
#939686
(147,150,134)
#9EA193
(158,161,147)
#A9ACA0
(169,172,160)
#B4B7AD
(180,183,173)
#BFC2BA
(191,194,186)
#CACDC7
(202,205,199)
#D5D8D4
(213,216,212)
#E0E3E1
(224,227,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D806C; }

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

This text font color is #7D806C.

Background Color

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

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

This div background color is #7D806C.

Border color

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

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

This div border color is #7D806C.

Opacity

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

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

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

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

This text has shadow with #7D806C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D806C.

Preview

Color preview on black background

This text has color #7D806C on black background.


Color preview on white background

This text has color #7D806C on white background.


Black color preview on #7D806C background

This text has black color on #7D806C background.


White color preview on #7D806C background

This text has white color on #7D806C background.


Related colors

Complementary color

Complementary color for #hex is #827F93.


I love getcolorcode.com

Triadic colors

1 #6C7D80 and #806C7D with #7D806C are triadic colors.

2 #6C807D and #807D6C with #7D806C are triadic colors.