COLOR #7B77D7

HEX: #7B77D7
RGB: (123,119,215)

Color info

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

RGB color model

#7B77D7 color RGB value is (123,119,215).

  • red value is 123;
  • green value is 119;
  • blue value is 215.
RGB:
(123,119,215)
(48%,47%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 215 of 255 = 84%

123
119
215

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 215 = 457 (100%)
R 123 of 457 ~ 26.91%
G 119 of 457 ~ 26.04%
B 215 of 457 ~ 47.05%

%26.91
%26.04
%47.05

CMYK color model

#7B77D7 color CMYK value is (43,45,0,16).

  • cyan value is 42.79%
  • magenta value is 44.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(43,45,0,16)
C43M45Y0K16 
(43%,45%,0%,16%)
(0.43/0.45/0.00/0.16)	

CMYK percentages

%42.79
%44.65
%0
%15.69

Codes

Color #7B77D7 in popluar color models

7B77D7
RGB123119215
HSL243°54.55%65.49%
HSB/HSV243°44.65%84.31%
CMYK42.79%44.65%0.00%
15.69%

Color #7B77D7 in popluar number systems.

HEX7B77D7
Decimal123119215
Binary1111011111011111010111
Octal173167327

Shades and tints

Shades of #7B77D7

#7B77D7
(123,119,215)
#706DC4
(112,109,196)
#6563B1
(101,99,177)
#5A599E
(90,89,158)
#4F4F8B
(79,79,139)
#444578
(68,69,120)
#393B65
(57,59,101)
#2E3152
(46,49,82)
#23273F
(35,39,63)
#181D2C
(24,29,44)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #7B77D7

#7B77D7
(123,119,215)
#8783DA
(135,131,218)
#938FDD
(147,143,221)
#9F9BE0
(159,155,224)
#ABA7E3
(171,167,227)
#B7B3E6
(183,179,230)
#C3BFE9
(195,191,233)
#CFCBEC
(207,203,236)
#DBD7EF
(219,215,239)
#E7E3F2
(231,227,242)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B77D7 color. Also use rgb(123,119,215) instead hex code.

Text Font Color

.myTextColor { color: #7B77D7; }

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

This text font color is #7B77D7.


Background Color

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

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

This div background color is #7B77D7.


Border color

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

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

This div border color is #7B77D7.


Opacity

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

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

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

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

This text has shadow with #7B77D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B77D7 on black background.


Color preview on white background

This text has color #7B77D7 on white background.



Black color preview on #7B77D7 background

This text has black color on #7B77D7 background.


White color preview on #7B77D7 background

This text has white color on #7B77D7 background.