COLOR #7F4378

HEX: #7F4378 RGB: (127,67,120)

Color info

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

RGB color model

#7F4378 color RGB value is (127,67,120).

RGB: (127,67,120) (50%, 26%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 67 of 255 = 26%
B 120 of 255 = 47%

127
67
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 67 + 120 = 314 (100%)
R 127 of 314 ~ 40.45%
G 67 of 314 ~ 21.34%
B 120 of 314 ~ 38.22'%

%40.45
%21.34
%38.22

CMYK color model

#7F4378 color CMYK value is (0,47,6,50).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 5.51%
  • key color value is 50.20%

CMYK: (0,47,6,50)
C0M47Y6K50 (0%, 47%, 6%, 50%)
(0.00 / 0.47 / 0.06 / 0.50)

CMYK percentages

%0
%47.24
%5.51
%50.2

Codes

Color #7F4378 in popluar color models

7F 43 78
RGB 127 67 120
HSL 307° 30.93% 38.04%
HSB/HSV 307° 47.24% 49.80%
CMYK 0.00% 47.24% 5.51%
50.20%

Color #7F4378 in popluar number systems.

HEX 7F 43 78
Decimal 127 67 120
Binary 1111111 1000011 1111000
Octal 177 103 170

Shades and tints

Shades of #7F4378

#7F4378
(127,67,120)
#743D6E
(116,61,110)
#693764
(105,55,100)
#5E315A
(94,49,90)
#532B50
(83,43,80)
#482546
(72,37,70)
#3D1F3C
(61,31,60)
#321932
(50,25,50)
#271328
(39,19,40)
#1C0D1E
(28,13,30)
#110714
(17,7,20)
#000000
(0,0,0)

Tints of #7F4378

#7F4378
(127,67,120)
#8A5484
(138,84,132)
#956590
(149,101,144)
#A0769C
(160,118,156)
#AB87A8
(171,135,168)
#B698B4
(182,152,180)
#C1A9C0
(193,169,192)
#CCBACC
(204,186,204)
#D7CBD8
(215,203,216)
#E2DCE4
(226,220,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4378 color. Also use rgb(127,67,120) instead hex code.

Text Font Color

.myTextColor { color: #7F4378; }

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

This text font color is #7F4378.

Background Color

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

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

This div background color is #7F4378.

Border color

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

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

This div border color is #7F4378.

Opacity

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

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

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

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

This text has shadow with #7F4378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4378.

Preview

Color preview on black background

This text has color #7F4378 on black background.


Color preview on white background

This text has color #7F4378 on white background.


Black color preview on #7F4378 background

This text has black color on #7F4378 background.


White color preview on #7F4378 background

This text has white color on #7F4378 background.


Related colors

Complementary color

Complementary color for #hex is #80BC87.


I love getcolorcode.com

Triadic colors

1 #787F43 and #43787F with #7F4378 are triadic colors.

2 #78437F and #437F78 with #7F4378 are triadic colors.