COLOR #7D836C

HEX: #7D836C RGB: (125,131,108)

Color info

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

RGB color model

#7D836C color RGB value is (125,131,108).

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

RGB channels and saturation

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

125
131
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 131 + 108 = 364 (100%)
R 125 of 364 ~ 34.34%
G 131 of 364 ~ 35.99%
B 108 of 364 ~ 29.67'%

%34.34
%35.99
%29.67

CMYK color model

#7D836C color CMYK value is (5,0,18,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 48.63%

CMYK: (5,0,18,49)
C5M0Y18K49 (5%, 0%, 18%, 49%)
(0.05 / 0.00 / 0.18 / 0.49)

CMYK percentages

%4.58
%0
%17.56
%48.63

Codes

Color #7D836C in popluar color models

7D 83 6C
RGB 125 131 108
HSL 76° 9.62% 46.86%
HSB/HSV 76° 17.56% 51.37%
CMYK 4.58% 0.00% 17.56%
48.63%

Color #7D836C in popluar number systems.

HEX 7D 83 6C
Decimal 125 131 108
Binary 1111101 10000011 1101100
Octal 175 203 154

Shades and tints

Shades of #7D836C

#7D836C
(125,131,108)
#727863
(114,120,99)
#676D5A
(103,109,90)
#5C6251
(92,98,81)
#515748
(81,87,72)
#464C3F
(70,76,63)
#3B4136
(59,65,54)
#30362D
(48,54,45)
#252B24
(37,43,36)
#1A201B
(26,32,27)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #7D836C

#7D836C
(125,131,108)
#888E79
(136,142,121)
#939986
(147,153,134)
#9EA493
(158,164,147)
#A9AFA0
(169,175,160)
#B4BAAD
(180,186,173)
#BFC5BA
(191,197,186)
#CAD0C7
(202,208,199)
#D5DBD4
(213,219,212)
#E0E6E1
(224,230,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D836C; }

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

This text font color is #7D836C.

Background Color

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

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

This div background color is #7D836C.

Border color

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

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

This div border color is #7D836C.

Opacity

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

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

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

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

This text has shadow with #7D836C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D836C.

Preview

Color preview on black background

This text has color #7D836C on black background.


Color preview on white background

This text has color #7D836C on white background.


Black color preview on #7D836C background

This text has black color on #7D836C background.


White color preview on #7D836C background

This text has white color on #7D836C background.


Related colors

Complementary color

Complementary color for #hex is #827C93.


I love getcolorcode.com

Triadic colors

1 #6C7D83 and #836C7D with #7D836C are triadic colors.

2 #6C837D and #837D6C with #7D836C are triadic colors.