COLOR #7779AF

HEX: #7779AF RGB: (119,121,175)

Color info

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

RGB color model

#7779AF color RGB value is (119,121,175).

RGB: (119,121,175) (47%, 47%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 175 of 255 = 69%

119
121
175

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 175 = 415 (100%)
R 119 of 415 ~ 28.67%
G 121 of 415 ~ 29.16%
B 175 of 415 ~ 42.17'%

%28.67
%29.16
%42.17

CMYK color model

#7779AF color CMYK value is (32,31,0,31).

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

CMYK: (32,31,0,31)
C32M31Y0K31 (32%, 31%, 0%, 31%)
(0.32 / 0.31 / 0.00 / 0.31)

CMYK percentages

%32
%30.86
%0
%31.37

Codes

Color #7779AF in popluar color models

77 79 AF
RGB 119 121 175
HSL 238° 25.93% 57.65%
HSB/HSV 238° 32.00% 68.63%
CMYK 32.00% 30.86% 0.00%
31.37%

Color #7779AF in popluar number systems.

HEX 77 79 AF
Decimal 119 121 175
Binary 1110111 1111001 10101111
Octal 167 171 257

Shades and tints

Shades of #7779AF

#7779AF
(119,121,175)
#6D6EA0
(109,110,160)
#636391
(99,99,145)
#595882
(89,88,130)
#4F4D73
(79,77,115)
#454264
(69,66,100)
#3B3755
(59,55,85)
#312C46
(49,44,70)
#272137
(39,33,55)
#1D1628
(29,22,40)
#130B19
(19,11,25)
#000000
(0,0,0)

Tints of #7779AF

#7779AF
(119,121,175)
#8385B6
(131,133,182)
#8F91BD
(143,145,189)
#9B9DC4
(155,157,196)
#A7A9CB
(167,169,203)
#B3B5D2
(179,181,210)
#BFC1D9
(191,193,217)
#CBCDE0
(203,205,224)
#D7D9E7
(215,217,231)
#E3E5EE
(227,229,238)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7779AF; }

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

This text font color is #7779AF.

Background Color

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

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

This div background color is #7779AF.

Border color

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

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

This div border color is #7779AF.

Opacity

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

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

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

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

This text has shadow with #7779AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7779AF.

Preview

Color preview on black background

This text has color #7779AF on black background.


Color preview on white background

This text has color #7779AF on white background.


Black color preview on #7779AF background

This text has black color on #7779AF background.


White color preview on #7779AF background

This text has white color on #7779AF background.


Related colors

Complementary color

Complementary color for #hex is #888650.


I love getcolorcode.com

Triadic colors

1 #AF7779 and #79AF77 with #7779AF are triadic colors.

2 #AF7977 and #7977AF with #7779AF are triadic colors.