COLOR #7F77AE

HEX: #7F77AE
RGB: (127,119,174)

Color info

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

RGB color model

#7F77AE color RGB value is (127,119,174).

  • red value is 127;
  • green value is 119;
  • blue value is 174.
RGB:
(127,119,174)
(50%,47%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 174 of 255 = 68%

127
119
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 174 = 420 (100%)
R 127 of 420 ~ 30.24%
G 119 of 420 ~ 28.33%
B 174 of 420 ~ 41.43%

%30.24
%28.33
%41.43

CMYK color model

#7F77AE color CMYK value is (27,32,0,32).

  • cyan value is 27.01%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,32,0,32)
C27M32Y0K32 
(27%,32%,0%,32%)
(0.27/0.32/0.00/0.32)	

CMYK percentages

%27.01
%31.61
%0
%31.76

Codes

Color #7F77AE in popluar color models

7F77AE
RGB127119174
HSL249°25.35%57.45%
HSB/HSV249°31.61%68.24%
CMYK27.01%31.61%0.00%
31.76%

Color #7F77AE in popluar number systems.

HEX7F77AE
Decimal127119174
Binary1111111111011110101110
Octal177167256

Shades and tints

Shades of #7F77AE

#7F77AE
(127,119,174)
#746D9F
(116,109,159)
#696390
(105,99,144)
#5E5981
(94,89,129)
#534F72
(83,79,114)
#484563
(72,69,99)
#3D3B54
(61,59,84)
#323145
(50,49,69)
#272736
(39,39,54)
#1C1D27
(28,29,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #7F77AE

#7F77AE
(127,119,174)
#8A83B5
(138,131,181)
#958FBC
(149,143,188)
#A09BC3
(160,155,195)
#ABA7CA
(171,167,202)
#B6B3D1
(182,179,209)
#C1BFD8
(193,191,216)
#CCCBDF
(204,203,223)
#D7D7E6
(215,215,230)
#E2E3ED
(226,227,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F77AE; }

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

This text font color is #7F77AE.


Background Color

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

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

This div background color is #7F77AE.


Border color

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

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

This div border color is #7F77AE.


Opacity

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

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

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

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

This text has shadow with #7F77AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F77AE on black background.


Color preview on white background

This text has color #7F77AE on white background.



Black color preview on #7F77AE background

This text has black color on #7F77AE background.


White color preview on #7F77AE background

This text has white color on #7F77AE background.