COLOR #7F4467

HEX: #7F4467
RGB: (127,68,103)

Color info

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

RGB color model

#7F4467 color RGB value is (127,68,103).

  • red value is 127;
  • green value is 68;
  • blue value is 103.
RGB:
(127,68,103)
(50%,27%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 103 of 255 = 40%

127
68
103

R + G + B ~ 39%. #7F4467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 68 + 103 = 298 (100%)
R 127 of 298 ~ 42.62%
G 68 of 298 ~ 22.82%
B 103 of 298 ~ 34.56%

%42.62
%22.82
%34.56

CMYK color model

#7F4467 color CMYK value is (0,46,19,50).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(0,46,19,50)
C0M46Y19K50 
(0%,46%,19%,50%)
(0.00/0.46/0.19/0.50)	

CMYK percentages

%0
%46.46
%18.9
%50.2

Codes

Color #7F4467 in popluar color models

7F4467
RGB12768103
HSL324°30.26%38.24%
HSB/HSV324°46.46%49.80%
CMYK0.00%46.46%18.90%
50.20%

Color #7F4467 in popluar number systems.

HEX7F4467
Decimal12768103
Binary111111110001001100111
Octal177104147

Shades and tints

Shades of #7F4467

#7F4467
(127,68,103)
#743E5E
(116,62,94)
#693855
(105,56,85)
#5E324C
(94,50,76)
#532C43
(83,44,67)
#48263A
(72,38,58)
#3D2031
(61,32,49)
#321A28
(50,26,40)
#27141F
(39,20,31)
#1C0E16
(28,14,22)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #7F4467

#7F4467
(127,68,103)
#8A5574
(138,85,116)
#956681
(149,102,129)
#A0778E
(160,119,142)
#AB889B
(171,136,155)
#B699A8
(182,153,168)
#C1AAB5
(193,170,181)
#CCBBC2
(204,187,194)
#D7CCCF
(215,204,207)
#E2DDDC
(226,221,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4467 color. Also use rgb(127,68,103) instead hex code.

Text Font Color

.myTextColor { color: #7F4467; }

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

This text font color is #7F4467.


Background Color

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

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

This div background color is #7F4467.


Border color

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

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

This div border color is #7F4467.


Opacity

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

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

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

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

This text has shadow with #7F4467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4467 on black background.


Color preview on white background

This text has color #7F4467 on white background.



Black color preview on #7F4467 background

This text has black color on #7F4467 background.


White color preview on #7F4467 background

This text has white color on #7F4467 background.