COLOR #7F4C50

HEX: #7F4C50
RGB: (127,76,80)

Color info

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

RGB color model

#7F4C50 color RGB value is (127,76,80).

  • red value is 127;
  • green value is 76;
  • blue value is 80.
RGB:
(127,76,80)
(50%,30%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 76 of 255 = 30%
B 80 of 255 = 31%

127
76
80

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

Portions of RGB colors in percentages

R + G + B =
127 + 76 + 80 = 283 (100%)
R 127 of 283 ~ 44.88%
G 76 of 283 ~ 26.86%
B 80 of 283 ~ 28.27%

%44.88
%26.86
%28.27

CMYK color model

#7F4C50 color CMYK value is (0,40,37,50).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 37.01%
  • key color value is 50.20%
CMYK:
(0,40,37,50)
C0M40Y37K50 
(0%,40%,37%,50%)
(0.00/0.40/0.37/0.50)	

CMYK percentages

%0
%40.16
%37.01
%50.2

Codes

Color #7F4C50 in popluar color models

7F4C50
RGB1277680
HSL355°25.12%39.80%
HSB/HSV355°40.16%49.80%
CMYK0.00%40.16%37.01%
50.20%

Color #7F4C50 in popluar number systems.

HEX7F4C50
Decimal1277680
Binary111111110011001010000
Octal177114120

Shades and tints

Shades of #7F4C50

#7F4C50
(127,76,80)
#744649
(116,70,73)
#694042
(105,64,66)
#5E3A3B
(94,58,59)
#533434
(83,52,52)
#482E2D
(72,46,45)
#3D2826
(61,40,38)
#32221F
(50,34,31)
#271C18
(39,28,24)
#1C1611
(28,22,17)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #7F4C50

#7F4C50
(127,76,80)
#8A5C5F
(138,92,95)
#956C6E
(149,108,110)
#A07C7D
(160,124,125)
#AB8C8C
(171,140,140)
#B69C9B
(182,156,155)
#C1ACAA
(193,172,170)
#CCBCB9
(204,188,185)
#D7CCC8
(215,204,200)
#E2DCD7
(226,220,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4C50; }

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

This text font color is #7F4C50.


Background Color

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

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

This div background color is #7F4C50.


Border color

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

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

This div border color is #7F4C50.


Opacity

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

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

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

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

This text has shadow with #7F4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4C50 on black background.


Color preview on white background

This text has color #7F4C50 on white background.



Black color preview on #7F4C50 background

This text has black color on #7F4C50 background.


White color preview on #7F4C50 background

This text has white color on #7F4C50 background.