COLOR #7F406D

HEX: #7F406D
RGB: (127,64,109)

Color info

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

RGB color model

#7F406D color RGB value is (127,64,109).

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

RGB channels and saturation

R 127 of 255 = 50%
G 64 of 255 = 25%
B 109 of 255 = 43%

127
64
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 64 + 109 = 300 (100%)
R 127 of 300 ~ 42.33%
G 64 of 300 ~ 21.33%
B 109 of 300 ~ 36.33%

%42.33
%21.33
%36.33

CMYK color model

#7F406D color CMYK value is (0,50,14,50).

  • cyan value is 0.00%
  • magenta value is 49.61%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(0,50,14,50)
C0M50Y14K50 
(0%,50%,14%,50%)
(0.00/0.50/0.14/0.50)	

CMYK percentages

%0
%49.61
%14.17
%50.2

Codes

Color #7F406D in popluar color models

7F406D
RGB12764109
HSL317°32.98%37.45%
HSB/HSV317°49.61%49.80%
CMYK0.00%49.61%14.17%
50.20%

Color #7F406D in popluar number systems.

HEX7F406D
Decimal12764109
Binary111111110000001101101
Octal177100155

Shades and tints

Shades of #7F406D

#7F406D
(127,64,109)
#743B64
(116,59,100)
#69365B
(105,54,91)
#5E3152
(94,49,82)
#532C49
(83,44,73)
#482740
(72,39,64)
#3D2237
(61,34,55)
#321D2E
(50,29,46)
#271825
(39,24,37)
#1C131C
(28,19,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #7F406D

#7F406D
(127,64,109)
#8A517A
(138,81,122)
#956287
(149,98,135)
#A07394
(160,115,148)
#AB84A1
(171,132,161)
#B695AE
(182,149,174)
#C1A6BB
(193,166,187)
#CCB7C8
(204,183,200)
#D7C8D5
(215,200,213)
#E2D9E2
(226,217,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F406D; }

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

This text font color is #7F406D.


Background Color

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

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

This div background color is #7F406D.


Border color

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

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

This div border color is #7F406D.


Opacity

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

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

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

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

This text has shadow with #7F406D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F406D on black background.


Color preview on white background

This text has color #7F406D on white background.



Black color preview on #7F406D background

This text has black color on #7F406D background.


White color preview on #7F406D background

This text has white color on #7F406D background.