COLOR #7D6851

HEX: #7D6851
RGB: (125,104,81)

Color info

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

RGB color model

#7D6851 color RGB value is (125,104,81).

  • red value is 125;
  • green value is 104;
  • blue value is 81.
RGB:
(125,104,81)
(49%,41%,32%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 81 of 255 = 32%

125
104
81

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 81 = 310 (100%)
R 125 of 310 ~ 40.32%
G 104 of 310 ~ 33.55%
B 81 of 310 ~ 26.13%

%40.32
%33.55
%26.13

CMYK color model

#7D6851 color CMYK value is (0,17,35,51).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 35.20%
  • key color value is 50.98%
CMYK:
(0,17,35,51)
C0M17Y35K51 
(0%,17%,35%,51%)
(0.00/0.17/0.35/0.51)	

CMYK percentages

%0
%16.8
%35.2
%50.98

Codes

Color #7D6851 in popluar color models

7D6851
RGB12510481
HSL31°21.36%40.39%
HSB/HSV31°35.20%49.02%
CMYK0.00%16.80%35.20%
50.98%

Color #7D6851 in popluar number systems.

HEX7D6851
Decimal12510481
Binary111110111010001010001
Octal175150121

Shades and tints

Shades of #7D6851

#7D6851
(125,104,81)
#725F4A
(114,95,74)
#675643
(103,86,67)
#5C4D3C
(92,77,60)
#514435
(81,68,53)
#463B2E
(70,59,46)
#3B3227
(59,50,39)
#302920
(48,41,32)
#252019
(37,32,25)
#1A1712
(26,23,18)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #7D6851

#7D6851
(125,104,81)
#887560
(136,117,96)
#93826F
(147,130,111)
#9E8F7E
(158,143,126)
#A99C8D
(169,156,141)
#B4A99C
(180,169,156)
#BFB6AB
(191,182,171)
#CAC3BA
(202,195,186)
#D5D0C9
(213,208,201)
#E0DDD8
(224,221,216)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6851 color. Also use rgb(125,104,81) instead hex code.

Text Font Color

.myTextColor { color: #7D6851; }

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

This text font color is #7D6851.


Background Color

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

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

This div background color is #7D6851.


Border color

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

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

This div border color is #7D6851.


Opacity

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

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

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

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

This text has shadow with #7D6851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6851 on black background.


Color preview on white background

This text has color #7D6851 on white background.



Black color preview on #7D6851 background

This text has black color on #7D6851 background.


White color preview on #7D6851 background

This text has white color on #7D6851 background.