COLOR #7F3E65

HEX: #7F3E65
RGB: (127,62,101)

Color info

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

RGB color model

#7F3E65 color RGB value is (127,62,101).

  • red value is 127;
  • green value is 62;
  • blue value is 101.
RGB:
(127,62,101)
(50%,24%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 62 of 255 = 24%
B 101 of 255 = 40%

127
62
101

R + G + B ~ 38%. #7F3E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 62 + 101 = 290 (100%)
R 127 of 290 ~ 43.79%
G 62 of 290 ~ 21.38%
B 101 of 290 ~ 34.83%

%43.79
%21.38
%34.83

CMYK color model

#7F3E65 color CMYK value is (0,51,20,50).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(0,51,20,50)
C0M51Y20K50 
(0%,51%,20%,50%)
(0.00/0.51/0.20/0.50)	

CMYK percentages

%0
%51.18
%20.47
%50.2

Codes

Color #7F3E65 in popluar color models

7F3E65
RGB12762101
HSL324°34.39%37.06%
HSB/HSV324°51.18%49.80%
CMYK0.00%51.18%20.47%
50.20%

Color #7F3E65 in popluar number systems.

HEX7F3E65
Decimal12762101
Binary11111111111101100101
Octal17776145

Shades and tints

Shades of #7F3E65

#7F3E65
(127,62,101)
#74395C
(116,57,92)
#693453
(105,52,83)
#5E2F4A
(94,47,74)
#532A41
(83,42,65)
#482538
(72,37,56)
#3D202F
(61,32,47)
#321B26
(50,27,38)
#27161D
(39,22,29)
#1C1114
(28,17,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #7F3E65

#7F3E65
(127,62,101)
#8A4F73
(138,79,115)
#956081
(149,96,129)
#A0718F
(160,113,143)
#AB829D
(171,130,157)
#B693AB
(182,147,171)
#C1A4B9
(193,164,185)
#CCB5C7
(204,181,199)
#D7C6D5
(215,198,213)
#E2D7E3
(226,215,227)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3E65 color. Also use rgb(127,62,101) instead hex code.

Text Font Color

.myTextColor { color: #7F3E65; }

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

This text font color is #7F3E65.


Background Color

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

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

This div background color is #7F3E65.


Border color

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

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

This div border color is #7F3E65.


Opacity

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

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

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

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

This text has shadow with #7F3E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3E65 on black background.


Color preview on white background

This text has color #7F3E65 on white background.



Black color preview on #7F3E65 background

This text has black color on #7F3E65 background.


White color preview on #7F3E65 background

This text has white color on #7F3E65 background.