COLOR #7F77CB

HEX: #7F77CB
RGB: (127,119,203)

Color info

#7F77CB contains mainly blue color. Web safe color of #7F77CB is #6666CC (or #66C).

RGB color model

#7F77CB color RGB value is (127,119,203).

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

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 203 of 255 = 80%

127
119
203

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 203 = 449 (100%)
R 127 of 449 ~ 28.29%
G 119 of 449 ~ 26.5%
B 203 of 449 ~ 45.21%

%28.29
%26.5
%45.21

CMYK color model

#7F77CB color CMYK value is (37,41,0,20).

  • cyan value is 37.44%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(37,41,0,20)
C37M41Y0K20 
(37%,41%,0%,20%)
(0.37/0.41/0.00/0.20)	

CMYK percentages

%37.44
%41.38
%0
%20.39

Codes

Color #7F77CB in popluar color models

7F77CB
RGB127119203
HSL246°44.68%63.14%
HSB/HSV246°41.38%79.61%
CMYK37.44%41.38%0.00%
20.39%

Color #7F77CB in popluar number systems.

HEX7F77CB
Decimal127119203
Binary1111111111011111001011
Octal177167313

Shades and tints

Shades of #7F77CB

#7F77CB
(127,119,203)
#746DB9
(116,109,185)
#6963A7
(105,99,167)
#5E5995
(94,89,149)
#534F83
(83,79,131)
#484571
(72,69,113)
#3D3B5F
(61,59,95)
#32314D
(50,49,77)
#27273B
(39,39,59)
#1C1D29
(28,29,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7F77CB

#7F77CB
(127,119,203)
#8A83CF
(138,131,207)
#958FD3
(149,143,211)
#A09BD7
(160,155,215)
#ABA7DB
(171,167,219)
#B6B3DF
(182,179,223)
#C1BFE3
(193,191,227)
#CCCBE7
(204,203,231)
#D7D7EB
(215,215,235)
#E2E3EF
(226,227,239)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F77CB; }

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

This text font color is #7F77CB.


Background Color

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

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

This div background color is #7F77CB.


Border color

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

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

This div border color is #7F77CB.


Opacity

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

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

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

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

This text has shadow with #7F77CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F77CB on black background.


Color preview on white background

This text has color #7F77CB on white background.



Black color preview on #7F77CB background

This text has black color on #7F77CB background.


White color preview on #7F77CB background

This text has white color on #7F77CB background.