COLOR #7C779F

HEX: #7C779F RGB: (124,119,159)

Color info

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

RGB color model

#7C779F color RGB value is (124,119,159).

RGB: (124,119,159) (49%, 47%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 159 of 255 = 62%

124
119
159

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

Portions of RGB colors in percentages

R + G + B = 124 + 119 + 159 = 402 (100%)
R 124 of 402 ~ 30.85%
G 119 of 402 ~ 29.6%
B 159 of 402 ~ 39.55'%

%30.85
%29.6
%39.55

CMYK color model

#7C779F color CMYK value is (22,25,0,38).

  • cyan value is 22.01%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (22,25,0,38)
C22M25Y0K38 (22%, 25%, 0%, 38%)
(0.22 / 0.25 / 0.00 / 0.38)

CMYK percentages

%22.01
%25.16
%0
%37.65

Codes

Color #7C779F in popluar color models

7C 77 9F
RGB 124 119 159
HSL 248° 17.24% 54.51%
HSB/HSV 248° 25.16% 62.35%
CMYK 22.01% 25.16% 0.00%
37.65%

Color #7C779F in popluar number systems.

HEX 7C 77 9F
Decimal 124 119 159
Binary 1111100 1110111 10011111
Octal 174 167 237

Shades and tints

Shades of #7C779F

#7C779F
(124,119,159)
#716D91
(113,109,145)
#666383
(102,99,131)
#5B5975
(91,89,117)
#504F67
(80,79,103)
#454559
(69,69,89)
#3A3B4B
(58,59,75)
#2F313D
(47,49,61)
#24272F
(36,39,47)
#191D21
(25,29,33)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7C779F

#7C779F
(124,119,159)
#8783A7
(135,131,167)
#928FAF
(146,143,175)
#9D9BB7
(157,155,183)
#A8A7BF
(168,167,191)
#B3B3C7
(179,179,199)
#BEBFCF
(190,191,207)
#C9CBD7
(201,203,215)
#D4D7DF
(212,215,223)
#DFE3E7
(223,227,231)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C779F color. Also use rgb(124,119,159) instead hex code.

Text Font Color

.myTextColor { color: #7C779F; }

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

This text font color is #7C779F.

Background Color

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

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

This div background color is #7C779F.

Border color

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

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

This div border color is #7C779F.

Opacity

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

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

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

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

This text has shadow with #7C779F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C779F.

Preview

Color preview on black background

This text has color #7C779F on black background.


Color preview on white background

This text has color #7C779F on white background.


Black color preview on #7C779F background

This text has black color on #7C779F background.


White color preview on #7C779F background

This text has white color on #7C779F background.


Related colors

Complementary color

Complementary color for #hex is #838860.


I love getcolorcode.com

Triadic colors

1 #9F7C77 and #779F7C with #7C779F are triadic colors.

2 #9F777C and #777C9F with #7C779F are triadic colors.