COLOR #7F436D

HEX: #7F436D RGB: (127,67,109)

Color info

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

RGB color model

#7F436D color RGB value is (127,67,109).

RGB: (127,67,109) (50%, 26%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 67 of 255 = 26%
B 109 of 255 = 43%

127
67
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 67 + 109 = 303 (100%)
R 127 of 303 ~ 41.91%
G 67 of 303 ~ 22.11%
B 109 of 303 ~ 35.97'%

%41.91
%22.11
%35.97

CMYK color model

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

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

CMYK: (0,47,14,50)
C0M47Y14K50 (0%, 47%, 14%, 50%)
(0.00 / 0.47 / 0.14 / 0.50)

CMYK percentages

%0
%47.24
%14.17
%50.2

Codes

Color #7F436D in popluar color models

7F 43 6D
RGB 127 67 109
HSL 318° 30.93% 38.04%
HSB/HSV 318° 47.24% 49.80%
CMYK 0.00% 47.24% 14.17%
50.20%

Color #7F436D in popluar number systems.

HEX 7F 43 6D
Decimal 127 67 109
Binary 1111111 1000011 1101101
Octal 177 103 155

Shades and tints

Shades of #7F436D

#7F436D
(127,67,109)
#743D64
(116,61,100)
#69375B
(105,55,91)
#5E3152
(94,49,82)
#532B49
(83,43,73)
#482540
(72,37,64)
#3D1F37
(61,31,55)
#32192E
(50,25,46)
#271325
(39,19,37)
#1C0D1C
(28,13,28)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #7F436D

#7F436D
(127,67,109)
#8A547A
(138,84,122)
#956587
(149,101,135)
#A07694
(160,118,148)
#AB87A1
(171,135,161)
#B698AE
(182,152,174)
#C1A9BB
(193,169,187)
#CCBAC8
(204,186,200)
#D7CBD5
(215,203,213)
#E2DCE2
(226,220,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F436D; }

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

This text font color is #7F436D.

Background Color

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

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

This div background color is #7F436D.

Border color

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

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

This div border color is #7F436D.

Opacity

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

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

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

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

This text has shadow with #7F436D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F436D.

Preview

Color preview on black background

This text has color #7F436D on black background.


Color preview on white background

This text has color #7F436D on white background.


Black color preview on #7F436D background

This text has black color on #7F436D background.


White color preview on #7F436D background

This text has white color on #7F436D background.


Related colors

Complementary color

Complementary color for #hex is #80BC92.


I love getcolorcode.com

Triadic colors

1 #6D7F43 and #436D7F with #7F436D are triadic colors.

2 #6D437F and #437F6D with #7F436D are triadic colors.