COLOR #7976AF

HEX: #7976AF
RGB: (121,118,175)

Color info

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

RGB color model

#7976AF color RGB value is (121,118,175).

  • red value is 121;
  • green value is 118;
  • blue value is 175.
RGB:
(121,118,175)
(47%,46%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 175 of 255 = 69%

121
118
175

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

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 175 = 414 (100%)
R 121 of 414 ~ 29.23%
G 118 of 414 ~ 28.5%
B 175 of 414 ~ 42.27%

%29.23
%28.5
%42.27

CMYK color model

#7976AF color CMYK value is (31,33,0,31).

  • cyan value is 30.86%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(31,33,0,31)
C31M33Y0K31 
(31%,33%,0%,31%)
(0.31/0.33/0.00/0.31)	

CMYK percentages

%30.86
%32.57
%0
%31.37

Codes

Color #7976AF in popluar color models

7976AF
RGB121118175
HSL243°26.27%57.45%
HSB/HSV243°32.57%68.63%
CMYK30.86%32.57%0.00%
31.37%

Color #7976AF in popluar number systems.

HEX7976AF
Decimal121118175
Binary1111001111011010101111
Octal171166257

Shades and tints

Shades of #7976AF

#7976AF
(121,118,175)
#6E6CA0
(110,108,160)
#636291
(99,98,145)
#585882
(88,88,130)
#4D4E73
(77,78,115)
#424464
(66,68,100)
#373A55
(55,58,85)
#2C3046
(44,48,70)
#212637
(33,38,55)
#161C28
(22,28,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #7976AF

#7976AF
(121,118,175)
#8582B6
(133,130,182)
#918EBD
(145,142,189)
#9D9AC4
(157,154,196)
#A9A6CB
(169,166,203)
#B5B2D2
(181,178,210)
#C1BED9
(193,190,217)
#CDCAE0
(205,202,224)
#D9D6E7
(217,214,231)
#E5E2EE
(229,226,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7976AF color. Also use rgb(121,118,175) instead hex code.

Text Font Color

.myTextColor { color: #7976AF; }

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

This text font color is #7976AF.


Background Color

.myBgColor { background-color: #7976AF; }

<div style="background-color:#7976AF">Inner text</div>

This div background color is #7976AF.


Border color

.myBorderColor { border: 1px solid #7976AF; }

<div style="border:3px solid #7976AF">Div</div>

This div border color is #7976AF.


Opacity

.myOpacity80 { color: #7976AF; opacity: 0.8; }

<p style="color:#7976AF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7976AF color.

.textShadow {text-shadow: 3px 3px 1px #7976AF, 3px 3px 1px red;}

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

This text has shadow with #7976AF primary color and red secondary color.


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

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

This text has shadow with #7976AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7976AF on black background.


Color preview on white background

This text has color #7976AF on white background.



Black color preview on #7976AF background

This text has black color on #7976AF background.


White color preview on #7976AF background

This text has white color on #7976AF background.