COLOR #7F6396

HEX: #7F6396
RGB: (127,99,150)

Color info

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

RGB color model

#7F6396 color RGB value is (127,99,150).

  • red value is 127;
  • green value is 99;
  • blue value is 150.
RGB:
(127,99,150)
(50%,39%,59%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 150 of 255 = 59%

127
99
150

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 150 = 376 (100%)
R 127 of 376 ~ 33.78%
G 99 of 376 ~ 26.33%
B 150 of 376 ~ 39.89%

%33.78
%26.33
%39.89

CMYK color model

#7F6396 color CMYK value is (15,34,0,41).

  • cyan value is 15.33%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,34,0,41)
C15M34Y0K41 
(15%,34%,0%,41%)
(0.15/0.34/0.00/0.41)	

CMYK percentages

%15.33
%34
%0
%41.18

Codes

Color #7F6396 in popluar color models

7F6396
RGB12799150
HSL273°20.48%48.82%
HSB/HSV273°34.00%58.82%
CMYK15.33%34.00%0.00%
41.18%

Color #7F6396 in popluar number systems.

HEX7F6396
Decimal12799150
Binary1111111110001110010110
Octal177143226

Shades and tints

Shades of #7F6396

#7F6396
(127,99,150)
#745A89
(116,90,137)
#69517C
(105,81,124)
#5E486F
(94,72,111)
#533F62
(83,63,98)
#483655
(72,54,85)
#3D2D48
(61,45,72)
#32243B
(50,36,59)
#271B2E
(39,27,46)
#1C1221
(28,18,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #7F6396

#7F6396
(127,99,150)
#8A719F
(138,113,159)
#957FA8
(149,127,168)
#A08DB1
(160,141,177)
#AB9BBA
(171,155,186)
#B6A9C3
(182,169,195)
#C1B7CC
(193,183,204)
#CCC5D5
(204,197,213)
#D7D3DE
(215,211,222)
#E2E1E7
(226,225,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6396 color. Also use rgb(127,99,150) instead hex code.

Text Font Color

.myTextColor { color: #7F6396; }

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

This text font color is #7F6396.


Background Color

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

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

This div background color is #7F6396.


Border color

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

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

This div border color is #7F6396.


Opacity

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

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

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

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

This text has shadow with #7F6396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6396 on black background.


Color preview on white background

This text has color #7F6396 on white background.



Black color preview on #7F6396 background

This text has black color on #7F6396 background.


White color preview on #7F6396 background

This text has white color on #7F6396 background.