COLOR #7D4A4F

HEX: #7D4A4F
RGB: (125,74,79)

Color info

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

RGB color model

#7D4A4F color RGB value is (125,74,79).

  • red value is 125;
  • green value is 74;
  • blue value is 79.
RGB:
(125,74,79)
(49%,29%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 74 of 255 = 29%
B 79 of 255 = 31%

125
74
79

R + G + B ~ 36%. #7D4A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 74 + 79 = 278 (100%)
R 125 of 278 ~ 44.96%
G 74 of 278 ~ 26.62%
B 79 of 278 ~ 28.42%

%44.96
%26.62
%28.42

CMYK color model

#7D4A4F color CMYK value is (0,41,37,51).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 36.80%
  • key color value is 50.98%
CMYK:
(0,41,37,51)
C0M41Y37K51 
(0%,41%,37%,51%)
(0.00/0.41/0.37/0.51)	

CMYK percentages

%0
%40.8
%36.8
%50.98

Codes

Color #7D4A4F in popluar color models

7D4A4F
RGB1257479
HSL354°25.63%39.02%
HSB/HSV354°40.80%49.02%
CMYK0.00%40.80%36.80%
50.98%

Color #7D4A4F in popluar number systems.

HEX7D4A4F
Decimal1257479
Binary111110110010101001111
Octal175112117

Shades and tints

Shades of #7D4A4F

#7D4A4F
(125,74,79)
#724448
(114,68,72)
#673E41
(103,62,65)
#5C383A
(92,56,58)
#513233
(81,50,51)
#462C2C
(70,44,44)
#3B2625
(59,38,37)
#30201E
(48,32,30)
#251A17
(37,26,23)
#1A1410
(26,20,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #7D4A4F

#7D4A4F
(125,74,79)
#885A5F
(136,90,95)
#936A6F
(147,106,111)
#9E7A7F
(158,122,127)
#A98A8F
(169,138,143)
#B49A9F
(180,154,159)
#BFAAAF
(191,170,175)
#CABABF
(202,186,191)
#D5CACF
(213,202,207)
#E0DADF
(224,218,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4A4F color. Also use rgb(125,74,79) instead hex code.

Text Font Color

.myTextColor { color: #7D4A4F; }

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

This text font color is #7D4A4F.


Background Color

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

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

This div background color is #7D4A4F.


Border color

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

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

This div border color is #7D4A4F.


Opacity

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

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

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

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

This text has shadow with #7D4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4A4F on black background.


Color preview on white background

This text has color #7D4A4F on white background.



Black color preview on #7D4A4F background

This text has black color on #7D4A4F background.


White color preview on #7D4A4F background

This text has white color on #7D4A4F background.