COLOR #7F4747

HEX: #7F4747 RGB: (127,71,71)

Color info

#7F4747 contains red, green and blue colors in about the same proportion. Web safe color of #7F4747 is #663333 (or #633).

RGB color model

#7F4747 color RGB value is (127,71,71).

RGB: (127,71,71) (50%, 28%, 28%)

RGB channels and saturation

R 127 of 255 = 50%
G 71 of 255 = 28%
B 71 of 255 = 28%

127
71
71

R + G + B ~ 35%. #7F4747 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 71 + 71 = 269 (100%)
R 127 of 269 ~ 47.21%
G 71 of 269 ~ 26.39%
B 71 of 269 ~ 26.39'%

%47.21
%26.39
%26.39

CMYK color model

#7F4747 color CMYK value is (0,44,44,50).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 44.09%
  • key color value is 50.20%

CMYK: (0,44,44,50)
C0M44Y44K50 (0%, 44%, 44%, 50%)
(0.00 / 0.44 / 0.44 / 0.50)

CMYK percentages

%0
%44.09
%44.09
%50.2

Codes

Color #7F4747 in popluar color models

7F 47 47
RGB 127 71 71
HSL 28.28% 38.82%
HSB/HSV 44.09% 49.80%
CMYK 0.00% 44.09% 44.09%
50.20%

Color #7F4747 in popluar number systems.

HEX 7F 47 47
Decimal 127 71 71
Binary 1111111 1000111 1000111
Octal 177 107 107

Shades and tints

Shades of #7F4747

#7F4747
(127,71,71)
#744141
(116,65,65)
#693B3B
(105,59,59)
#5E3535
(94,53,53)
#532F2F
(83,47,47)
#482929
(72,41,41)
#3D2323
(61,35,35)
#321D1D
(50,29,29)
#271717
(39,23,23)
#1C1111
(28,17,17)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F4747

#7F4747
(127,71,71)
#8A5757
(138,87,87)
#956767
(149,103,103)
#A07777
(160,119,119)
#AB8787
(171,135,135)
#B69797
(182,151,151)
#C1A7A7
(193,167,167)
#CCB7B7
(204,183,183)
#D7C7C7
(215,199,199)
#E2D7D7
(226,215,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4747; }

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

This text font color is #7F4747.

Background Color

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

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

This div background color is #7F4747.

Border color

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

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

This div border color is #7F4747.

Opacity

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

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

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

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

This text has shadow with #7F4747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4747.

Preview

Color preview on black background

This text has color #7F4747 on black background.


Color preview on white background

This text has color #7F4747 on white background.


Black color preview on #7F4747 background

This text has black color on #7F4747 background.


White color preview on #7F4747 background

This text has white color on #7F4747 background.


Related colors

Complementary color

Complementary color for #hex is #80B8B8.


I love getcolorcode.com