COLOR #7F4B70

HEX: #7F4B70
RGB: (127,75,112)

Color info

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

RGB color model

#7F4B70 color RGB value is (127,75,112).

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

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 112 of 255 = 44%

127
75
112

R + G + B ~ 41%. #7F4B70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 112 = 314 (100%)
R 127 of 314 ~ 40.45%
G 75 of 314 ~ 23.89%
B 112 of 314 ~ 35.67%

%40.45
%23.89
%35.67

CMYK color model

#7F4B70 color CMYK value is (0,41,12,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(0,41,12,50)
C0M41Y12K50 
(0%,41%,12%,50%)
(0.00/0.41/0.12/0.50)	

CMYK percentages

%0
%40.94
%11.81
%50.2

Codes

Color #7F4B70 in popluar color models

7F4B70
RGB12775112
HSL317°25.74%39.61%
HSB/HSV317°40.94%49.80%
CMYK0.00%40.94%11.81%
50.20%

Color #7F4B70 in popluar number systems.

HEX7F4B70
Decimal12775112
Binary111111110010111110000
Octal177113160

Shades and tints

Shades of #7F4B70

#7F4B70
(127,75,112)
#744566
(116,69,102)
#693F5C
(105,63,92)
#5E3952
(94,57,82)
#533348
(83,51,72)
#482D3E
(72,45,62)
#3D2734
(61,39,52)
#32212A
(50,33,42)
#271B20
(39,27,32)
#1C1516
(28,21,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F4B70

#7F4B70
(127,75,112)
#8A5B7D
(138,91,125)
#956B8A
(149,107,138)
#A07B97
(160,123,151)
#AB8BA4
(171,139,164)
#B69BB1
(182,155,177)
#C1ABBE
(193,171,190)
#CCBBCB
(204,187,203)
#D7CBD8
(215,203,216)
#E2DBE5
(226,219,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4B70; }

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

This text font color is #7F4B70.


Background Color

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

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

This div background color is #7F4B70.


Border color

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

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

This div border color is #7F4B70.


Opacity

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

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

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

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

This text has shadow with #7F4B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B70 on black background.


Color preview on white background

This text has color #7F4B70 on white background.



Black color preview on #7F4B70 background

This text has black color on #7F4B70 background.


White color preview on #7F4B70 background

This text has white color on #7F4B70 background.