COLOR #7D4C4E

HEX: #7D4C4E
RGB: (125,76,78)

Color info

#7D4C4E contains red, green and blue colors in about the same proportion. Web safe color of #7D4C4E is #663366 (or #636).

RGB color model

#7D4C4E color RGB value is (125,76,78).

  • red value is 125;
  • green value is 76;
  • blue value is 78.
RGB:
(125,76,78)
(49%,30%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 78 of 255 = 31%

125
76
78

R + G + B ~ 37%. #7D4C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 76 + 78 = 279 (100%)
R 125 of 279 ~ 44.8%
G 76 of 279 ~ 27.24%
B 78 of 279 ~ 27.96%

%44.8
%27.24
%27.96

CMYK color model

#7D4C4E color CMYK value is (0,39,38,51).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(0,39,38,51)
C0M39Y38K51 
(0%,39%,38%,51%)
(0.00/0.39/0.38/0.51)	

CMYK percentages

%0
%39.2
%37.6
%50.98

Codes

Color #7D4C4E in popluar color models

7D4C4E
RGB1257678
HSL358°24.38%39.41%
HSB/HSV358°39.20%49.02%
CMYK0.00%39.20%37.60%
50.98%

Color #7D4C4E in popluar number systems.

HEX7D4C4E
Decimal1257678
Binary111110110011001001110
Octal175114116

Shades and tints

Shades of #7D4C4E

#7D4C4E
(125,76,78)
#724647
(114,70,71)
#674040
(103,64,64)
#5C3A39
(92,58,57)
#513432
(81,52,50)
#462E2B
(70,46,43)
#3B2824
(59,40,36)
#30221D
(48,34,29)
#251C16
(37,28,22)
#1A160F
(26,22,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #7D4C4E

#7D4C4E
(125,76,78)
#885C5E
(136,92,94)
#936C6E
(147,108,110)
#9E7C7E
(158,124,126)
#A98C8E
(169,140,142)
#B49C9E
(180,156,158)
#BFACAE
(191,172,174)
#CABCBE
(202,188,190)
#D5CCCE
(213,204,206)
#E0DCDE
(224,220,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4C4E color. Also use rgb(125,76,78) instead hex code.

Text Font Color

.myTextColor { color: #7D4C4E; }

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

This text font color is #7D4C4E.


Background Color

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

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

This div background color is #7D4C4E.


Border color

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

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

This div border color is #7D4C4E.


Opacity

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

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

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

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

This text has shadow with #7D4C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4C4E on black background.


Color preview on white background

This text has color #7D4C4E on white background.



Black color preview on #7D4C4E background

This text has black color on #7D4C4E background.


White color preview on #7D4C4E background

This text has white color on #7D4C4E background.