COLOR #7C77AE

HEX: #7C77AE RGB: (124,119,174)

Color info

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

RGB color model

#7C77AE color RGB value is (124,119,174).

RGB: (124,119,174) (49%, 47%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 174 of 255 = 68%

124
119
174

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

Portions of RGB colors in percentages

R + G + B = 124 + 119 + 174 = 417 (100%)
R 124 of 417 ~ 29.74%
G 119 of 417 ~ 28.54%
B 174 of 417 ~ 41.73'%

%29.74
%28.54
%41.73

CMYK color model

#7C77AE color CMYK value is (29,32,0,32).

  • cyan value is 28.74%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (29,32,0,32)
C29M32Y0K32 (29%, 32%, 0%, 32%)
(0.29 / 0.32 / 0.00 / 0.32)

CMYK percentages

%28.74
%31.61
%0
%31.76

Codes

Color #7C77AE in popluar color models

7C 77 AE
RGB 124 119 174
HSL 245° 25.35% 57.45%
HSB/HSV 245° 31.61% 68.24%
CMYK 28.74% 31.61% 0.00%
31.76%

Color #7C77AE in popluar number systems.

HEX 7C 77 AE
Decimal 124 119 174
Binary 1111100 1110111 10101110
Octal 174 167 256

Shades and tints

Shades of #7C77AE

#7C77AE
(124,119,174)
#716D9F
(113,109,159)
#666390
(102,99,144)
#5B5981
(91,89,129)
#504F72
(80,79,114)
#454563
(69,69,99)
#3A3B54
(58,59,84)
#2F3145
(47,49,69)
#242736
(36,39,54)
#191D27
(25,29,39)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #7C77AE

#7C77AE
(124,119,174)
#8783B5
(135,131,181)
#928FBC
(146,143,188)
#9D9BC3
(157,155,195)
#A8A7CA
(168,167,202)
#B3B3D1
(179,179,209)
#BEBFD8
(190,191,216)
#C9CBDF
(201,203,223)
#D4D7E6
(212,215,230)
#DFE3ED
(223,227,237)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C77AE; }

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

This text font color is #7C77AE.

Background Color

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

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

This div background color is #7C77AE.

Border color

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

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

This div border color is #7C77AE.

Opacity

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

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

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

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

This text has shadow with #7C77AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C77AE.

Preview

Color preview on black background

This text has color #7C77AE on black background.


Color preview on white background

This text has color #7C77AE on white background.


Black color preview on #7C77AE background

This text has black color on #7C77AE background.


White color preview on #7C77AE background

This text has white color on #7C77AE background.


Related colors

Complementary color

Complementary color for #hex is #838851.


I love getcolorcode.com

Triadic colors

1 #AE7C77 and #77AE7C with #7C77AE are triadic colors.

2 #AE777C and #777CAE with #7C77AE are triadic colors.