COLOR #7977AD

HEX: #7977AD
RGB: (121,119,173)

Color info

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

RGB color model

#7977AD color RGB value is (121,119,173).

  • red value is 121;
  • green value is 119;
  • blue value is 173.
RGB:
(121,119,173)
(47%,47%,68%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 173 of 255 = 68%

121
119
173

R + G + B ~ 54%. #7977AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 173 = 413 (100%)
R 121 of 413 ~ 29.3%
G 119 of 413 ~ 28.81%
B 173 of 413 ~ 41.89%

%29.3
%28.81
%41.89

CMYK color model

#7977AD color CMYK value is (30,31,0,32).

  • cyan value is 30.06%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,31,0,32)
C30M31Y0K32 
(30%,31%,0%,32%)
(0.30/0.31/0.00/0.32)	

CMYK percentages

%30.06
%31.21
%0
%32.16

Codes

Color #7977AD in popluar color models

7977AD
RGB121119173
HSL242°24.77%57.25%
HSB/HSV242°31.21%67.84%
CMYK30.06%31.21%0.00%
32.16%

Color #7977AD in popluar number systems.

HEX7977AD
Decimal121119173
Binary1111001111011110101101
Octal171167255

Shades and tints

Shades of #7977AD

#7977AD
(121,119,173)
#6E6D9E
(110,109,158)
#63638F
(99,99,143)
#585980
(88,89,128)
#4D4F71
(77,79,113)
#424562
(66,69,98)
#373B53
(55,59,83)
#2C3144
(44,49,68)
#212735
(33,39,53)
#161D26
(22,29,38)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #7977AD

#7977AD
(121,119,173)
#8583B4
(133,131,180)
#918FBB
(145,143,187)
#9D9BC2
(157,155,194)
#A9A7C9
(169,167,201)
#B5B3D0
(181,179,208)
#C1BFD7
(193,191,215)
#CDCBDE
(205,203,222)
#D9D7E5
(217,215,229)
#E5E3EC
(229,227,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7977AD color. Also use rgb(121,119,173) instead hex code.

Text Font Color

.myTextColor { color: #7977AD; }

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

This text font color is #7977AD.


Background Color

.myBgColor { background-color: #7977AD; }

<div style="background-color:#7977AD">Inner text</div>

This div background color is #7977AD.


Border color

.myBorderColor { border: 1px solid #7977AD; }

<div style="border:3px solid #7977AD">Div</div>

This div border color is #7977AD.


Opacity

.myOpacity80 { color: #7977AD; opacity: 0.8; }

<p style="color:#7977AD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7977AD color.

.textShadow {text-shadow: 3px 3px 1px #7977AD, 3px 3px 1px red;}

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

This text has shadow with #7977AD primary color and red secondary color.


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

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

This text has shadow with #7977AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7977AD on black background.


Color preview on white background

This text has color #7977AD on white background.



Black color preview on #7977AD background

This text has black color on #7977AD background.


White color preview on #7977AD background

This text has white color on #7977AD background.