COLOR #7D816C

HEX: #7D816C RGB: (125,129,108)

Color info

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

RGB color model

#7D816C color RGB value is (125,129,108).

RGB: (125,129,108) (49%, 51%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 108 of 255 = 42%

125
129
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 129 + 108 = 362 (100%)
R 125 of 362 ~ 34.53%
G 129 of 362 ~ 35.64%
B 108 of 362 ~ 29.83'%

%34.53
%35.64
%29.83

CMYK color model

#7D816C color CMYK value is (3,0,16,49).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 49.41%

CMYK: (3,0,16,49)
C3M0Y16K49 (3%, 0%, 16%, 49%)
(0.03 / 0.00 / 0.16 / 0.49)

CMYK percentages

%3.1
%0
%16.28
%49.41

Codes

Color #7D816C in popluar color models

7D 81 6C
RGB 125 129 108
HSL 71° 8.86% 46.47%
HSB/HSV 71° 16.28% 50.59%
CMYK 3.10% 0.00% 16.28%
49.41%

Color #7D816C in popluar number systems.

HEX 7D 81 6C
Decimal 125 129 108
Binary 1111101 10000001 1101100
Octal 175 201 154

Shades and tints

Shades of #7D816C

#7D816C
(125,129,108)
#727663
(114,118,99)
#676B5A
(103,107,90)
#5C6051
(92,96,81)
#515548
(81,85,72)
#464A3F
(70,74,63)
#3B3F36
(59,63,54)
#30342D
(48,52,45)
#252924
(37,41,36)
#1A1E1B
(26,30,27)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7D816C

#7D816C
(125,129,108)
#888C79
(136,140,121)
#939786
(147,151,134)
#9EA293
(158,162,147)
#A9ADA0
(169,173,160)
#B4B8AD
(180,184,173)
#BFC3BA
(191,195,186)
#CACEC7
(202,206,199)
#D5D9D4
(213,217,212)
#E0E4E1
(224,228,225)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D816C; }

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

This text font color is #7D816C.

Background Color

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

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

This div background color is #7D816C.

Border color

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

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

This div border color is #7D816C.

Opacity

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

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

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

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

This text has shadow with #7D816C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D816C.

Preview

Color preview on black background

This text has color #7D816C on black background.


Color preview on white background

This text has color #7D816C on white background.


Black color preview on #7D816C background

This text has black color on #7D816C background.


White color preview on #7D816C background

This text has white color on #7D816C background.


Related colors

Complementary color

Complementary color for #hex is #827E93.


I love getcolorcode.com

Triadic colors

1 #6C7D81 and #816C7D with #7D816C are triadic colors.

2 #6C817D and #817D6C with #7D816C are triadic colors.