COLOR #7F4661

HEX: #7F4661
RGB: (127,70,97)

Color info

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

RGB color model

#7F4661 color RGB value is (127,70,97).

  • red value is 127;
  • green value is 70;
  • blue value is 97.
RGB:
(127,70,97)
(50%,27%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 70 of 255 = 27%
B 97 of 255 = 38%

127
70
97

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

Portions of RGB colors in percentages

R + G + B =
127 + 70 + 97 = 294 (100%)
R 127 of 294 ~ 43.2%
G 70 of 294 ~ 23.81%
B 97 of 294 ~ 32.99%

%43.2
%23.81
%32.99

CMYK color model

#7F4661 color CMYK value is (0,45,24,50).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(0,45,24,50)
C0M45Y24K50 
(0%,45%,24%,50%)
(0.00/0.45/0.24/0.50)	

CMYK percentages

%0
%44.88
%23.62
%50.2

Codes

Color #7F4661 in popluar color models

7F4661
RGB1277097
HSL332°28.93%38.63%
HSB/HSV332°44.88%49.80%
CMYK0.00%44.88%23.62%
50.20%

Color #7F4661 in popluar number systems.

HEX7F4661
Decimal1277097
Binary111111110001101100001
Octal177106141

Shades and tints

Shades of #7F4661

#7F4661
(127,70,97)
#744059
(116,64,89)
#693A51
(105,58,81)
#5E3449
(94,52,73)
#532E41
(83,46,65)
#482839
(72,40,57)
#3D2231
(61,34,49)
#321C29
(50,28,41)
#271621
(39,22,33)
#1C1019
(28,16,25)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #7F4661

#7F4661
(127,70,97)
#8A566F
(138,86,111)
#95667D
(149,102,125)
#A0768B
(160,118,139)
#AB8699
(171,134,153)
#B696A7
(182,150,167)
#C1A6B5
(193,166,181)
#CCB6C3
(204,182,195)
#D7C6D1
(215,198,209)
#E2D6DF
(226,214,223)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4661 color. Also use rgb(127,70,97) instead hex code.

Text Font Color

.myTextColor { color: #7F4661; }

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

This text font color is #7F4661.


Background Color

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

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

This div background color is #7F4661.


Border color

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

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

This div border color is #7F4661.


Opacity

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

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

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

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

This text has shadow with #7F4661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4661 on black background.


Color preview on white background

This text has color #7F4661 on white background.



Black color preview on #7F4661 background

This text has black color on #7F4661 background.


White color preview on #7F4661 background

This text has white color on #7F4661 background.