COLOR #7D886B

HEX: #7D886B
RGB: (125,136,107)

Color info

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

RGB color model

#7D886B color RGB value is (125,136,107).

  • red value is 125;
  • green value is 136;
  • blue value is 107.
RGB:
(125,136,107)
(49%,53%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 107 of 255 = 42%

125
136
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 107 = 368 (100%)
R 125 of 368 ~ 33.97%
G 136 of 368 ~ 36.96%
B 107 of 368 ~ 29.08%

%33.97
%36.96
%29.08

CMYK color model

#7D886B color CMYK value is (8,0,21,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(8,0,21,47)
C8M0Y21K47 
(8%,0%,21%,47%)
(0.08/0.00/0.21/0.47)	

CMYK percentages

%8.09
%0
%21.32
%46.67

Codes

Color #7D886B in popluar color models

7D886B
RGB125136107
HSL83°11.93%47.65%
HSB/HSV83°21.32%53.33%
CMYK8.09%0.00%21.32%
46.67%

Color #7D886B in popluar number systems.

HEX7D886B
Decimal125136107
Binary1111101100010001101011
Octal175210153

Shades and tints

Shades of #7D886B

#7D886B
(125,136,107)
#727C62
(114,124,98)
#677059
(103,112,89)
#5C6450
(92,100,80)
#515847
(81,88,71)
#464C3E
(70,76,62)
#3B4035
(59,64,53)
#30342C
(48,52,44)
#252823
(37,40,35)
#1A1C1A
(26,28,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D886B

#7D886B
(125,136,107)
#889278
(136,146,120)
#939C85
(147,156,133)
#9EA692
(158,166,146)
#A9B09F
(169,176,159)
#B4BAAC
(180,186,172)
#BFC4B9
(191,196,185)
#CACEC6
(202,206,198)
#D5D8D3
(213,216,211)
#E0E2E0
(224,226,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D886B; }

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

This text font color is #7D886B.


Background Color

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

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

This div background color is #7D886B.


Border color

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

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

This div border color is #7D886B.


Opacity

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

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

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

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

This text has shadow with #7D886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D886B on black background.


Color preview on white background

This text has color #7D886B on white background.



Black color preview on #7D886B background

This text has black color on #7D886B background.


White color preview on #7D886B background

This text has white color on #7D886B background.