COLOR #7F79AF

HEX: #7F79AF RGB: (127,121,175)

Color info

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

RGB color model

#7F79AF color RGB value is (127,121,175).

RGB: (127,121,175) (50%, 47%, 69%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 175 of 255 = 69%

127
121
175

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

Portions of RGB colors in percentages

R + G + B = 127 + 121 + 175 = 423 (100%)
R 127 of 423 ~ 30.02%
G 121 of 423 ~ 28.61%
B 175 of 423 ~ 41.37'%

%30.02
%28.61
%41.37

CMYK color model

#7F79AF color CMYK value is (27,31,0,31).

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

CMYK: (27,31,0,31)
C27M31Y0K31 (27%, 31%, 0%, 31%)
(0.27 / 0.31 / 0.00 / 0.31)

CMYK percentages

%27.43
%30.86
%0
%31.37

Codes

Color #7F79AF in popluar color models

7F 79 AF
RGB 127 121 175
HSL 247° 25.23% 58.04%
HSB/HSV 247° 30.86% 68.63%
CMYK 27.43% 30.86% 0.00%
31.37%

Color #7F79AF in popluar number systems.

HEX 7F 79 AF
Decimal 127 121 175
Binary 1111111 1111001 10101111
Octal 177 171 257

Shades and tints

Shades of #7F79AF

#7F79AF
(127,121,175)
#746EA0
(116,110,160)
#696391
(105,99,145)
#5E5882
(94,88,130)
#534D73
(83,77,115)
#484264
(72,66,100)
#3D3755
(61,55,85)
#322C46
(50,44,70)
#272137
(39,33,55)
#1C1628
(28,22,40)
#110B19
(17,11,25)
#000000
(0,0,0)

Tints of #7F79AF

#7F79AF
(127,121,175)
#8A85B6
(138,133,182)
#9591BD
(149,145,189)
#A09DC4
(160,157,196)
#ABA9CB
(171,169,203)
#B6B5D2
(182,181,210)
#C1C1D9
(193,193,217)
#CCCDE0
(204,205,224)
#D7D9E7
(215,217,231)
#E2E5EE
(226,229,238)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F79AF color. Also use rgb(127,121,175) instead hex code.

Text Font Color

.myTextColor { color: #7F79AF; }

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

This text font color is #7F79AF.

Background Color

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

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

This div background color is #7F79AF.

Border color

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

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

This div border color is #7F79AF.

Opacity

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

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

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

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

This text has shadow with #7F79AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F79AF.

Preview

Color preview on black background

This text has color #7F79AF on black background.


Color preview on white background

This text has color #7F79AF on white background.


Black color preview on #7F79AF background

This text has black color on #7F79AF background.


White color preview on #7F79AF background

This text has white color on #7F79AF background.


Related colors

Complementary color

Complementary color for #hex is #808650.


I love getcolorcode.com

Triadic colors

1 #AF7F79 and #79AF7F with #7F79AF are triadic colors.

2 #AF797F and #797FAF with #7F79AF are triadic colors.