COLOR #7F649F

HEX: #7F649F RGB: (127,100,159)

Color info

#7F649F contains red, green and blue colors in about the same proportion. Web safe color of #7F649F is #666699 (or #669).

RGB color model

#7F649F color RGB value is (127,100,159).

RGB: (127,100,159) (50%, 39%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 159 of 255 = 62%

127
100
159

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

Portions of RGB colors in percentages

R + G + B = 127 + 100 + 159 = 386 (100%)
R 127 of 386 ~ 32.9%
G 100 of 386 ~ 25.91%
B 159 of 386 ~ 41.19'%

%32.9
%25.91
%41.19

CMYK color model

#7F649F color CMYK value is (20,37,0,38).

  • cyan value is 20.13%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (20,37,0,38)
C20M37Y0K38 (20%, 37%, 0%, 38%)
(0.20 / 0.37 / 0.00 / 0.38)

CMYK percentages

%20.13
%37.11
%0
%37.65

Codes

Color #7F649F in popluar color models

7F 64 9F
RGB 127 100 159
HSL 267° 23.51% 50.78%
HSB/HSV 267° 37.11% 62.35%
CMYK 20.13% 37.11% 0.00%
37.65%

Color #7F649F in popluar number systems.

HEX 7F 64 9F
Decimal 127 100 159
Binary 1111111 1100100 10011111
Octal 177 144 237

Shades and tints

Shades of #7F649F

#7F649F
(127,100,159)
#745B91
(116,91,145)
#695283
(105,82,131)
#5E4975
(94,73,117)
#534067
(83,64,103)
#483759
(72,55,89)
#3D2E4B
(61,46,75)
#32253D
(50,37,61)
#271C2F
(39,28,47)
#1C1321
(28,19,33)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #7F649F

#7F649F
(127,100,159)
#8A72A7
(138,114,167)
#9580AF
(149,128,175)
#A08EB7
(160,142,183)
#AB9CBF
(171,156,191)
#B6AAC7
(182,170,199)
#C1B8CF
(193,184,207)
#CCC6D7
(204,198,215)
#D7D4DF
(215,212,223)
#E2E2E7
(226,226,231)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F649F color. Also use rgb(127,100,159) instead hex code.

Text Font Color

.myTextColor { color: #7F649F; }

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

This text font color is #7F649F.

Background Color

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

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

This div background color is #7F649F.

Border color

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

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

This div border color is #7F649F.

Opacity

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

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

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

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

This text has shadow with #7F649F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F649F.

Preview

Color preview on black background

This text has color #7F649F on black background.


Color preview on white background

This text has color #7F649F on white background.


Black color preview on #7F649F background

This text has black color on #7F649F background.


White color preview on #7F649F background

This text has white color on #7F649F background.


Related colors

Complementary color

Complementary color for #hex is #809B60.


I love getcolorcode.com

Triadic colors

1 #9F7F64 and #649F7F with #7F649F are triadic colors.

2 #9F647F and #647F9F with #7F649F are triadic colors.