COLOR #7F3D6F

HEX: #7F3D6F RGB: (127,61,111)

Color info

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

RGB color model

#7F3D6F color RGB value is (127,61,111).

RGB: (127,61,111) (50%, 24%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 61 of 255 = 24%
B 111 of 255 = 44%

127
61
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 61 + 111 = 299 (100%)
R 127 of 299 ~ 42.47%
G 61 of 299 ~ 20.4%
B 111 of 299 ~ 37.12'%

%42.47
%20.4
%37.12

CMYK color model

#7F3D6F color CMYK value is (0,52,13,50).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 12.60%
  • key color value is 50.20%

CMYK: (0,52,13,50)
C0M52Y13K50 (0%, 52%, 13%, 50%)
(0.00 / 0.52 / 0.13 / 0.50)

CMYK percentages

%0
%51.97
%12.6
%50.2

Codes

Color #7F3D6F in popluar color models

7F 3D 6F
RGB 127 61 111
HSL 315° 35.11% 36.86%
HSB/HSV 315° 51.97% 49.80%
CMYK 0.00% 51.97% 12.60%
50.20%

Color #7F3D6F in popluar number systems.

HEX 7F 3D 6F
Decimal 127 61 111
Binary 1111111 111101 1101111
Octal 177 75 157

Shades and tints

Shades of #7F3D6F

#7F3D6F
(127,61,111)
#743865
(116,56,101)
#69335B
(105,51,91)
#5E2E51
(94,46,81)
#532947
(83,41,71)
#48243D
(72,36,61)
#3D1F33
(61,31,51)
#321A29
(50,26,41)
#27151F
(39,21,31)
#1C1015
(28,16,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F3D6F

#7F3D6F
(127,61,111)
#8A4E7C
(138,78,124)
#955F89
(149,95,137)
#A07096
(160,112,150)
#AB81A3
(171,129,163)
#B692B0
(182,146,176)
#C1A3BD
(193,163,189)
#CCB4CA
(204,180,202)
#D7C5D7
(215,197,215)
#E2D6E4
(226,214,228)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3D6F color. Also use rgb(127,61,111) instead hex code.

Text Font Color

.myTextColor { color: #7F3D6F; }

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

This text font color is #7F3D6F.

Background Color

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

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

This div background color is #7F3D6F.

Border color

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

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

This div border color is #7F3D6F.

Opacity

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

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

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

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

This text has shadow with #7F3D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3D6F.

Preview

Color preview on black background

This text has color #7F3D6F on black background.


Color preview on white background

This text has color #7F3D6F on white background.


Black color preview on #7F3D6F background

This text has black color on #7F3D6F background.


White color preview on #7F3D6F background

This text has white color on #7F3D6F background.


Related colors

Complementary color

Complementary color for #hex is #80C290.


I love getcolorcode.com

Triadic colors

1 #6F7F3D and #3D6F7F with #7F3D6F are triadic colors.

2 #6F3D7F and #3D7F6F with #7F3D6F are triadic colors.