COLOR #7960A7

HEX: #7960A7
RGB: (121,96,167)

Color info

#7960A7 contains mainly red and blue colors. Web safe color of #7960A7 is #666699 (or #669).

RGB color model

#7960A7 color RGB value is (121,96,167).

  • red value is 121;
  • green value is 96;
  • blue value is 167.
RGB:
(121,96,167)
(47%,38%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 167 of 255 = 65%

121
96
167

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 167 = 384 (100%)
R 121 of 384 ~ 31.51%
G 96 of 384 ~ 25%
B 167 of 384 ~ 43.49%

%31.51
%25
%43.49

CMYK color model

#7960A7 color CMYK value is (28,43,0,35).

  • cyan value is 27.54%
  • magenta value is 42.51%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(28,43,0,35)
C28M43Y0K35 
(28%,43%,0%,35%)
(0.28/0.43/0.00/0.35)	

CMYK percentages

%27.54
%42.51
%0
%34.51

Codes

Color #7960A7 in popluar color models

7960A7
RGB12196167
HSL261°28.74%51.57%
HSB/HSV261°42.51%65.49%
CMYK27.54%42.51%0.00%
34.51%

Color #7960A7 in popluar number systems.

HEX7960A7
Decimal12196167
Binary1111001110000010100111
Octal171140247

Shades and tints

Shades of #7960A7

#7960A7
(121,96,167)
#6E5898
(110,88,152)
#635089
(99,80,137)
#58487A
(88,72,122)
#4D406B
(77,64,107)
#42385C
(66,56,92)
#37304D
(55,48,77)
#2C283E
(44,40,62)
#21202F
(33,32,47)
#161820
(22,24,32)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #7960A7

#7960A7
(121,96,167)
#856EAF
(133,110,175)
#917CB7
(145,124,183)
#9D8ABF
(157,138,191)
#A998C7
(169,152,199)
#B5A6CF
(181,166,207)
#C1B4D7
(193,180,215)
#CDC2DF
(205,194,223)
#D9D0E7
(217,208,231)
#E5DEEF
(229,222,239)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7960A7 color. Also use rgb(121,96,167) instead hex code.

Text Font Color

.myTextColor { color: #7960A7; }

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

This text font color is #7960A7.


Background Color

.myBgColor { background-color: #7960A7; }

<div style="background-color:#7960A7">Inner text</div>

This div background color is #7960A7.


Border color

.myBorderColor { border: 1px solid #7960A7; }

<div style="border:3px solid #7960A7">Div</div>

This div border color is #7960A7.


Opacity

.myOpacity80 { color: #7960A7; opacity: 0.8; }

<p style="color:#7960A7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7960A7 color.

.textShadow {text-shadow: 3px 3px 1px #7960A7, 3px 3px 1px red;}

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

This text has shadow with #7960A7 primary color and red secondary color.


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

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

This text has shadow with #7960A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7960A7 on black background.


Color preview on white background

This text has color #7960A7 on white background.



Black color preview on #7960A7 background

This text has black color on #7960A7 background.


White color preview on #7960A7 background

This text has white color on #7960A7 background.