COLOR #7F7596

HEX: #7F7596 RGB: (127,117,150)

Color info

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

RGB color model

#7F7596 color RGB value is (127,117,150).

RGB: (127,117,150) (50%, 46%, 59%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 150 of 255 = 59%

127
117
150

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 150 = 394 (100%)
R 127 of 394 ~ 32.23%
G 117 of 394 ~ 29.7%
B 150 of 394 ~ 38.07'%

%32.23
%29.7
%38.07

CMYK color model

#7F7596 color CMYK value is (15,22,0,41).

  • cyan value is 15.33%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (15,22,0,41)
C15M22Y0K41 (15%, 22%, 0%, 41%)
(0.15 / 0.22 / 0.00 / 0.41)

CMYK percentages

%15.33
%22
%0
%41.18

Codes

Color #7F7596 in popluar color models

7F 75 96
RGB 127 117 150
HSL 258° 13.58% 52.35%
HSB/HSV 258° 22.00% 58.82%
CMYK 15.33% 22.00% 0.00%
41.18%

Color #7F7596 in popluar number systems.

HEX 7F 75 96
Decimal 127 117 150
Binary 1111111 1110101 10010110
Octal 177 165 226

Shades and tints

Shades of #7F7596

#7F7596
(127,117,150)
#746B89
(116,107,137)
#69617C
(105,97,124)
#5E576F
(94,87,111)
#534D62
(83,77,98)
#484355
(72,67,85)
#3D3948
(61,57,72)
#322F3B
(50,47,59)
#27252E
(39,37,46)
#1C1B21
(28,27,33)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F7596

#7F7596
(127,117,150)
#8A819F
(138,129,159)
#958DA8
(149,141,168)
#A099B1
(160,153,177)
#ABA5BA
(171,165,186)
#B6B1C3
(182,177,195)
#C1BDCC
(193,189,204)
#CCC9D5
(204,201,213)
#D7D5DE
(215,213,222)
#E2E1E7
(226,225,231)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7596; }

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

This text font color is #7F7596.

Background Color

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

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

This div background color is #7F7596.

Border color

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

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

This div border color is #7F7596.

Opacity

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

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

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

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

This text has shadow with #7F7596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7596.

Preview

Color preview on black background

This text has color #7F7596 on black background.


Color preview on white background

This text has color #7F7596 on white background.


Black color preview on #7F7596 background

This text has black color on #7F7596 background.


White color preview on #7F7596 background

This text has white color on #7F7596 background.


Related colors

Complementary color

Complementary color for #hex is #808A69.


I love getcolorcode.com

Triadic colors

1 #967F75 and #75967F with #7F7596 are triadic colors.

2 #96757F and #757F96 with #7F7596 are triadic colors.