COLOR #7F4073

HEX: #7F4073
RGB: (127,64,115)

Color info

#7F4073 contains mainly red and blue colors. Web safe color of #7F4073 is #663366 (or #636).

RGB color model

#7F4073 color RGB value is (127,64,115).

  • red value is 127;
  • green value is 64;
  • blue value is 115.
RGB:
(127,64,115)
(50%,25%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 64 of 255 = 25%
B 115 of 255 = 45%

127
64
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 64 + 115 = 306 (100%)
R 127 of 306 ~ 41.5%
G 64 of 306 ~ 20.92%
B 115 of 306 ~ 37.58%

%41.5
%20.92
%37.58

CMYK color model

#7F4073 color CMYK value is (0,50,9,50).

  • cyan value is 0.00%
  • magenta value is 49.61%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(0,50,9,50)
C0M50Y9K50 
(0%,50%,9%,50%)
(0.00/0.50/0.09/0.50)	

CMYK percentages

%0
%49.61
%9.45
%50.2

Codes

Color #7F4073 in popluar color models

7F4073
RGB12764115
HSL311°32.98%37.45%
HSB/HSV311°49.61%49.80%
CMYK0.00%49.61%9.45%
50.20%

Color #7F4073 in popluar number systems.

HEX7F4073
Decimal12764115
Binary111111110000001110011
Octal177100163

Shades and tints

Shades of #7F4073

#7F4073
(127,64,115)
#743B69
(116,59,105)
#69365F
(105,54,95)
#5E3155
(94,49,85)
#532C4B
(83,44,75)
#482741
(72,39,65)
#3D2237
(61,34,55)
#321D2D
(50,29,45)
#271823
(39,24,35)
#1C1319
(28,19,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #7F4073

#7F4073
(127,64,115)
#8A517F
(138,81,127)
#95628B
(149,98,139)
#A07397
(160,115,151)
#AB84A3
(171,132,163)
#B695AF
(182,149,175)
#C1A6BB
(193,166,187)
#CCB7C7
(204,183,199)
#D7C8D3
(215,200,211)
#E2D9DF
(226,217,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4073; }

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

This text font color is #7F4073.


Background Color

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

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

This div background color is #7F4073.


Border color

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

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

This div border color is #7F4073.


Opacity

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

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

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

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

This text has shadow with #7F4073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4073 on black background.


Color preview on white background

This text has color #7F4073 on white background.



Black color preview on #7F4073 background

This text has black color on #7F4073 background.


White color preview on #7F4073 background

This text has white color on #7F4073 background.