COLOR #7F618B

HEX: #7F618B
RGB: (127,97,139)

Color info

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

RGB color model

#7F618B color RGB value is (127,97,139).

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

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 139 of 255 = 55%

127
97
139

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

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 139 = 363 (100%)
R 127 of 363 ~ 34.99%
G 97 of 363 ~ 26.72%
B 139 of 363 ~ 38.29%

%34.99
%26.72
%38.29

CMYK color model

#7F618B color CMYK value is (9,30,0,45).

  • cyan value is 8.63%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(9,30,0,45)
C9M30Y0K45 
(9%,30%,0%,45%)
(0.09/0.30/0.00/0.45)	

CMYK percentages

%8.63
%30.22
%0
%45.49

Codes

Color #7F618B in popluar color models

7F618B
RGB12797139
HSL283°17.80%46.27%
HSB/HSV283°30.22%54.51%
CMYK8.63%30.22%0.00%
45.49%

Color #7F618B in popluar number systems.

HEX7F618B
Decimal12797139
Binary1111111110000110001011
Octal177141213

Shades and tints

Shades of #7F618B

#7F618B
(127,97,139)
#74597F
(116,89,127)
#695173
(105,81,115)
#5E4967
(94,73,103)
#53415B
(83,65,91)
#48394F
(72,57,79)
#3D3143
(61,49,67)
#322937
(50,41,55)
#27212B
(39,33,43)
#1C191F
(28,25,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F618B

#7F618B
(127,97,139)
#8A6F95
(138,111,149)
#957D9F
(149,125,159)
#A08BA9
(160,139,169)
#AB99B3
(171,153,179)
#B6A7BD
(182,167,189)
#C1B5C7
(193,181,199)
#CCC3D1
(204,195,209)
#D7D1DB
(215,209,219)
#E2DFE5
(226,223,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F618B; }

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

This text font color is #7F618B.


Background Color

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

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

This div background color is #7F618B.


Border color

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

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

This div border color is #7F618B.


Opacity

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

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

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

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

This text has shadow with #7F618B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F618B on black background.


Color preview on white background

This text has color #7F618B on white background.



Black color preview on #7F618B background

This text has black color on #7F618B background.


White color preview on #7F618B background

This text has white color on #7F618B background.