COLOR #7F4B7B

HEX: #7F4B7B
RGB: (127,75,123)

Color info

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

RGB color model

#7F4B7B color RGB value is (127,75,123).

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

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 123 of 255 = 48%

127
75
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 123 = 325 (100%)
R 127 of 325 ~ 39.08%
G 75 of 325 ~ 23.08%
B 123 of 325 ~ 37.85%

%39.08
%23.08
%37.85

CMYK color model

#7F4B7B color CMYK value is (0,41,3,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 3.15%
  • key color value is 50.20%
CMYK:
(0,41,3,50)
C0M41Y3K50 
(0%,41%,3%,50%)
(0.00/0.41/0.03/0.50)	

CMYK percentages

%0
%40.94
%3.15
%50.2

Codes

Color #7F4B7B in popluar color models

7F4B7B
RGB12775123
HSL305°25.74%39.61%
HSB/HSV305°40.94%49.80%
CMYK0.00%40.94%3.15%
50.20%

Color #7F4B7B in popluar number systems.

HEX7F4B7B
Decimal12775123
Binary111111110010111111011
Octal177113173

Shades and tints

Shades of #7F4B7B

#7F4B7B
(127,75,123)
#744570
(116,69,112)
#693F65
(105,63,101)
#5E395A
(94,57,90)
#53334F
(83,51,79)
#482D44
(72,45,68)
#3D2739
(61,39,57)
#32212E
(50,33,46)
#271B23
(39,27,35)
#1C1518
(28,21,24)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F4B7B

#7F4B7B
(127,75,123)
#8A5B87
(138,91,135)
#956B93
(149,107,147)
#A07B9F
(160,123,159)
#AB8BAB
(171,139,171)
#B69BB7
(182,155,183)
#C1ABC3
(193,171,195)
#CCBBCF
(204,187,207)
#D7CBDB
(215,203,219)
#E2DBE7
(226,219,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4B7B; }

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

This text font color is #7F4B7B.


Background Color

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

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

This div background color is #7F4B7B.


Border color

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

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

This div border color is #7F4B7B.


Opacity

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

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

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

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

This text has shadow with #7F4B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B7B on black background.


Color preview on white background

This text has color #7F4B7B on white background.



Black color preview on #7F4B7B background

This text has black color on #7F4B7B background.


White color preview on #7F4B7B background

This text has white color on #7F4B7B background.