COLOR #7F4A4F

HEX: #7F4A4F
RGB: (127,74,79)

Color info

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

RGB color model

#7F4A4F color RGB value is (127,74,79).

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

RGB channels and saturation

R 127 of 255 = 50%
G 74 of 255 = 29%
B 79 of 255 = 31%

127
74
79

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

Portions of RGB colors in percentages

R + G + B =
127 + 74 + 79 = 280 (100%)
R 127 of 280 ~ 45.36%
G 74 of 280 ~ 26.43%
B 79 of 280 ~ 28.21%

%45.36
%26.43
%28.21

CMYK color model

#7F4A4F color CMYK value is (0,42,38,50).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(0,42,38,50)
C0M42Y38K50 
(0%,42%,38%,50%)
(0.00/0.42/0.38/0.50)	

CMYK percentages

%0
%41.73
%37.8
%50.2

Codes

Color #7F4A4F in popluar color models

7F4A4F
RGB1277479
HSL354°26.37%39.41%
HSB/HSV354°41.73%49.80%
CMYK0.00%41.73%37.80%
50.20%

Color #7F4A4F in popluar number systems.

HEX7F4A4F
Decimal1277479
Binary111111110010101001111
Octal177112117

Shades and tints

Shades of #7F4A4F

#7F4A4F
(127,74,79)
#744448
(116,68,72)
#693E41
(105,62,65)
#5E383A
(94,56,58)
#533233
(83,50,51)
#482C2C
(72,44,44)
#3D2625
(61,38,37)
#32201E
(50,32,30)
#271A17
(39,26,23)
#1C1410
(28,20,16)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #7F4A4F

#7F4A4F
(127,74,79)
#8A5A5F
(138,90,95)
#956A6F
(149,106,111)
#A07A7F
(160,122,127)
#AB8A8F
(171,138,143)
#B69A9F
(182,154,159)
#C1AAAF
(193,170,175)
#CCBABF
(204,186,191)
#D7CACF
(215,202,207)
#E2DADF
(226,218,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4A4F; }

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

This text font color is #7F4A4F.


Background Color

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

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

This div background color is #7F4A4F.


Border color

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

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

This div border color is #7F4A4F.


Opacity

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

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

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

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

This text has shadow with #7F4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4A4F on black background.


Color preview on white background

This text has color #7F4A4F on white background.



Black color preview on #7F4A4F background

This text has black color on #7F4A4F background.


White color preview on #7F4A4F background

This text has white color on #7F4A4F background.