COLOR #7F4277

HEX: #7F4277 RGB: (127,66,119)

Color info

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

RGB color model

#7F4277 color RGB value is (127,66,119).

RGB: (127,66,119) (50%, 26%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 119 of 255 = 47%

127
66
119

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

Portions of RGB colors in percentages

R + G + B = 127 + 66 + 119 = 312 (100%)
R 127 of 312 ~ 40.71%
G 66 of 312 ~ 21.15%
B 119 of 312 ~ 38.14'%

%40.71
%21.15
%38.14

CMYK color model

#7F4277 color CMYK value is (0,48,6,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 6.30%
  • key color value is 50.20%

CMYK: (0,48,6,50)
C0M48Y6K50 (0%, 48%, 6%, 50%)
(0.00 / 0.48 / 0.06 / 0.50)

CMYK percentages

%0
%48.03
%6.3
%50.2

Codes

Color #7F4277 in popluar color models

7F 42 77
RGB 127 66 119
HSL 308° 31.61% 37.84%
HSB/HSV 308° 48.03% 49.80%
CMYK 0.00% 48.03% 6.30%
50.20%

Color #7F4277 in popluar number systems.

HEX 7F 42 77
Decimal 127 66 119
Binary 1111111 1000010 1110111
Octal 177 102 167

Shades and tints

Shades of #7F4277

#7F4277
(127,66,119)
#743C6D
(116,60,109)
#693663
(105,54,99)
#5E3059
(94,48,89)
#532A4F
(83,42,79)
#482445
(72,36,69)
#3D1E3B
(61,30,59)
#321831
(50,24,49)
#271227
(39,18,39)
#1C0C1D
(28,12,29)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #7F4277

#7F4277
(127,66,119)
#8A5383
(138,83,131)
#95648F
(149,100,143)
#A0759B
(160,117,155)
#AB86A7
(171,134,167)
#B697B3
(182,151,179)
#C1A8BF
(193,168,191)
#CCB9CB
(204,185,203)
#D7CAD7
(215,202,215)
#E2DBE3
(226,219,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4277 color. Also use rgb(127,66,119) instead hex code.

Text Font Color

.myTextColor { color: #7F4277; }

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

This text font color is #7F4277.

Background Color

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

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

This div background color is #7F4277.

Border color

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

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

This div border color is #7F4277.

Opacity

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

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

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

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

This text has shadow with #7F4277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4277.

Preview

Color preview on black background

This text has color #7F4277 on black background.


Color preview on white background

This text has color #7F4277 on white background.


Black color preview on #7F4277 background

This text has black color on #7F4277 background.


White color preview on #7F4277 background

This text has white color on #7F4277 background.


Related colors

Complementary color

Complementary color for #7F4277 is #80BD88.


I love getcolorcode.com

Triadic colors

1 #777F42 and #42777F with #7F4277 are triadic colors.

2 #77427F and #427F77 with #7F4277 are triadic colors.