COLOR #7974AF

HEX: #7974AF RGB: (121,116,175)

Color info

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

RGB color model

#7974AF color RGB value is (121,116,175).

RGB: (121,116,175) (47%, 45%, 69%)

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 175 of 255 = 69%

121
116
175

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

Portions of RGB colors in percentages

R + G + B = 121 + 116 + 175 = 412 (100%)
R 121 of 412 ~ 29.37%
G 116 of 412 ~ 28.16%
B 175 of 412 ~ 42.48'%

%29.37
%28.16
%42.48

CMYK color model

#7974AF color CMYK value is (31,34,0,31).

  • cyan value is 30.86%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,34,0,31)
C31M34Y0K31 (31%, 34%, 0%, 31%)
(0.31 / 0.34 / 0.00 / 0.31)

CMYK percentages

%30.86
%33.71
%0
%31.37

Codes

Color #7974AF in popluar color models

79 74 AF
RGB 121 116 175
HSL 245° 26.94% 57.06%
HSB/HSV 245° 33.71% 68.63%
CMYK 30.86% 33.71% 0.00%
31.37%

Color #7974AF in popluar number systems.

HEX 79 74 AF
Decimal 121 116 175
Binary 1111001 1110100 10101111
Octal 171 164 257

Shades and tints

Shades of #7974AF

#7974AF
(121,116,175)
#6E6AA0
(110,106,160)
#636091
(99,96,145)
#585682
(88,86,130)
#4D4C73
(77,76,115)
#424264
(66,66,100)
#373855
(55,56,85)
#2C2E46
(44,46,70)
#212437
(33,36,55)
#161A28
(22,26,40)
#0B1019
(11,16,25)
#000000
(0,0,0)

Tints of #7974AF

#7974AF
(121,116,175)
#8580B6
(133,128,182)
#918CBD
(145,140,189)
#9D98C4
(157,152,196)
#A9A4CB
(169,164,203)
#B5B0D2
(181,176,210)
#C1BCD9
(193,188,217)
#CDC8E0
(205,200,224)
#D9D4E7
(217,212,231)
#E5E0EE
(229,224,238)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7974AF; }

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

This text font color is #7974AF.

Background Color

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

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

This div background color is #7974AF.

Border color

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

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

This div border color is #7974AF.

Opacity

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

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

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

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

This text has shadow with #7974AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7974AF.

Preview

Color preview on black background

This text has color #7974AF on black background.


Color preview on white background

This text has color #7974AF on white background.


Black color preview on #7974AF background

This text has black color on #7974AF background.


White color preview on #7974AF background

This text has white color on #7974AF background.


Related colors

Complementary color

Complementary color for #hex is #868B50.


I love getcolorcode.com

Triadic colors

1 #AF7974 and #74AF79 with #7974AF are triadic colors.

2 #AF7479 and #7479AF with #7974AF are triadic colors.