COLOR #7F4B60

HEX: #7F4B60
RGB: (127,75,96)

Color info

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

RGB color model

#7F4B60 color RGB value is (127,75,96).

  • red value is 127;
  • green value is 75;
  • blue value is 96.
RGB:
(127,75,96)
(50%,29%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 96 of 255 = 38%

127
75
96

R + G + B ~ 39%. #7F4B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 96 = 298 (100%)
R 127 of 298 ~ 42.62%
G 75 of 298 ~ 25.17%
B 96 of 298 ~ 32.21%

%42.62
%25.17
%32.21

CMYK color model

#7F4B60 color CMYK value is (0,41,24,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 24.41%
  • key color value is 50.20%
CMYK:
(0,41,24,50)
C0M41Y24K50 
(0%,41%,24%,50%)
(0.00/0.41/0.24/0.50)	

CMYK percentages

%0
%40.94
%24.41
%50.2

Codes

Color #7F4B60 in popluar color models

7F4B60
RGB1277596
HSL336°25.74%39.61%
HSB/HSV336°40.94%49.80%
CMYK0.00%40.94%24.41%
50.20%

Color #7F4B60 in popluar number systems.

HEX7F4B60
Decimal1277596
Binary111111110010111100000
Octal177113140

Shades and tints

Shades of #7F4B60

#7F4B60
(127,75,96)
#744558
(116,69,88)
#693F50
(105,63,80)
#5E3948
(94,57,72)
#533340
(83,51,64)
#482D38
(72,45,56)
#3D2730
(61,39,48)
#322128
(50,33,40)
#271B20
(39,27,32)
#1C1518
(28,21,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F4B60

#7F4B60
(127,75,96)
#8A5B6E
(138,91,110)
#956B7C
(149,107,124)
#A07B8A
(160,123,138)
#AB8B98
(171,139,152)
#B69BA6
(182,155,166)
#C1ABB4
(193,171,180)
#CCBBC2
(204,187,194)
#D7CBD0
(215,203,208)
#E2DBDE
(226,219,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4B60; }

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

This text font color is #7F4B60.


Background Color

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

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

This div background color is #7F4B60.


Border color

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

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

This div border color is #7F4B60.


Opacity

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

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

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

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

This text has shadow with #7F4B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B60 on black background.


Color preview on white background

This text has color #7F4B60 on white background.



Black color preview on #7F4B60 background

This text has black color on #7F4B60 background.


White color preview on #7F4B60 background

This text has white color on #7F4B60 background.